HomeSort by relevance Sort by last modified time
    Searched refs:EntryNode (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceCfg.h 88 void setEntryNode(CfgNode *EntryNode) { Entry = EntryNode; }
IceOperand.cpp 382 CfgNode *EntryNode = Func->getEntryNode();
384 Metadata[Var->getIndex()].markUse(Kind, NoInst, EntryNode, IsImplicit);
IceCfg.cpp     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 142 /// EntryNode - The starting token.
143 SDNode EntryNode;
254 return SDValue(const_cast<SDNode *>(&EntryNode), 0);
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 189 SDNode EntryNode;
380 return SDValue(const_cast<SDNode *>(&EntryNode), 0);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h 240 SDNode EntryNode;
458 return SDValue(const_cast<SDNode *>(&EntryNode), 0);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 883 // EntryNode could meaningfully have debug info if we can find it...
886 EntryNode(ISD::EntryToken, 0, DebugLoc(), getVTList(MVT::Other)),
889 InsertNode(&EntryNode);
908 assert(&*AllNodes.begin() == &EntryNode);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 836 // EntryNode could meaningfully have debug info if we can find it...
839 EntryNode(ISD::EntryToken, DebugLoc(), getVTList(MVT::Other)),
841 AllNodes.push_back(&EntryNode);
858 assert(&*AllNodes.begin() == &EntryNode);
877 EntryNode.UseList = 0;
878 AllNodes.push_back(&EntryNode);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 367 milliseconds