/external/llvm/unittests/Support/ |
D | MemoryTest.cpp | 61 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/ |
D | MemoryTest.cpp | 61 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/ |
D | SectionMemoryManager.cpp | 105 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/ |
D | OrcABISupport.cpp | 157 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/ |
D | OrcABISupport.cpp | 158 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/ |
D | Memory.inc | 70 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/ |
D | Memory.inc | 70 MemoryBlock Memory::allocateMappedMemory(size_t NumBytes, 109 return allocateMappedMemory(NumBytes, NULL, Flags, EC);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Memory.h | 78 static MemoryBlock allocateMappedMemory(size_t NumBytes,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | SectionMemoryManager.h | 75 allocateMappedMemory(AllocationPurpose Purpose, size_t NumBytes,
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Memory.h | 78 static MemoryBlock allocateMappedMemory(size_t NumBytes,
|
/external/llvm/include/llvm/Support/ |
D | Memory.h | 78 static MemoryBlock allocateMappedMemory(size_t NumBytes,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 124 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()
|
D | IndirectionUtils.h | 112 ResolverBlock = sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in LocalJITCompileCallbackManager() 140 sys::OwningMemoryBlock(sys::Memory::allocateMappedMemory( in grow()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | OrcRemoteTargetServer.h | 149 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()
|
D | IndirectionUtils.h | 149 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/ |
D | llvm-rtdyld.cpp | 179 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/ |
D | Memory.inc | 87 Memory::allocateMappedMemory(size_t NumBytes, 124 return allocateMappedMemory(NumBytes, nullptr, PFlags, EC);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | FileOutputBuffer.cpp | 105 MemoryBlock MB = Memory::allocateMappedMemory( in createInMemoryBuffer()
|
/external/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 87 sys::MemoryBlock MB = sys::Memory::allocateMappedMemory(RequiredSize, in allocateSection()
|
/external/llvm/lib/Support/Unix/ |
D | Memory.inc | 82 Memory::allocateMappedMemory(size_t NumBytes, 123 return allocateMappedMemory(NumBytes, nullptr, PFlags, EC);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Memory.inc | 82 Memory::allocateMappedMemory(size_t NumBytes, 115 return allocateMappedMemory(NumBytes, nullptr, PFlags, EC);
|