Searched refs:NonConstantVal (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 1424 SDValue NonConstantVal; in combineSelectAndUse() local 1428 NonConstantVal, DAG)) in combineSelectAndUse() 1434 DAG.getNode(N->getOpcode(), SDLoc(N), VT, OtherOp, NonConstantVal); in combineSelectAndUse()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 12384 SDValue NonConstantVal; in combineSelectAndUse() local 12387 NonConstantVal = FalseVal; in combineSelectAndUse() 12390 NonConstantVal = TrueVal; in combineSelectAndUse() 12396 FalseVal = DAG.getNode(N->getOpcode(), SDLoc(N), VT, OtherOp, NonConstantVal); in combineSelectAndUse()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 12579 SDValue NonConstantVal; in combineSelectAndUse() local 12583 NonConstantVal, DAG)) in combineSelectAndUse() 12589 OtherOp, NonConstantVal); in combineSelectAndUse()
|