Home
last modified time | relevance | path

Searched refs:NonConstantVal (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1423 SDValue NonConstantVal; in combineSelectAndUse() local
1427 NonConstantVal, DAG)) in combineSelectAndUse()
1433 DAG.getNode(N->getOpcode(), SDLoc(N), VT, OtherOp, NonConstantVal); in combineSelectAndUse()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp13242 SDValue NonConstantVal; in combineSelectAndUse()
13245 NonConstantVal = FalseVal; in combineSelectAndUse()
13248 NonConstantVal = TrueVal; in combineSelectAndUse()
13254 FalseVal = DAG.getNode(N->getOpcode(), SDLoc(N), VT, OtherOp, NonConstantVal); in combineSelectAndUse()
13239 SDValue NonConstantVal; combineSelectAndUse() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12596 SDValue NonConstantVal; in combineSelectAndUse() local
12600 NonConstantVal, DAG)) in combineSelectAndUse()
12606 OtherOp, NonConstantVal); in combineSelectAndUse()