Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1424 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 DRISCVISelLowering.cpp12384 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 DARMISelLowering.cpp12579 SDValue NonConstantVal; in combineSelectAndUse() local
12583 NonConstantVal, DAG)) in combineSelectAndUse()
12589 OtherOp, NonConstantVal); in combineSelectAndUse()