Home
last modified time | relevance | path

Searched refs:live_size (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc1278 int64 live_size = 0; in ComputePeakMemoryLogicalBuffers() local
1280 live_size += memory_delta(event); in ComputePeakMemoryLogicalBuffers()
1281 if (max_live_size < live_size) { in ComputePeakMemoryLogicalBuffers()
1282 max_live_size = live_size; in ComputePeakMemoryLogicalBuffers()
1289 live_size = 0; in ComputePeakMemoryLogicalBuffers()
1301 live_size += memory_delta(event); in ComputePeakMemoryLogicalBuffers()
1302 if (live_size == max_live_size) { in ComputePeakMemoryLogicalBuffers()
1306 CHECK_EQ(live_size, max_live_size); in ComputePeakMemoryLogicalBuffers()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp109 AP.emitInt16(MD.live_size(PI)); in finishAssembly()
DOcamlGCPrinter.cpp159 size_t LiveCount = FI.live_size(J); in finishAssembly()
/external/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp112 AP.EmitInt16(MD.live_size(PI)); in finishAssembly()
DOcamlGCPrinter.cpp154 size_t LiveCount = FI.live_size(J); in finishAssembly()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DGCMetadata.h152 size_t live_size(const iterator &p) const { return roots_size(); } in live_size() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DGCMetadata.h148 size_t live_size(const iterator &p) const { return roots_size(); } in live_size() function
/external/llvm/include/llvm/CodeGen/
DGCMetadata.h149 size_t live_size(const iterator &p) const { return roots_size(); } in live_size() function
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp140 size_t LiveCount = FI.live_size(J); in finishAssembly()
/external/llvm/docs/
DGarbageCollection.rst1063 AP.EmitInt32(MD.live_size(PI));
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DGarbageCollection.rst1063 AP.emitInt32(MD.live_size(PI));