Home
last modified time | relevance | path

Searched refs:Allocations (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h39 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/
DInterpreter.h37 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/
DInterpreter.h38 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/
Dfuzzer-oom-with-profile.test4 CHECK: Live Heap Allocations
/external/llvm-project/compiler-rt/test/fuzzer/
Dfuzzer-oom-with-profile.test5 CHECK: Live Heap Allocations
/external/OpenCL-CTS/test_conformance/
Dopencl_conformance_tests_full_no_math_or_conversions.csv32 Allocations (single maximum),allocations/test_allocations single 5 all
33 Allocations (total maximum),allocations/test_allocations multiple 5 all
Dopencl_conformance_tests_full.csv32 Allocations (single maximum),allocations/test_allocations single 5 all
33 Allocations (total maximum),allocations/test_allocations multiple 5 all
Dopencl_conformance_tests_quick.csv34 Allocations (single maximum),allocations/test_allocations single 5 all
35 Allocations (total maximum),allocations/test_allocations multiple 5 all
Dopencl_conformance_tests_full_binary.csv32 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 -…
Dopencl_conformance_tests_full_spirv.csv32 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/
Dcpu_executable.cc131 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()
Dbuffer_info_util.cc27 for (const BufferAllocation& allocation : buffer_assignment.Allocations()) { in CreateBufferInfosFromBufferAssignment()
Dir_emitter.cc252 for (const BufferAllocation& allocation : assignment_.Allocations()) { in EmitConstantGlobals()
/external/llvm-project/lldb/tools/lldb-test/
Dlldb-test.cpp226 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/
Dir_emitter_context.h77 return buffer_assignment_->Allocations(); in allocations()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dcppcoreguidelines-no-malloc.rst32 .. option:: Allocations
/external/tensorflow/tensorflow/compiler/xla/service/
Dbuffer_assignment_test.cc299 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 …]
Dbuffer_assignment.h358 const std::vector<BufferAllocation>& Allocations() const { in Allocations() function
Dbuffer_assignment.cc702 for (auto& allocation : Allocations()) { in ComputeSummaryStats()
898 for (const BufferAllocation& allocation : Allocations()) { in ToProto()
/external/llvm-project/llvm/docs/
DGwpAsan.rst102 Allocations are randomly selected to be either left- or right-aligned to provide
/external/llvm-project/mlir/docs/
DBufferization.md406 ### 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/
Dheapprofd-design.md26 …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/
Dmhlo_to_lhlo_with_xla.cc1446 for (const BufferAllocation& alloc : assignment_.Allocations()) in Initialize()
/external/deqp/doc/testspecs/VK/
Dapitests.adoc202 * Allocations that exceed total available memory size (expected to fail)
/external/bc/
DNEWS.md920 21. Allocations were reduced.

12