Home
last modified time | relevance | path

Searched refs:getEntryNode (Results 1 – 25 of 94) sorted by relevance

1234

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DRegionIterator.h262 static NodeRef getEntryNode(NodeRef N) { return N; } \
274 static NodeRef getEntryNode(NodeRef N) { return N; } \
286 static NodeRef getEntryNode(RegionT *R) { \
290 return nodes_iterator::begin(getEntryNode(R)); \
293 return nodes_iterator::end(getEntryNode(R)); \
302 static NodeRef getEntryNode(RegionT *R) { \
306 return nodes_iterator::begin(getEntryNode(R)); \
309 return nodes_iterator::end(getEntryNode(R)); \
325 static NodeRef getEntryNode(RegionInfo *RI) {
326 return GraphTraits<FlatIt<Region*>>::getEntryNode(RI->getTopLevelRegion());
[all …]
DPostDominators.h102 static NodeRef getEntryNode(PostDominatorTree *DT) {
107 if (getEntryNode(N))
108 return df_begin(getEntryNode(N));
110 return df_end(getEntryNode(N));
114 return df_end(getEntryNode(N));
DCallGraph.h411 static NodeRef getEntryNode(CallGraphNode *CGN) { return CGN; }
431 static NodeRef getEntryNode(const CallGraphNode *CGN) { return CGN; }
459 static NodeRef getEntryNode(CallGraph *CGN) {
486 static NodeRef getEntryNode(const CallGraph *CGN) {
DInterval.h123 static NodeRef getEntryNode(Interval *I) { return I; }
134 static NodeRef getEntryNode(Inverse<Interval *> G) { return G.Graph; }
DDDG.h444 static NodeRef getEntryNode(NodeRef N) { return N; }
461 static NodeRef getEntryNode(DataDependenceGraph *DG) {
484 static NodeRef getEntryNode(NodeRef N) { return N; }
502 static NodeRef getEntryNode(const DataDependenceGraph *DG) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegionInfo.h142 static NodeRef getEntryNode(MachineRegionInfo *RI) {
143 return GraphTraits<FlatIt<MachineRegion *>>::getEntryNode(
148 return nodes_iterator::begin(getEntryNode(RI));
152 return nodes_iterator::end(getEntryNode(RI));
162 static NodeRef getEntryNode(MachineRegionInfoPass *RI) {
163 return GraphTraits<MachineRegionInfo *>::getEntryNode(&RI->getRegionInfo());
DMachineLoopInfo.h180 static NodeRef getEntryNode(const MachineLoop *L) { return L; }
189 static NodeRef getEntryNode(MachineLoop *L) { return L; }
DMachineDominators.h263 static NodeRef getEntryNode(NodeRef N) { return N; } in getEntryNode() function
283 static NodeRef getEntryNode(MachineDominatorTree *DT) {
DMachineFunction.h1027 static NodeRef getEntryNode(MachineFunction *F) { return &F->front(); }
1044 static NodeRef getEntryNode(const MachineFunction *F) { return &F->front(); }
1069 static NodeRef getEntryNode(Inverse<MachineFunction *> G) {
1075 static NodeRef getEntryNode(Inverse<const MachineFunction *> G) {
DMachineBasicBlock.h874 static NodeRef getEntryNode(MachineBasicBlock *BB) { return BB; }
883 static NodeRef getEntryNode(const MachineBasicBlock *BB) { return BB; }
898 static NodeRef getEntryNode(Inverse<MachineBasicBlock *> G) {
910 static NodeRef getEntryNode(Inverse<const MachineBasicBlock *> G) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DCFG.h302 static NodeRef getEntryNode(BasicBlock *BB) { return BB; }
311 static NodeRef getEntryNode(const BasicBlock *BB) { return BB; }
326 static NodeRef getEntryNode(Inverse<BasicBlock *> G) { return G.Graph; }
335 static NodeRef getEntryNode(Inverse<const BasicBlock *> G) { return G.Graph; }
349 static NodeRef getEntryNode(Function *F) { return &F->getEntryBlock(); }
366 static NodeRef getEntryNode(const Function *F) { return &F->getEntryBlock(); }
389 static NodeRef getEntryNode(Inverse<Function *> G) {
395 static NodeRef getEntryNode(Inverse<const Function *> G) {
DDominators.h196 static NodeRef getEntryNode(NodeRef N) { return N; }
201 return df_begin(getEntryNode(N));
204 static nodes_iterator nodes_end(NodeRef N) { return df_end(getEntryNode(N)); }
218 static NodeRef getEntryNode(DominatorTree *DT) { return DT->getRootNode(); }
221 return df_begin(getEntryNode(N));
225 return df_end(getEntryNode(N));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DPostOrderIterator.h141 return po_iterator(GT::getEntryNode(G)); in begin()
146 return po_iterator(GT::getEntryNode(G), S); in begin()
300 ReversePostOrderTraversal(GraphT G) { Initialize(GT::getEntryNode(G)); } in ReversePostOrderTraversal()
DDepthFirstIterator.h151 return df_iterator(GT::getEntryNode(G)); in begin()
157 return df_iterator(GT::getEntryNode(G), S); in begin()
DBreadthFirstIterator.h114 return bf_iterator(GT::getEntryNode(G)); in begin()
DSCCIterator.h102 return scc_iterator(GT::getEntryNode(G)); in begin()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DType.h446 static NodeRef getEntryNode(Type *T) { return T; }
455 static NodeRef getEntryNode(NodeRef T) { return T; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.h1235 static NodeRef getEntryNode(NodeRef N) { return N; }
1250 static NodeRef getEntryNode(NodeRef N) { return N; }
1267 static NodeRef getEntryNode(Inverse<NodeRef> B) { return B.Graph; }
1290 static NodeRef getEntryNode(GraphRef N) { return N->getEntry(); }
1309 static NodeRef getEntryNode(GraphRef N) { return N->getEntry(); }
1328 static NodeRef getEntryNode(Inverse<GraphRef> N) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelDAGToDAG.cpp291 SDValue New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), in Select()
298 SDValue New = CurDAG->getCopyFromReg(CurDAG->getEntryNode(), in Select()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineRegionInfo.cpp67 MachineBasicBlock *Entry = GraphTraits<MachineFunction*>::getEntryNode(&F); in recalculate()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfg.cpp251 Pending.set(getEntryNode()->getIndex()); in computeInOutEdges()
295 assert(Nodes.empty() || (*Nodes.begin() == getEntryNode())); in renumberInstructions()
379 if (Node != getEntryNode() && Node->getInEdges().empty()) { in reorderNodes()
908 CfgNode *EntryNode = getEntryNode(); in processAllocas()
994 InstList &Insts = getEntryNode()->getInsts(); in processAllocas()
1522 if (Node == getEntryNode()) { in liveness()
1722 setCurrentNode(getEntryNode()); in dump()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DOptimizer.cpp132 Ice::CfgNode *entryBlock = function->getEntryNode(); in propagateAlloca()
203 Ice::CfgNode *entryBlock = function->getEntryNode(); in performScalarReplacementOfAggregates()
324 Ice::CfgNode *entryBlock = function->getEntryNode(); in eliminateUnitializedLoads()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionAttrs.cpp346 ArgumentGraphNode *getEntryNode() { return &SyntheticRoot; } in getEntryNode() function in __anon41c9c1030211::ArgumentGraph
426 static NodeRef getEntryNode(NodeRef A) { return A; } in getEntryNode() function
433 static NodeRef getEntryNode(ArgumentGraph *AG) { return AG->getEntryNode(); } in getEntryNode() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp334 ISD::EXTLOAD, dl, OrigVT, DAG.getEntryNode(), CPIdx, in ExpandConstantFP()
340 OrigVT, dl, DAG.getEntryNode(), CPIdx, in ExpandConstantFP()
353 VT, dl, DAG.getEntryNode(), CPIdx, in ExpandConstant()
384 DAG.getEntryNode(), dl, Tmp1, StackPtr, in PerformInsertVectorEltInMemory()
1312 if (!ST->getChain().reachesChainWithoutSideEffects(DAG.getEntryNode())) in ExpandExtractFromVectorThroughStack()
1335 Ch = DAG.getStore(DAG.getEntryNode(), dl, Vec, StackPtr, in ExpandExtractFromVectorThroughStack()
1380 SDValue Ch = DAG.getStore(DAG.getEntryNode(), dl, Vec, StackPtr, PtrInfo); in ExpandInsertToVectorThroughStack()
1422 Stores.push_back(DAG.getTruncStore(DAG.getEntryNode(), dl, in ExpandVectorBuildThroughStack()
1426 Stores.push_back(DAG.getStore(DAG.getEntryNode(), dl, Node->getOperand(i), in ExpandVectorBuildThroughStack()
1434 StoreChain = DAG.getEntryNode(); in ExpandVectorBuildThroughStack()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h285 return CreateLiveInRegister(DAG, RC, Reg, VT, SDLoc(DAG.getEntryNode())); in CreateLiveInRegister()
292 return CreateLiveInRegister(DAG, RC, Reg, VT, SDLoc(DAG.getEntryNode()), true); in CreateLiveInRegisterRaw()

1234