Searched refs:Slct (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 6376 SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument 6382 bool isSlctCC = Slct.getOpcode() == ISD::SELECT_CC; in combineSelectAndUse() 6383 SDValue LHS = isSlctCC ? Slct.getOperand(2) : Slct.getOperand(1); in combineSelectAndUse() 6384 SDValue RHS = isSlctCC ? Slct.getOperand(3) : Slct.getOperand(2); in combineSelectAndUse() 6388 CC = cast<CondCodeSDNode>(Slct.getOperand(4))->get(); in combineSelectAndUse() 6390 SDValue CCOp = Slct.getOperand(0); in combineSelectAndUse() 6397 assert ((Opc == ISD::ADD || (Opc == ISD::SUB && Slct == N->getOperand(1))) && in combineSelectAndUse() 6407 SDValue Op0 = Slct.getOperand(0); in combineSelectAndUse() 6424 Slct.getOperand(0), Slct.getOperand(1), CC); in combineSelectAndUse() 6425 SDValue CCOp = Slct.getOperand(0); in combineSelectAndUse() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 1418 static SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument 1426 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()
|
/external/llvm/lib/Target/Lanai/ |
D | LanaiISelLowering.cpp | 1372 static SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument 1380 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 8678 SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument 8686 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 9749 SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument 9757 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()
|