Searched refs:NonConstantVal (Results 1 – 3 of 3) sorted by relevance
/freebsd/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/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 13242 SDValue NonConstantVal; in combineSelectAndUse() 13245 NonConstantVal = FalseVal; in combineSelectAndUse() 13248 NonConstantVal = TrueVal; in combineSelectAndUse() 13254 FalseVal = DAG.getNode(N->getOpcode(), SDLoc(N), VT, OtherOp, NonConstantVal); in combineSelectAndUse() 13239 SDValue NonConstantVal; combineSelectAndUse() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 12596 SDValue NonConstantVal; in combineSelectAndUse() local 12600 NonConstantVal, DAG)) in combineSelectAndUse() 12606 OtherOp, NonConstantVal); in combineSelectAndUse()
|