Searched defs:allocateGlobal (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/src/Reactor/ | ||
D | LLVMRoutineManager.cpp | 105 uint8_t *LLVMRoutineManager::allocateGlobal(uintptr_t Size, unsigned Alignment) in allocateGlobal() function in sw::LLVMRoutineManager |
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ | ||
D | JITMemoryManager.cpp | 440 uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in __anon387d1ce70211::DefaultJITMemoryManager |
D | JITEmitter.cpp | 1062 void* JITEmitter::allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in JITEmitter |
/external/mesa3d/src/gallium/auxiliary/gallivm/ | ||
D | lp_bld_misc.cpp | 273 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in DelegatingJITMemoryManager |
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ | ||
D | JITTest.cpp | 119 virtual uint8_t *allocateGlobal(uintptr_t Size, unsigned Alignment) { in allocateGlobal() function in __anon99615b6f0111::RecordingJITMemoryManager |