Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp1334 SDValue SOp = SelN0 ? N0 : N1; in PreprocessISelDAG() local
1337 if (SOp.getOpcode() == ISD::SELECT && SOp.getNode()->hasOneUse()) { in PreprocessISelDAG()
1338 SDValue SC = SOp.getOperand(0); in PreprocessISelDAG()
1339 SDValue SX = SOp.getOperand(1); in PreprocessISelDAG()
1340 SDValue SY = SOp.getOperand(2); in PreprocessISelDAG()
1341 SDLoc DLS = SOp; in PreprocessISelDAG()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5423 SDValue SOp = SetCC->getOperand(j); in ExtendSetCCUses() local
5424 if (SOp == Trunc) in ExtendSetCCUses()
5427 Ops.push_back(DAG.getNode(ExtType, DL, ExtLoad->getValueType(0), SOp)); in ExtendSetCCUses()