Home
last modified time | relevance | path

Searched refs:getEdge (Results 1 – 13 of 13) sorted by relevance

/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h89 G.getEdge(AdjEdgeIds.back()).setAdjEdgeIdx(ThisNId, Idx); in removeAdjEdgeId()
202 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; } in getEdge() function
203 const EdgeEntry& getEdge(EdgeId EId) const { return Edges[EId]; } in getEdge() function
231 EdgeEntry &NE = getEdge(EId); in addConstructedEdge()
519 getEdge(EId).Costs = AllocatedCosts; in updateEdgeCosts()
531 return getEdge(EId).Costs; in getEdgeCostsPtr()
538 return *getEdge(EId).Costs; in getEdgeCosts()
542 return getEdge(EId).Metadata; in getEdgeMetadata()
546 return getEdge(EId).Metadata; in getEdgeMetadata()
553 return getEdge(EId).getN1Id(); in getEdgeNode1Id()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h87 G.getEdge(AdjEdgeIds.back()).setAdjEdgeIdx(ThisNId, Idx); in removeAdjEdgeId()
189 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; } in getEdge() function
190 const EdgeEntry& getEdge(EdgeId EId) const { return Edges[EId]; } in getEdge() function
218 EdgeEntry &NE = getEdge(EId); in addConstructedEdge()
512 getEdge(EId).Costs = AllocatedCosts; in updateEdgeCosts()
524 return getEdge(EId).Costs; in getEdgeCostsPtr()
531 return *getEdge(EId).Costs; in getEdgeCosts()
535 return getEdge(EId).Metadata; in getEdgeMetadata()
539 return getEdge(EId).Metadata; in getEdgeMetadata()
546 return getEdge(EId).getN1Id(); in getEdgeNode1Id()
[all …]
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/
DGraph.h87 G.getEdge(AdjEdgeIds.back()).setAdjEdgeIdx(ThisNId, Idx); in removeAdjEdgeId()
189 EdgeEntry& getEdge(EdgeId EId) { return Edges[EId]; } in getEdge() function
190 const EdgeEntry& getEdge(EdgeId EId) const { return Edges[EId]; } in getEdge() function
218 EdgeEntry &NE = getEdge(EId); in addConstructedEdge()
512 getEdge(EId).Costs = AllocatedCosts; in updateEdgeCosts()
524 return getEdge(EId).Costs; in getEdgeCostsPtr()
531 return *getEdge(EId).Costs; in getEdgeCosts()
535 return getEdge(EId).Metadata; in getEdgeMetadata()
539 return getEdge(EId).Metadata; in getEdgeMetadata()
546 return getEdge(EId).getN1Id(); in getEdgeNode1Id()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DSafepointIRVerifier.cpp77 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() function in __anon1c5b361e0111::CFGDeadness
90 if (!isDeadEdge(&getEdge(PredIt))) in hasLiveIncomingEdge()
625 if (PBBS && !CD.isDeadEdge(&CFGDeadness::getEdge(PredIt))) in recalculateBBsStates()
/external/llvm-project/llvm/lib/IR/
DSafepointIRVerifier.cpp78 static const Use& getEdge(const_pred_iterator &PredIt) { in getEdge() function in __anon22ba160a0111::CFGDeadness
91 if (!isDeadEdge(&getEdge(PredIt))) in hasLiveIncomingEdge()
626 if (PBBS && !CD.isDeadEdge(&CFGDeadness::getEdge(PredIt))) in recalculateBBsStates()
/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchTree.h325 const GIMatchDagEdge *getEdge(unsigned Idx) const { in getEdge() function
328 GIMatchDagEdge *getEdge(unsigned Idx) { in getEdge() function
DGIMatchTree.cpp294 PrintNote("Edge " + llvm::to_string(*Leaf.getEdge(EdgeIdx))); in runStep()
672 const auto &E = Leaf.value().getEdge(EIdx); in repartition()
742 const GIMatchDagEdge *E = Leaf.getEdge(EIdx); in applyForPartition()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_graph.h94 inline Edge *getEdge() const { return e; } in getEdge() function
Dnv50_ir_print.cpp803 ei.getEdge()->typeStr()); in visit()
819 ei.getEdge()->typeStr()); in visit()
Dnv50_ir_graph.cpp138 delete ei.getEdge(); in detach()
Dnv50_ir_bb.cpp314 Graph::Edge *e = cfg.outgoing(true).getEdge(); in splitCommon()
/external/s2-geometry-library-java/src/com/google/common/geometry/
DS2Cell.java99 public S2Point getEdge(int k) { in getEdge() method in S2Cell
/external/s2-geometry-library-java/tests/com/google/common/geometry/
DS2CellTest.java58 .getVertexRaw((k + 1) & 3))).dotProd(cell.getEdge(k)), 1.0); in testFaces()