Home
last modified time | relevance | path

Searched refs:allocateSpace (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/CodeGen/PowerPC/
Dlbzux.ll5 define fastcc void @allocateSpace(i1 %cond1, i1 %cond2, i32 %offset) nounwind {
42 ; CHECK: @allocateSpace
/external/swiftshader/src/Reactor/
DLLVMRoutineManager.hpp40 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment);
DLLVMRoutineManager.cpp99 uint8_t *LLVMRoutineManager::allocateSpace(intptr_t Size, unsigned Alignment) in allocateSpace() function in sw::LLVMRoutineManager
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DJITMemoryManager.h106 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) = 0;
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp410 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment);
1050 void* JITEmitter::allocateSpace(uintptr_t Size, unsigned Alignment) { in allocateSpace() function in JITEmitter
1052 return JITCodeEmitter::allocateSpace(Size, Alignment); in allocateSpace()
1057 BufferBegin = CurBufferPtr = MemMgr->allocateSpace(Size, Alignment); in allocateSpace()
1076 ConstantPoolBase = allocateSpace(Size, Align); in emitConstantPool()
1126 JumpTableBase = allocateSpace(NumEntries * EntrySize, in initJumpTableInfo()
DJITDwarfEmitter.cpp490 JCE->allocateSpace(4, 0); in EmitCommonEHFrame()
548 JCE->allocateSpace(4, 0); in EmitEHFrame()
DJITMemoryManager.cpp417 uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { in allocateSpace() function in __anon387d1ce70211::DefaultJITMemoryManager
DJIT.cpp808 Ptr = (char*)JCE->allocateSpace(S, A); in getMemoryForGV()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_misc.cpp270 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { in allocateSpace() function in DelegatingJITMemoryManager
271 return mgr()->allocateSpace(Size, Alignment); in allocateSpace()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineCodeEmitter.h256 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { in allocateSpace() function
DJITCodeEmitter.h256 virtual void *allocateSpace(uintptr_t Size, unsigned Alignment) { in allocateSpace() function
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp116 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment) { in allocateSpace() function in __anon99615b6f0111::RecordingJITMemoryManager
117 return Base->allocateSpace(Size, Alignment); in allocateSpace()
/external/sqlite/dist/orig/
Dsqlite3.c60742 static int allocateSpace(MemPage *pPage, int nByte, int *pIdx){
65681 rc = allocateSpace(pPage, sz, &idx);
/external/sqlite/dist/
Dsqlite3.c60742 static int allocateSpace(MemPage *pPage, int nByte, int *pIdx){
65681 rc = allocateSpace(pPage, sz, &idx);