| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | ScheduleDAGPrinter.cpp | 26 struct DOTGraphTraits<ScheduleDAG*> : public DefaultDOTGraphTraits { struct 28 DOTGraphTraits (bool isSimple=false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument 30 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() 34 static bool renderGraphFromBottomUp() { in renderGraphFromBottomUp() 38 static bool isNodeHidden(const SUnit *Node) { in isNodeHidden() 42 static std::string getNodeIdentifierLabel(const SUnit *Node, in getNodeIdentifierLabel() 52 static std::string getEdgeAttributes(const SUnit *Node, in getEdgeAttributes() 64 static std::string getNodeAttributes(const SUnit *N, in getNodeAttributes() 69 static void addCustomGraphFeatures(ScheduleDAG *G, in addCustomGraphFeatures()
|
| D | MachineBlockFrequencyInfo.cpp | 117 struct DOTGraphTraits<MachineBlockFrequencyInfo *> struct 119 const MachineFunction *CurFunc = nullptr; 120 DenseMap<const MachineBasicBlock *, int> LayoutOrderMap; 122 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() argument 125 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel() 147 std::string getNodeAttributes(const MachineBasicBlock *Node, in getNodeAttributes() 153 std::string getEdgeAttributes(const MachineBasicBlock *Node, EdgeIter EI, in getEdgeAttributes()
|
| D | MachineFunction.cpp | 554 struct DOTGraphTraits<const MachineFunction*> : public DefaultDOTGraphTraits { struct 555 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function 557 static std::string getGraphName(const MachineFunction *F) { in getGraphName() 561 std::string getNodeLabel(const MachineBasicBlock *Node, in getNodeLabel()
|
| D | MachineScheduler.cpp | 3683 struct DOTGraphTraits<ScheduleDAGMI*> : public DefaultDOTGraphTraits { struct 3684 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument 3686 static std::string getGraphName(const ScheduleDAG *G) { in getGraphName() 3690 static bool renderGraphFromBottomUp() { in renderGraphFromBottomUp() 3694 static bool isNodeHidden(const SUnit *Node) { in isNodeHidden() 3703 static std::string getEdgeAttributes(const SUnit *Node, in getEdgeAttributes() 3713 static std::string getNodeLabel(const SUnit *SU, const ScheduleDAG *G) { in getNodeLabel() 3725 static std::string getNodeDescription(const SUnit *SU, const ScheduleDAG *G) { in getNodeDescription() 3729 static std::string getNodeAttributes(const SUnit *N, const ScheduleDAG *G) { in getNodeAttributes()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| D | SelectionDAGPrinter.cpp | 31 struct DOTGraphTraits<SelectionDAG*> : public DefaultDOTGraphTraits { struct 33 explicit DOTGraphTraits(bool isSimple=false) : in DOTGraphTraits() argument 36 static bool hasEdgeDestLabels() { in hasEdgeDestLabels() 40 static unsigned numEdgeDestLabels(const void *Node) { in numEdgeDestLabels() 44 static std::string getEdgeDestLabel(const void *Node, unsigned i) { in getEdgeDestLabel() 49 static std::string getEdgeSourceLabel(const void *Node, EdgeIter I) { in getEdgeSourceLabel() 57 static bool edgeTargetsEdgeSource(const void *Node, EdgeIter I) { in edgeTargetsEdgeSource() 65 static EdgeIter getEdgeTarget(const void *Node, EdgeIter I) { in getEdgeTarget() 72 static std::string getGraphName(const SelectionDAG *G) { in getGraphName() 76 static bool renderGraphFromBottomUp() { in renderGraphFromBottomUp() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | DomPrinter.cpp | 29 struct DOTGraphTraits<DomTreeNode*> : public DefaultDOTGraphTraits { struct 31 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() function 34 std::string getNodeLabel(DomTreeNode *Node, DomTreeNode *Graph) { in getNodeLabel() 52 struct DOTGraphTraits<DominatorTree*> : public DOTGraphTraits<DomTreeNode*> { struct 54 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() argument 57 static std::string getGraphName(DominatorTree *DT) { in getGraphName() 61 std::string getNodeLabel(DomTreeNode *Node, DominatorTree *G) { in getNodeLabel() 67 struct DOTGraphTraits<PostDominatorTree*> struct 70 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() argument 73 static std::string getGraphName(PostDominatorTree *DT) { in getGraphName() [all …]
|
| D | RegionPrinter.cpp | 39 struct DOTGraphTraits<RegionNode*> : public DefaultDOTGraphTraits { struct 41 DOTGraphTraits (bool isSimple=false) in DOTGraphTraits() argument 44 std::string getNodeLabel(RegionNode *Node, RegionNode *Graph) { in getNodeLabel() 62 struct DOTGraphTraits<RegionInfo *> : public DOTGraphTraits<RegionNode *> { struct 64 DOTGraphTraits (bool isSimple = false) in DOTGraphTraits() argument 67 static std::string getGraphName(const RegionInfo *) { return "Region Graph"; } in getGraphName() 69 std::string getNodeLabel(RegionNode *Node, RegionInfo *G) { in getNodeLabel() 74 std::string getEdgeAttributes(RegionNode *srcNode, in getEdgeAttributes() 102 static void printRegionCluster(const Region &R, GraphWriter<RegionInfo *> &GW, in printRegionCluster() 134 static void addCustomGraphFeatures(const RegionInfo *G, in addCustomGraphFeatures()
|
| D | CallPrinter.cpp | 25 template <> struct DOTGraphTraits<CallGraph *> : public DefaultDOTGraphTraits { struct 26 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() argument 28 static std::string getGraphName(CallGraph *Graph) { return "Call graph"; } in getGraphName() 30 std::string getNodeLabel(CallGraphNode *Node, CallGraph *Graph) { in getNodeLabel()
|
| D | BlockFrequencyInfo.cpp | 127 struct DOTGraphTraits<BlockFrequencyInfo *> : public BFIDOTGTraitsBase { struct 128 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() function 131 std::string getNodeLabel(const BasicBlock *Node, in getNodeLabel() 137 std::string getNodeAttributes(const BasicBlock *Node, in getNodeAttributes() 143 std::string getEdgeAttributes(const BasicBlock *Node, EdgeIter EI, in getEdgeAttributes()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | DOTGraphTraits.h | 160 struct DOTGraphTraits : public DefaultDOTGraphTraits { struct 161 DOTGraphTraits (bool simple=false) : DefaultDOTGraphTraits (simple) {} in DefaultDOTGraphTraits() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| D | PGOInstrumentation.cpp | 1775 template <> struct DOTGraphTraits<PGOUseFunc *> : DefaultDOTGraphTraits { struct 1776 explicit DOTGraphTraits(bool isSimple = false) in DOTGraphTraits() argument 1779 static std::string getGraphName(const PGOUseFunc *G) { in getGraphName() 1783 std::string getNodeLabel(const BasicBlock *Node, const PGOUseFunc *Graph) { in getNodeLabel()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | SLPVectorizer.cpp | 2293 template <> struct DOTGraphTraits<BoUpSLP *> : public DefaultDOTGraphTraits { struct 2294 using TreeEntry = BoUpSLP::TreeEntry; 2296 DOTGraphTraits(bool isSimple = false) : DefaultDOTGraphTraits(isSimple) {} in DOTGraphTraits() function 2298 std::string getNodeLabel(const TreeEntry *Entry, const BoUpSLP *R) { in getNodeLabel() 2316 static std::string getNodeAttributes(const TreeEntry *Entry, in getNodeAttributes()
|