Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5444 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 DARMISelLowering.cpp11856 SDValue NonConstantVal; in combineSelectAndUse() local
11860 NonConstantVal, DAG)) in combineSelectAndUse()
11866 OtherOp, NonConstantVal); in combineSelectAndUse()