Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
DLanaiISelLowering.cpp1418 static SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument
1426 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.cpp5700 static SDValue combineSelectCCAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectCCAndUse() argument
5704 if (Slct.getOpcode() != RISCVISD::SELECT_CC || !Slct.hasOneUse()) in combineSelectCCAndUse()
5712 SDValue TrueVal = Slct.getOperand(3); in combineSelectCCAndUse()
5713 SDValue FalseVal = Slct.getOperand(4); in combineSelectCCAndUse()
5732 {Slct.getOperand(0), Slct.getOperand(1), in combineSelectCCAndUse()
5733 Slct.getOperand(2), TrueVal, FalseVal}); in combineSelectCCAndUse()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp12138 SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument
12146 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()