HomeSort by relevance Sort by last modified time
    Searched defs:ExpandADDSUB (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 217 case ISD::SUB: return ExpandADDSUB(Op.getNode(), DAG);
242 Results.push_back(ExpandADDSUB(N, DAG));
718 ExpandADDSUB(SDNode *N, SelectionDAG &DAG) const
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp 183 case ISD::SUB: return ExpandADDSUB(Op.getNode(), DAG);
204 Results.push_back(ExpandADDSUB(N, DAG));
705 ExpandADDSUB(SDNode *N, SelectionDAG &DAG) const
    [all...]

Completed in 48 milliseconds