Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp108 AP.emitInt16(MD.live_size(PI)); in finishAssembly()
DOcamlGCPrinter.cpp158 size_t LiveCount = FI.live_size(J); in finishAssembly()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DErlangGCPrinter.cpp108 AP.emitInt16(MD.live_size(PI)); in finishAssembly()
DOcamlGCPrinter.cpp158 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/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment.cc1535 int64 live_size = 0; in ComputePeakMemoryLogicalBuffers() local
1543 live_size += memory_delta(event); in ComputePeakMemoryLogicalBuffers()
1544 if (max_live_size < live_size) { in ComputePeakMemoryLogicalBuffers()
1545 max_live_size = live_size; in ComputePeakMemoryLogicalBuffers()
1552 live_size = 0; in ComputePeakMemoryLogicalBuffers()
1568 live_size += memory_delta(event); in ComputePeakMemoryLogicalBuffers()
1570 if (live_size == max_live_size) { in ComputePeakMemoryLogicalBuffers()
1574 CHECK_EQ(live_size, max_live_size); in ComputePeakMemoryLogicalBuffers()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DGCMetadata.h146 size_t live_size(const iterator &p) const { return roots_size(); } in live_size() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DGCMetadata.h146 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/mesa3d/src/freedreno/ir3/
Dir3_ra.c847 live_size(struct ir3_instruction *instr) in live_size() function
870 return live_size(instr); in name_size()
925 new_live += live_size(instr); in ra_calc_block_live_values()
935 next_dead += live_size(instr); in ra_calc_block_live_values()
/external/llvm-project/llvm/docs/
DGarbageCollection.rst993 AP.emitInt32(MD.live_size(PI));
/external/llvm/docs/
DGarbageCollection.rst1063 AP.EmitInt32(MD.live_size(PI));