Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiISelLowering.cpp1419 static SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument
1427 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp12363 if (Slct.getOpcode() == ISD::SELECT && !Slct.getOperand(0).hasOneUse()) in combineSelectAndUse()
12371 if ((Slct.getOpcode() != ISD::SELECT && in combineSelectAndUse()
12372 Slct.getOpcode() != RISCVISD::SELECT_CC) || in combineSelectAndUse()
12373 !Slct.hasOneUse()) in combineSelectAndUse()
12381 unsigned OpOffset = Slct.getOpcode() == RISCVISD::SELECT_CC ? 2 : 0; in combineSelectAndUse()
12382 SDValue TrueVal = Slct.getOperand(1 + OpOffset); in combineSelectAndUse()
12383 SDValue FalseVal = Slct.getOperand(2 + OpOffset); in combineSelectAndUse()
12401 if (Slct.getOpcode() == RISCVISD::SELECT_CC) in combineSelectAndUse()
12403 {Slct.getOperand(0), Slct.getOperand(1), in combineSelectAndUse()
12404 Slct.getOperand(2), TrueVal, FalseVal}); in combineSelectAndUse()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12574 SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument
12582 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()