Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1372 static SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument
1380 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp15163 static SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument
15180 if (Slct.getOpcode() == ISD::SELECT && !Slct.getOperand(0).hasOneUse()) in combineSelectAndUse()
15188 if ((Slct.getOpcode() != ISD::SELECT && in combineSelectAndUse()
15189 Slct.getOpcode() != RISCVISD::SELECT_CC) || in combineSelectAndUse()
15190 !Slct.hasOneUse()) in combineSelectAndUse()
15198 unsigned OpOffset = Slct.getOpcode() == RISCVISD::SELECT_CC ? 2 : 0; in combineSelectAndUse()
15199 SDValue TrueVal = Slct.getOperand(1 + OpOffset); in combineSelectAndUse()
15200 SDValue FalseVal = Slct.getOperand(2 + OpOffset); in combineSelectAndUse()
15218 if (Slct.getOpcode() == RISCVISD::SELECT_CC) in combineSelectAndUse()
15220 {Slct.getOperand(0), Slct.getOperand(1), in combineSelectAndUse()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12658 SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument
12666 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()