Searched refs:NonConstantVal (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 5444 SDValue NonConstantVal; in combineSelectCCAndUse() local 5447 NonConstantVal = FalseVal; in combineSelectCCAndUse() 5450 NonConstantVal = TrueVal; in combineSelectCCAndUse() 5456 FalseVal = DAG.getNode(N->getOpcode(), SDLoc(N), VT, OtherOp, NonConstantVal); in combineSelectCCAndUse()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 11856 SDValue NonConstantVal; in combineSelectAndUse() local 11860 NonConstantVal, DAG)) in combineSelectAndUse() 11866 OtherOp, NonConstantVal); in combineSelectAndUse()
|