Searched refs:NonConstantVal (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 1423 SDValue NonConstantVal; in combineSelectAndUse() local 1427 NonConstantVal, DAG)) in combineSelectAndUse() 1433 DAG.getNode(N->getOpcode(), SDLoc(N), VT, OtherOp, NonConstantVal); in combineSelectAndUse()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 5714 SDValue NonConstantVal; in combineSelectCCAndUse() local 5717 NonConstantVal = FalseVal; in combineSelectCCAndUse() 5720 NonConstantVal = TrueVal; in combineSelectCCAndUse() 5726 FalseVal = DAG.getNode(N->getOpcode(), SDLoc(N), VT, OtherOp, NonConstantVal); in combineSelectCCAndUse()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 12143 SDValue NonConstantVal; in combineSelectAndUse() local 12147 NonConstantVal, DAG)) in combineSelectAndUse() 12153 OtherOp, NonConstantVal); in combineSelectAndUse()
|