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.cpp1377 SDValue NonConstantVal; in combineSelectAndUse() local
1381 NonConstantVal, DAG)) in combineSelectAndUse()
1387 DAG.getNode(N->getOpcode(), SDLoc(N), VT, OtherOp, NonConstantVal); in combineSelectAndUse()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15201 SDValue NonConstantVal; in combineSelectAndUse() local
15204 NonConstantVal = FalseVal; in combineSelectAndUse()
15207 NonConstantVal = TrueVal; in combineSelectAndUse()
15213 FalseVal = DAG.getNode(N->getOpcode(), SDLoc(N), VT, OtherOp, NonConstantVal); in combineSelectAndUse()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12663 SDValue NonConstantVal; in combineSelectAndUse() local
12667 NonConstantVal, DAG)) in combineSelectAndUse()
12673 OtherOp, NonConstantVal); in combineSelectAndUse()