Searched refs:NearBlock (Results 1 – 13 of 13) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Memory.inc | 28 const MemoryBlock *NearBlock, 35 PVOID start = NearBlock ? static_cast<unsigned char *>(NearBlock->base()) + 36 NearBlock->size() : NULL; 41 if (NearBlock) { 42 // Try again without the NearBlock hint
|
/external/llvm/lib/Support/Windows/ |
D | Memory.inc | 71 const MemoryBlock *const NearBlock, 92 uintptr_t Start = NearBlock ? reinterpret_cast<uintptr_t>(NearBlock->base()) + 93 NearBlock->size() 97 // round up to get beyond NearBlock. VirtualAlloc would have rounded down. 107 if (NearBlock) { 108 // Try again without the NearBlock hint 165 const MemoryBlock *NearBlock, 169 MB = allocateMappedMemory(NumBytes, NearBlock,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Memory.inc | 71 const MemoryBlock *const NearBlock, 92 uintptr_t Start = NearBlock ? reinterpret_cast<uintptr_t>(NearBlock->base()) + 93 NearBlock->size() 97 // round up to get beyond NearBlock. VirtualAlloc would have rounded down. 107 if (NearBlock) { 108 // Try again without the NearBlock hint
|
/external/llvm/lib/Support/Unix/ |
D | Memory.inc | 83 const MemoryBlock *const NearBlock, 114 uintptr_t Start = NearBlock ? reinterpret_cast<uintptr_t>(NearBlock->base()) + 115 NearBlock->size() : 0; 122 if (NearBlock) //Try again without a near hint 180 Memory::AllocateRWX(size_t NumBytes, const MemoryBlock* NearBlock, 205 void* start = NearBlock ? (unsigned char*)NearBlock->base() + 206 NearBlock->size() : nullptr; 216 if (NearBlock) //Try again without a near hint
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Memory.inc | 83 const MemoryBlock *const NearBlock, 106 uintptr_t Start = NearBlock ? reinterpret_cast<uintptr_t>(NearBlock->base()) + 107 NearBlock->size() : 0; 114 if (NearBlock) //Try again without a near hint 175 Memory::AllocateRWX(size_t NumBytes, const MemoryBlock* NearBlock, 192 void* start = NearBlock ? (unsigned char*)NearBlock->base() + 193 NearBlock->size() : nullptr; 203 if (NearBlock) //Try again without a near hint
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Memory.inc | 32 llvm::sys::Memory::AllocateRWX(size_t NumBytes, const MemoryBlock* NearBlock, 57 void* start = NearBlock ? (unsigned char*)NearBlock->base() + 58 NearBlock->size() : 0; 68 if (NearBlock) //Try again without a near hint
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Memory.h | 79 const MemoryBlock *const NearBlock, 123 const MemoryBlock *NearBlock,
|
/external/llvm/include/llvm/Support/ |
D | Memory.h | 79 const MemoryBlock *const NearBlock, 123 const MemoryBlock *NearBlock,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Memory.inc | 88 const MemoryBlock *const NearBlock, 115 uintptr_t Start = NearBlock ? reinterpret_cast<uintptr_t>(NearBlock->base()) + 116 NearBlock->size() : 0; 123 if (NearBlock) //Try again without a near hint
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Memory.h | 57 const MemoryBlock *NearBlock,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/ |
D | SectionMemoryManager.cpp | 244 size_t NumBytes, const sys::MemoryBlock *const NearBlock, in allocateMappedMemory() argument 246 return sys::Memory::allocateMappedMemory(NumBytes, NearBlock, Flags, EC); in allocateMappedMemory()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Memory.h | 79 const MemoryBlock *const NearBlock,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | SectionMemoryManager.h | 76 const sys::MemoryBlock *const NearBlock,
|