Home
last modified time | relevance | path

Searched defs:allocateSpace (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Reactor/
DLLVMRoutineManager.cpp101 uint8_t *LLVMRoutineManager::allocateSpace(intptr_t Size, unsigned Alignment) in allocateSpace() function in rr::LLVMRoutineManager
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DJITCodeEmitter.h256 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { in allocateSpace() function
DMachineCodeEmitter.h256 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { in allocateSpace() function
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp278 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { in allocateSpace() function in DelegatingJITMemoryManager
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp417 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { in allocateSpace() function in __anone29d22b10211::DefaultJITMemoryManager
DJITEmitter.cpp1050 void* JITEmitter::allocateSpace(uintptr_t Size, unsigned Alignment) { in allocateSpace() function in JITEmitter
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp116 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { in allocateSpace() function in __anona47825790111::RecordingJITMemoryManager