Home
last modified time | relevance | path

Searched refs:allocateSpace (Results 1 – 13 of 13) 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/
DRoutineManager.hpp40 virtual uint8_t *allocateSpace(intptr_t Size, unsigned Alignment);
DRoutineManager.cpp99 uint8_t *RoutineManager::allocateSpace(intptr_t Size, unsigned Alignment) in allocateSpace() function in sw::RoutineManager
/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 __anon99ff5b280211::DefaultJITMemoryManager
DJIT.cpp808 Ptr = (char*)JCE->allocateSpace(S, A); in getMemoryForGV()
/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 __anon1b8d59500111::RecordingJITMemoryManager
117 return Base->allocateSpace(Size, Alignment); in allocateSpace()
/external/sqlite/dist/orig/
Dsqlite3.c60490 static int allocateSpace(MemPage *pPage, int nByte, int *pIdx){
65428 rc = allocateSpace(pPage, sz, &idx);
/external/sqlite/dist/
Dsqlite3.c60490 static int allocateSpace(MemPage *pPage, int nByte, int *pIdx){
65428 rc = allocateSpace(pPage, sz, &idx);