Home
last modified time | relevance | path

Searched refs:PTOGV (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DGenericValue.h40 inline GenericValue PTOGV(void *P) { return GenericValue(P); } in PTOGV() function
/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h50 inline GenericValue PTOGV(void *P) { return GenericValue(P); } in PTOGV() function
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp287 EE->StoreValueToMemory(PTOGV(Dest), (GenericValue*)(Array+i*PtrSize), in reset()
292 EE->StoreValueToMemory(PTOGV(0), in reset()
386 GVArgs.push_back(PTOGV(CArgv.reset(Fn->getContext(), this, argv))); in runFunctionAsMain()
394 GVArgs.push_back(PTOGV(CEnv.reset(Fn->getContext(), this, EnvVars))); in runFunctionAsMain()
553 Result = PTOGV(tmp + Offset); in getConstantValue()
802 Result = PTOGV(getPointerToFunctionOrStub(const_cast<Function*>(F))); in getConstantValue()
804 Result = PTOGV(getOrEmitGlobalVariable(const_cast<GlobalVariable*>(GV))); in getConstantValue()
806 Result = PTOGV(getPointerToBasicBlock(const_cast<BasicBlock*>( in getConstantValue()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp120 return PTOGV(((void *(*)())(intptr_t)FPtr)()); in runFunction()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp355 EE->StoreValueToMemory(PTOGV(Dest.get()), in reset()
361 EE->StoreValueToMemory(PTOGV(nullptr), in reset()
454 GVArgs.push_back(PTOGV(CArgv.reset(Fn->getContext(), this, argv))); in runFunctionAsMain()
462 GVArgs.push_back(PTOGV(CEnv.reset(Fn->getContext(), this, EnvVars))); in runFunctionAsMain()
651 Result = PTOGV(tmp + Offset.getSExtValue()); in getConstantValue()
906 Result = PTOGV(getPointerToFunctionOrStub(const_cast<Function*>(F))); in getConstantValue()
908 Result = PTOGV(getOrEmitGlobalVariable(const_cast<GlobalVariable*>(GV))); in getConstantValue()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp420 NewArgs.push_back(PTOGV((void*)&Buffer[0])); in lle_X_printf()
464 NewArgs.push_back(PTOGV(Buffer)); in lle_X_fprintf()
DExecution.cpp754 GenericValue Result = PTOGV(Memory); in visitAllocaInst()
1268 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()
/external/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp410 NewArgs.push_back(PTOGV((void*)&Buffer[0])); in lle_X_printf()
453 NewArgs.push_back(PTOGV(Buffer)); in lle_X_fprintf()
DExecution.cpp983 GenericValue Result = PTOGV(Memory); in visitAllocaInst()
2063 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp216 return PTOGV(((void*(*)())(intptr_t)FPtr)()); in runFunction()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp481 return PTOGV(((void*(*)())(intptr_t)FPtr)()); in runFunction()
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp586 return PTOGV(((void*(*)())(intptr_t)FPtr)()); in runFunction()