Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1422 static SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument
1430 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()
/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7956 static SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument
7964 if ((Slct.getOpcode() != ISD::SELECT && in combineSelectAndUse()
7965 Slct.getOpcode() != RISCVISD::SELECT_CC) || in combineSelectAndUse()
7966 !Slct.hasOneUse()) in combineSelectAndUse()
7974 unsigned OpOffset = Slct.getOpcode() == RISCVISD::SELECT_CC ? 2 : 0; in combineSelectAndUse()
7975 SDValue TrueVal = Slct.getOperand(1 + OpOffset); in combineSelectAndUse()
7976 SDValue FalseVal = Slct.getOperand(2 + OpOffset); in combineSelectAndUse()
7994 if (Slct.getOpcode() == RISCVISD::SELECT_CC) in combineSelectAndUse()
7996 {Slct.getOperand(0), Slct.getOperand(1), in combineSelectAndUse()
7997 Slct.getOperand(2), TrueVal, FalseVal}); in combineSelectAndUse()
[all …]
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12351 SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument
12359 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()