Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp6376 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/
DLanaiISelLowering.cpp1418 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/
DLanaiISelLowering.cpp1372 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/
DARMISelLowering.cpp8678 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/
DARMISelLowering.cpp9749 SDValue combineSelectAndUse(SDNode *N, SDValue Slct, SDValue OtherOp, in combineSelectAndUse() argument
9757 if (!isConditionalZeroOrAllOnes(Slct.getNode(), AllOnes, CCOp, SwapSelectOps, in combineSelectAndUse()