Searched refs:PTOGV (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/ |
D | GenericValue.h | 40 inline GenericValue PTOGV(void *P) { return GenericValue(P); } in PTOGV() function
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | GenericValue.h | 50 inline GenericValue PTOGV(void *P) { return GenericValue(P); } in PTOGV() function
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | ExecutionEngine.cpp | 287 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/ |
D | ExecutionEngine.cpp | 355 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/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.cpp | 120 return PTOGV(((void *(*)())(intptr_t)FPtr)()); in runFunction()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | ExternalFunctions.cpp | 420 NewArgs.push_back(PTOGV((void*)&Buffer[0])); in lle_X_printf() 464 NewArgs.push_back(PTOGV(Buffer)); in lle_X_fprintf()
|
D | Execution.cpp | 754 GenericValue Result = PTOGV(Memory); in visitAllocaInst() 1268 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | ExternalFunctions.cpp | 410 NewArgs.push_back(PTOGV((void*)&Buffer[0])); in lle_X_printf() 453 NewArgs.push_back(PTOGV(Buffer)); in lle_X_fprintf()
|
D | Execution.cpp | 983 GenericValue Result = PTOGV(Memory); in visitAllocaInst() 2063 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 216 return PTOGV(((void*(*)())(intptr_t)FPtr)()); in runFunction()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 586 return PTOGV(((void*(*)())(intptr_t)FPtr)()); in runFunction()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JIT.cpp | 481 return PTOGV(((void*(*)())(intptr_t)FPtr)()); in runFunction()
|