Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5714 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 DARMISelLowering.cpp12143 SDValue NonConstantVal; in combineSelectAndUse() local
12147 NonConstantVal, DAG)) in combineSelectAndUse()
12153 OtherOp, NonConstantVal); in combineSelectAndUse()