/external/tensorflow/tensorflow/core/grappler/costs/ |
D | cost_estimator.h | 72 struct Costs { struct 79 struct MilliSeconds : std::chrono::milliseconds { 89 struct MicroSeconds : std::chrono::microseconds { 102 struct NanoSeconds : std::chrono::nanoseconds { 124 typedef NanoSeconds Duration; 127 Duration execution_time; 130 Duration compute_time; 154 // Number of ops included in this Costs in total. argument 168 inline std::ostream& operator<<(std::ostream& os, const Costs::MilliSeconds d) { argument 181 Costs::Costs() { in Costs() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | Graph.h | 68 NodeEntry(VectorPtr Costs) : Costs(std::move(Costs)) {} in NodeEntry() 94 VectorPtr Costs; variable 103 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry() 152 MatrixPtr Costs; variable 375 NodeId addNode(OtherVectorT Costs) { in addNode() 396 NodeId addNodeBypassingCostAllocator(OtherVectorPtrT Costs) { in addNodeBypassingCostAllocator() 409 EdgeId addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) { in addEdge() 435 OtherMatrixPtrT Costs) { in addEdgeBypassingCostAllocator() 466 void setNodeCosts(NodeId NId, OtherVectorT Costs) { in setNodeCosts() 508 void updateEdgeCosts(EdgeId EId, OtherMatrixT Costs) { in updateEdgeCosts()
|
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
D | Graph.h | 68 NodeEntry(VectorPtr Costs) : Costs(std::move(Costs)) {} in NodeEntry() 94 VectorPtr Costs; variable 103 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry() 152 MatrixPtr Costs; variable 375 NodeId addNode(OtherVectorT Costs) { in addNode() 396 NodeId addNodeBypassingCostAllocator(OtherVectorPtrT Costs) { in addNodeBypassingCostAllocator() 409 EdgeId addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) { in addEdge() 435 OtherMatrixPtrT Costs) { in addEdgeBypassingCostAllocator() 466 void setNodeCosts(NodeId NId, OtherVectorT Costs) { in setNodeCosts() 508 void updateEdgeCosts(EdgeId EId, OtherMatrixT Costs) { in updateEdgeCosts()
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | Graph.h | 74 NodeEntry(VectorPtr Costs) : Costs(std::move(Costs)) {} in NodeEntry() 96 VectorPtr Costs; variable 104 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry() 168 MatrixPtr Costs; variable 382 NodeId addNode(OtherVectorT Costs) { in addNode() 403 NodeId addNodeBypassingCostAllocator(OtherVectorPtrT Costs) { in addNodeBypassingCostAllocator() 416 EdgeId addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) { in addEdge() 442 OtherMatrixPtrT Costs) { in addEdgeBypassingCostAllocator() 473 void setNodeCosts(NodeId NId, OtherVectorT Costs) { in setNodeCosts() 515 void updateEdgeCosts(EdgeId EId, OtherMatrixT Costs) { in updateEdgeCosts()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 483 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply() local 492 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply() local 897 const Vector &Costs = getNodeCosts(NId); in dump() local
|
D | SplitKit.cpp | 1024 SmallVector<BlockFrequency, 8> Costs(Parent->getNumValNums()); in hoistCopies() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 485 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply() local 494 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply() local 890 const Vector &Costs = getNodeCosts(NId); in dump() local
|
D | SplitKit.cpp | 1012 SmallVector<BlockFrequency, 8> Costs(Parent->getNumValNums()); in hoistCopies() local
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 460 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply() local 469 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply() local 842 const Vector &Costs = getNodeCosts(NId); in dump() local
|
D | SplitKit.cpp | 811 SmallVector<BlockFrequency, 8> Costs(Parent->getNumValNums()); in hoistCopies() local
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 210 void setup(const Vector& Costs) { in setup()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 208 void setup(const Vector& Costs) { in setup()
|
/external/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 269 void setup(const Vector& Costs) { in setup()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenSchedule.h | 192 std::vector<CodeGenRegisterCost> Costs; member
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 5765 OutlinerCosts Costs(Subtarget); in getOutliningCandidateInfo() local
|