Home
last modified time | relevance | path

Searched refs:allocateMappedMemory (Results 1 – 21 of 21) sorted by relevance

/external/llvm/unittests/Support/
DMemoryTest.cpp61 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags,EC); in TEST_P()
72 MemoryBlock M1 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); in TEST_P()
74 MemoryBlock M2 = Memory::allocateMappedMemory(64, nullptr, Flags, EC); in TEST_P()
76 MemoryBlock M3 = Memory::allocateMappedMemory(32, nullptr, Flags, EC); in TEST_P()
92 MemoryBlock M4 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); in TEST_P()
107 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags,EC); in TEST_P()
126 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags, in TEST_P()
129 MemoryBlock M2 = Memory::allocateMappedMemory(8 * sizeof(int), nullptr, Flags, in TEST_P()
132 MemoryBlock M3 = Memory::allocateMappedMemory(4 * sizeof(int), nullptr, Flags, in TEST_P()
165 MemoryBlock M4 = Memory::allocateMappedMemory(64 * sizeof(int), nullptr, in TEST_P()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DMemoryTest.cpp61 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags,EC); in TEST_P()
72 MemoryBlock M1 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); in TEST_P()
74 MemoryBlock M2 = Memory::allocateMappedMemory(64, nullptr, Flags, EC); in TEST_P()
76 MemoryBlock M3 = Memory::allocateMappedMemory(32, nullptr, Flags, EC); in TEST_P()
92 MemoryBlock M4 = Memory::allocateMappedMemory(16, nullptr, Flags, EC); in TEST_P()
107 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags,EC); in TEST_P()
126 MemoryBlock M1 = Memory::allocateMappedMemory(sizeof(int), nullptr, Flags, in TEST_P()
129 MemoryBlock M2 = Memory::allocateMappedMemory(8 * sizeof(int), nullptr, Flags, in TEST_P()
132 MemoryBlock M3 = Memory::allocateMappedMemory(4 * sizeof(int), nullptr, Flags, in TEST_P()
165 MemoryBlock M4 = Memory::allocateMappedMemory(64 * sizeof(int), nullptr, in TEST_P()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp105 sys::MemoryBlock MB = MMapper.allocateMappedMemory( in allocateSection()
243 allocateMappedMemory(SectionMemoryManager::AllocationPurpose Purpose, in allocateMappedMemory() function in llvm::__anonfbf0962c0311::DefaultMMapper
246 return sys::Memory::allocateMappedMemory(NumBytes, NearBlock, Flags, EC); in allocateMappedMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DOrcABISupport.cpp157 auto StubsMem = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in emitIndirectStubsBlock()
239 auto StubsMem = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in emitIndirectStubsBlock()
507 auto StubsMem = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in emitIndirectStubsBlock()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcABISupport.cpp158 auto StubsMem = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in emitIndirectStubsBlock()
240 auto StubsMem = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in emitIndirectStubsBlock()
508 auto StubsMem = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in emitIndirectStubsBlock()
/external/llvm/lib/Support/Windows/
DMemory.inc70 MemoryBlock Memory::allocateMappedMemory(size_t NumBytes,
109 return allocateMappedMemory(NumBytes, NULL, Flags, EC);
169 MB = allocateMappedMemory(NumBytes, NearBlock,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DMemory.inc70 MemoryBlock Memory::allocateMappedMemory(size_t NumBytes,
109 return allocateMappedMemory(NumBytes, NULL, Flags, EC);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DMemory.h78 static MemoryBlock allocateMappedMemory(size_t NumBytes,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h75 allocateMappedMemory(AllocationPurpose Purpose, size_t NumBytes,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMemory.h78 static MemoryBlock allocateMappedMemory(size_t NumBytes,
/external/llvm/include/llvm/Support/
DMemory.h78 static MemoryBlock allocateMappedMemory(size_t NumBytes,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h124 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory( in allocate()
285 ResolverBlock = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in handleEmitResolverBlock()
302 sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in handleEmitTrampolineBlock()
DIndirectionUtils.h112 ResolverBlock = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in LocalJITCompileCallbackManager()
140 sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in grow()
/external/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h149 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory( in allocate()
298 ResolverBlock = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in handleEmitResolverBlock()
315 sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in handleEmitTrampolineBlock()
DIndirectionUtils.h149 ResolverBlock = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in LocalJITCompileCallbackManager()
176 sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in grow()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp179 sys::Memory::allocateMappedMemory(Size, nullptr, in preallocateSlab()
227 sys::Memory::allocateMappedMemory(Size, nullptr, in allocateCodeSection()
251 sys::Memory::allocateMappedMemory(Size, nullptr, in allocateDataSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DMemory.inc87 Memory::allocateMappedMemory(size_t NumBytes,
124 return allocateMappedMemory(NumBytes, nullptr, PFlags, EC);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DFileOutputBuffer.cpp105 MemoryBlock MB = Memory::allocateMappedMemory( in createInMemoryBuffer()
/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp87 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(RequiredSize, in allocateSection()
/external/llvm/lib/Support/Unix/
DMemory.inc82 Memory::allocateMappedMemory(size_t NumBytes,
123 return allocateMappedMemory(NumBytes, nullptr, PFlags, EC);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DMemory.inc82 Memory::allocateMappedMemory(size_t NumBytes,
115 return allocateMappedMemory(NumBytes, nullptr, PFlags, EC);