/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 39 std::vector<void *> Allocations; variable 45 AllocaHolder(AllocaHolder &&RHS) : Allocations(std::move(RHS.Allocations)) {} in AllocaHolder() 47 Allocations = std::move(RHS.Allocations); 52 for (void *Allocation : Allocations) in ~AllocaHolder() 56 void add(void *Mem) { Allocations.push_back(Mem); } in add()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 37 std::vector<void *> Allocations; variable 47 for (void *Allocation : Allocations) in ~AllocaHolder() 51 void add(void *Mem) { Allocations.push_back(Mem); } in add()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 38 std::vector<void *> Allocations; variable 48 for (void *Allocation : Allocations) in ~AllocaHolder() 52 void add(void *Mem) { Allocations.push_back(Mem); } in add()
|
/external/llvm/lib/Fuzzer/test/ |
D | fuzzer-oom-with-profile.test | 4 CHECK: Live Heap Allocations
|
/external/llvm-project/compiler-rt/test/fuzzer/ |
D | fuzzer-oom-with-profile.test | 5 CHECK: Live Heap Allocations
|
/external/OpenCL-CTS/test_conformance/ |
D | opencl_conformance_tests_full_no_math_or_conversions.csv | 32 Allocations (single maximum),allocations/test_allocations single 5 all 33 Allocations (total maximum),allocations/test_allocations multiple 5 all
|
D | opencl_conformance_tests_full.csv | 32 Allocations (single maximum),allocations/test_allocations single 5 all 33 Allocations (total maximum),allocations/test_allocations multiple 5 all
|
D | opencl_conformance_tests_quick.csv | 34 Allocations (single maximum),allocations/test_allocations single 5 all 35 Allocations (total maximum),allocations/test_allocations multiple 5 all
|
D | opencl_conformance_tests_full_binary.csv | 32 Allocations (single maximum),allocations/test_allocations single 5 all --compilation-mode binary --… 33 Allocations (total maximum),allocations/test_allocations multiple 5 all --compilation-mode binary -…
|
D | opencl_conformance_tests_full_spirv.csv | 32 Allocations (single maximum),allocations/test_allocations single 5 all --compilation-mode spir-v --… 33 Allocations (total maximum),allocations/test_allocations multiple 5 all --compilation-mode spir-v -…
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_executable.cc | 131 assignment_->Allocations().size()); in CreateBufferTable() 132 VLOG(3) << "Allocating " << assignment_->Allocations().size() in CreateBufferTable() 134 for (BufferAllocation::Index i = 0; i < assignment_->Allocations().size(); in CreateBufferTable()
|
D | buffer_info_util.cc | 27 for (const BufferAllocation& allocation : buffer_assignment.Allocations()) { in CreateBufferInfosFromBufferAssignment()
|
D | ir_emitter.cc | 252 for (const BufferAllocation& allocation : assignment_.Allocations()) { in EmitConstantGlobals()
|
/external/llvm-project/lldb/tools/lldb-test/ |
D | lldb-test.cpp | 226 AddrIntervalMap Allocations; member 231 : Target(Target), Map(Target), Allocations(IntervalMapAllocator) {} in IRMemoryMapTestState() 980 if (State.Allocations.overlaps(Addr, EndOfRegion)) { in evalMalloc() 981 auto I = State.Allocations.find(Addr); in evalMalloc() 991 State.Allocations.insert(Addr, EndOfRegion, AllocationID++); in evalMalloc() 1021 auto Interval = State.Allocations.find(Addr); in evalFree() 1022 if (Interval != State.Allocations.end()) { in evalFree()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_context.h | 77 return buffer_assignment_->Allocations(); in allocations()
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | cppcoreguidelines-no-malloc.rst | 32 .. option:: Allocations
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | buffer_assignment_test.cc | 299 for (auto& allocation : buffers.Allocations()) { in ValidateBuffers() 905 LOG(INFO) << "LogicalBuffer count " << buffers->Allocations().size() in TEST_F() 960 LOG(INFO) << "LogicalBuffer count " << buffers->Allocations().size() in TEST_F() 1082 LOG(INFO) << "LogicalBuffer count " << buffers->Allocations().size() in TEST_F() 1454 EXPECT_EQ(4, assignment->Allocations().size()); in TEST_F() 1532 EXPECT_EQ(3, assignment->Allocations().size()); in TEST_F() 1546 EXPECT_EQ(3, assignment->Allocations().size()); in TEST_F() 1577 EXPECT_EQ(2, assignment->Allocations().size()); in TEST_F() 1676 EXPECT_EQ(1, assignment->Allocations().size()); in TEST_F() 1742 EXPECT_EQ(3, assignment->Allocations().size()); in TEST_F() [all …]
|
D | buffer_assignment.h | 358 const std::vector<BufferAllocation>& Allocations() const { in Allocations() function
|
D | buffer_assignment.cc | 702 for (auto& allocation : Allocations()) { in ComputeSummaryStats() 898 for (const BufferAllocation& allocation : Allocations()) { in ToProto()
|
/external/llvm-project/llvm/docs/ |
D | GwpAsan.rst | 102 Allocations are randomly selected to be either left- or right-aligned to provide
|
/external/llvm-project/mlir/docs/ |
D | Bufferization.md | 406 ### Detection of Buffer Allocations 414 parent scope). Allocations that have not been detected in this phase will not 458 ### Movement and Placement of Allocations
|
/external/perfetto/docs/design-docs/ |
D | heapprofd-design.md | 26 …tem can be used to track the native memory usage of Java applications. Allocations on the Java hea…
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | mhlo_to_lhlo_with_xla.cc | 1446 for (const BufferAllocation& alloc : assignment_.Allocations()) in Initialize()
|
/external/deqp/doc/testspecs/VK/ |
D | apitests.adoc | 202 * Allocations that exceed total available memory size (expected to fail)
|
/external/bc/ |
D | NEWS.md | 920 21. Allocations were reduced.
|