HomeSort by relevance Sort by last modified time
    Searched refs:LLVMRoutine (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/src/Reactor/
LLVMRoutine.cpp 15 #include "LLVMRoutine.hpp"
23 LLVMRoutine::LLVMRoutine(int bufferSize) : bufferSize(bufferSize)
32 LLVMRoutine::~LLVMRoutine()
37 const void *LLVMRoutine::getEntry()
42 int LLVMRoutine::getCodeSize()
LLVMRoutine.hpp 24 class LLVMRoutine : public Routine
29 LLVMRoutine(int bufferSize);
30 //LLVMRoutine(void *memory, int bufferSize, int offset);
32 virtual ~LLVMRoutine();
LLVMRoutineManager.hpp 23 class LLVMRoutine;
48 LLVMRoutine *acquireRoutine(void *entry);
51 LLVMRoutine *routine;
LLVMRoutineManager.cpp 17 #include "LLVMRoutine.hpp"
72 routine = new LLVMRoutine(static_cast<int>(actualSize));
139 LLVMRoutine *LLVMRoutineManager::acquireRoutine(void *entry)
143 LLVMRoutine *result = routine;
LLVMReactor.cpp 32 #include "LLVMRoutine.hpp"
282 LLVMRoutine *routine = ::routineManager->acquireRoutine(entry);
    [all...]
  /external/swiftshader/src/
Android.mk 60 Reactor/LLVMRoutine.cpp \

Completed in 602 milliseconds