HomeSort by relevance Sort by last modified time
    Searched refs:EntryNode (Results 1 - 15 of 15) 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...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 180 SDNode EntryNode;
388 return SDValue(const_cast<SDNode *>(&EntryNode), 0);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 180 SDNode EntryNode;
388 return SDValue(const_cast<SDNode *>(&EntryNode), 0);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 180 SDNode EntryNode;
388 return SDValue(const_cast<SDNode *>(&EntryNode), 0);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 180 SDNode EntryNode;
388 return SDValue(const_cast<SDNode *>(&EntryNode), 0);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 180 SDNode EntryNode;
388 return SDValue(const_cast<SDNode *>(&EntryNode), 0);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 180 SDNode EntryNode;
388 return SDValue(const_cast<SDNode *>(&EntryNode), 0);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 180 SDNode EntryNode;
388 return SDValue(const_cast<SDNode *>(&EntryNode), 0);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 180 SDNode EntryNode;
388 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...]

Completed in 658 milliseconds