Home
last modified time | relevance | path

Searched refs:SOp (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1303 SDValue SOp = SelN0 ? N0 : N1; in PreprocessISelDAG() local
1306 if (SOp.getOpcode() == ISD::SELECT && SOp.getNode()->hasOneUse()) { in PreprocessISelDAG()
1307 SDValue SC = SOp.getOperand(0); in PreprocessISelDAG()
1308 SDValue SX = SOp.getOperand(1); in PreprocessISelDAG()
1309 SDValue SY = SOp.getOperand(2); in PreprocessISelDAG()
1310 SDLoc DLS = SOp; in PreprocessISelDAG()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp247 const SCEV *SOp = M->getOperand(i); in FactorOutConstant() local
248 const SCEV *Remainder = SE.getConstant(SOp->getType(), 0); in FactorOutConstant()
249 if (FactorOutConstant(SOp, Remainder, Factor, SE, TD) && in FactorOutConstant()
252 NewMulOps[i] = SOp; in FactorOutConstant()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3937 SDValue SOp = SetCC->getOperand(j); in ExtendSetCCUses() local
3938 if (SOp == Trunc) in ExtendSetCCUses()
3941 Ops.push_back(DAG.getNode(ExtType, DL, ExtLoad->getValueType(0), SOp)); in ExtendSetCCUses()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5906 SDValue SOp = SetCC->getOperand(j); in ExtendSetCCUses() local
5907 if (SOp == Trunc) in ExtendSetCCUses()
5910 Ops.push_back(DAG.getNode(ExtType, DL, ExtLoad->getValueType(0), SOp)); in ExtendSetCCUses()