HomeSort by relevance Sort by last modified time
    Searched refs:Allocs (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/rs/rsov/compiler/
GlobalAllocPass.cpp 65 : ModulePass(ID), Allocs(Context::getInstance().getGlobalAllocs()) {}
79 getRSAllocationInfo(M, Allocs);
80 getRSAllocAccesses(Allocs, Calls);
94 SmallVectorImpl<RSAllocationInfo> &Allocs;
RSAllocationUtils.h 58 llvm::SmallVectorImpl<RSAllocationInfo> &Allocs);
59 bool getRSAllocAccesses(llvm::SmallVectorImpl<RSAllocationInfo> &Allocs,
RSAllocationUtils.cpp 53 bool getRSAllocationInfo(Module &M, SmallVectorImpl<RSAllocationInfo> &Allocs) {
59 Allocs.push_back({'%' + GV.getName().str(), None, &GV, -1});
66 // Also update Allocs with assigned ID.
67 // After calling this function, Allocs would contain the mapping from
69 bool getRSAllocAccesses(SmallVectorImpl<RSAllocationInfo> &Allocs,
77 for (auto &A : Allocs) {
GlobalAllocSPIRITPass.cpp 70 const llvm::SmallVectorImpl<rs2spirv::RSAllocationInfo> &Allocs) {
76 for (auto &A : Allocs) {
  /external/llvm/unittests/Transforms/IPO/
LowerTypeTests.cpp 119 std::vector<BABAlloc> Allocs;
145 for (auto &&A : T.Allocs) {
  /external/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 136 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {}
138 Allocs = std::move(Other.Allocs);
143 for (auto &Alloc : Allocs)
155 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
156 Allocs[MB.base()] = std::move(MB);
161 auto I = Allocs.find(block);
162 if (I == Allocs.end()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 108 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {}
110 Allocs = std::move(Other.Allocs);
115 for (auto &Alloc : Allocs)
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);
133 auto I = Allocs.find(block);
134 if (I == Allocs.end()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 108 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {}
110 Allocs = std::move(Other.Allocs);
115 for (auto &Alloc : Allocs)
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);
133 auto I = Allocs.find(block);
134 if (I == Allocs.end()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 108 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {}
110 Allocs = std::move(Other.Allocs);
115 for (auto &Alloc : Allocs)
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);
133 auto I = Allocs.find(block);
134 if (I == Allocs.end()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 110 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {}
113 Allocs = std::move(Other.Allocs);
118 for (auto &Alloc : Allocs)
130 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
131 Allocs[MB.base()] = std::move(MB);
136 auto I = Allocs.find(block);
137 if (I == Allocs.end()
    [all...]
OrcRemoteTargetClient.h 267 // Maps all allocations in Allocs to aligned blocks
268 void mapAllocsToRemoteAddrs(RuntimeDyld &Dyld, std::vector<Alloc> &Allocs,
270 for (auto &Alloc : Allocs) {
286 bool copyAndProtect(const std::vector<Alloc> &Allocs,
290 assert(!Allocs.empty() && "No sections in allocated segment");
292 for (auto &Alloc : Allocs) {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 110 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {}
113 Allocs = std::move(Other.Allocs);
118 for (auto &Alloc : Allocs)
130 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
131 Allocs[MB.base()] = std::move(MB);
136 auto I = Allocs.find(block);
137 if (I == Allocs.end()
    [all...]
OrcRemoteTargetClient.h 267 // Maps all allocations in Allocs to aligned blocks
268 void mapAllocsToRemoteAddrs(RuntimeDyld &Dyld, std::vector<Alloc> &Allocs,
270 for (auto &Alloc : Allocs) {
286 bool copyAndProtect(const std::vector<Alloc> &Allocs,
290 assert(!Allocs.empty() && "No sections in allocated segment");
292 for (auto &Alloc : Allocs) {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 110 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {}
113 Allocs = std::move(Other.Allocs);
118 for (auto &Alloc : Allocs)
130 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
131 Allocs[MB.base()] = std::move(MB);
136 auto I = Allocs.find(block);
137 if (I == Allocs.end()
    [all...]
OrcRemoteTargetClient.h 267 // Maps all allocations in Allocs to aligned blocks
268 void mapAllocsToRemoteAddrs(RuntimeDyld &Dyld, std::vector<Alloc> &Allocs,
270 for (auto &Alloc : Allocs) {
286 bool copyAndProtect(const std::vector<Alloc> &Allocs,
290 assert(!Allocs.empty() && "No sections in allocated segment");
292 for (auto &Alloc : Allocs) {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 110 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {}
113 Allocs = std::move(Other.Allocs);
118 for (auto &Alloc : Allocs)
130 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
131 Allocs[MB.base()] = std::move(MB);
136 auto I = Allocs.find(block);
137 if (I == Allocs.end()
    [all...]
OrcRemoteTargetClient.h 267 // Maps all allocations in Allocs to aligned blocks
268 void mapAllocsToRemoteAddrs(RuntimeDyld &Dyld, std::vector<Alloc> &Allocs,
270 for (auto &Alloc : Allocs) {
286 bool copyAndProtect(const std::vector<Alloc> &Allocs,
290 assert(!Allocs.empty() && "No sections in allocated segment");
292 for (auto &Alloc : Allocs) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 108 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {}
110 Allocs = std::move(Other.Allocs);
115 for (auto &Alloc : Allocs)
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);
133 auto I = Allocs.find(block);
134 if (I == Allocs.end()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 108 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {}
110 Allocs = std::move(Other.Allocs);
115 for (auto &Alloc : Allocs)
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);
133 auto I = Allocs.find(block);
134 if (I == Allocs.end()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 108 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {}
110 Allocs = std::move(Other.Allocs);
115 for (auto &Alloc : Allocs)
127 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
128 Allocs[MB.base()] = std::move(MB);
133 auto I = Allocs.find(block);
134 if (I == Allocs.end()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 110 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {}
113 Allocs = std::move(Other.Allocs);
118 for (auto &Alloc : Allocs)
130 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
131 Allocs[MB.base()] = std::move(MB);
136 auto I = Allocs.find(block);
137 if (I == Allocs.end()
    [all...]
OrcRemoteTargetClient.h 267 // Maps all allocations in Allocs to aligned blocks
268 void mapAllocsToRemoteAddrs(RuntimeDyld &Dyld, std::vector<Alloc> &Allocs,
270 for (auto &Alloc : Allocs) {
286 bool copyAndProtect(const std::vector<Alloc> &Allocs,
290 assert(!Allocs.empty() && "No sections in allocated segment");
292 for (auto &Alloc : Allocs) {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 110 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {}
113 Allocs = std::move(Other.Allocs);
118 for (auto &Alloc : Allocs)
130 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
131 Allocs[MB.base()] = std::move(MB);
136 auto I = Allocs.find(block);
137 if (I == Allocs.end()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 110 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {}
113 Allocs = std::move(Other.Allocs);
118 for (auto &Alloc : Allocs)
130 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
131 Allocs[MB.base()] = std::move(MB);
136 auto I = Allocs.find(block);
137 if (I == Allocs.end()
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ExecutionEngine/Orc/
OrcRemoteTargetServer.h 110 Allocator(Allocator &&Other) : Allocs(std::move(Other.Allocs)) {}
113 Allocs = std::move(Other.Allocs);
118 for (auto &Alloc : Allocs)
130 assert(Allocs.find(MB.base()) == Allocs.end() && "Duplicate alloc");
131 Allocs[MB.base()] = std::move(MB);
136 auto I = Allocs.find(block);
137 if (I == Allocs.end()
    [all...]

Completed in 379 milliseconds

1 2