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

  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 513 std::vector<SDValue> OutChains;
524 OutChains.push_back(DAG.getStore(DAG.getRoot(), dl, Arg, FIPtr,
530 if (!OutChains.empty()) {
531 OutChains.push_back(Chain);
532 Chain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, OutChains);
635 SmallVector<SDValue, 8> OutChains;
640 OutChains.push_back(DAG.getStore(Chain, DL, VArg,
646 if (!OutChains.empty())
647 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, OutChains);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 780 milliseconds