Searched refs:NonConstantVal (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 1377 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 D | RISCVISelLowering.cpp | 15201 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 D | ARMISelLowering.cpp | 12663 SDValue NonConstantVal; in combineSelectAndUse() local 12667 NonConstantVal, DAG)) in combineSelectAndUse() 12673 OtherOp, NonConstantVal); in combineSelectAndUse()
|