Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1401 SDValue SOp = SelN0 ? N0 : N1; in PreprocessISelDAG() local
1404 if (SOp.getOpcode() == ISD::SELECT && SOp.getNode()->hasOneUse()) { in PreprocessISelDAG()
1405 SDValue SC = SOp.getOperand(0); in PreprocessISelDAG()
1406 SDValue SX = SOp.getOperand(1); in PreprocessISelDAG()
1407 SDValue SY = SOp.getOperand(2); in PreprocessISelDAG()
1408 SDLoc DLS = SOp; in PreprocessISelDAG()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5851 SDValue SOp = SetCC->getOperand(j); in ExtendSetCCUses() local
5852 if (SOp == Trunc) in ExtendSetCCUses()
5855 Ops.push_back(DAG.getNode(ExtType, DL, ExtLoad->getValueType(0), SOp)); in ExtendSetCCUses()