Searched refs:Slct (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/llvm/lib/Target/Lanai/ |
H A D | LanaiISelLowering.cpp | 1417 static SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument 1425 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()
|
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 8319 static SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument 8329 (Slct.getOpcode() != ISD::SELECT && in combineSelectAndUse() 8330 Slct.getOpcode() != RISCVISD::SELECT_CC) || in combineSelectAndUse() 8331 !Slct.hasOneUse()) in combineSelectAndUse() 8339 unsigned OpOffset = Slct.getOpcode() == RISCVISD::SELECT_CC ? 2 : 0; in combineSelectAndUse() 8340 SDValue TrueVal = Slct.getOperand(1 + OpOffset); in combineSelectAndUse() 8341 SDValue FalseVal = Slct.getOperand(2 + OpOffset); in combineSelectAndUse() 8359 if (Slct.getOpcode() == RISCVISD::SELECT_CC) in combineSelectAndUse() 8361 {Slct.getOperand(0), Slct.getOperand(1), in combineSelectAndUse() 8362 Slct.getOperand(2), TrueVal, FalseVal}); in combineSelectAndUse() [all …]
|
/openbsd/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 12425 SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument 12433 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()
|