Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DGenericValue.h49 inline GenericValue PTOGV(void *P) { return GenericValue(P); } in PTOGV() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp358 EE->StoreValueToMemory(PTOGV(Dest.get()), in reset()
364 EE->StoreValueToMemory(PTOGV(nullptr), in reset()
457 GVArgs.push_back(PTOGV(CArgv.reset(Fn->getContext(), this, argv))); in runFunctionAsMain()
465 GVArgs.push_back(PTOGV(CEnv.reset(Fn->getContext(), this, EnvVars))); in runFunctionAsMain()
653 Result = PTOGV(tmp + Offset.getSExtValue()); in getConstantValue()
911 Result = PTOGV(getPointerToFunctionOrStub(const_cast<Function*>(F))); in getConstantValue()
913 Result = PTOGV(getOrEmitGlobalVariable(const_cast<GlobalVariable*>(GV))); in getConstantValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp119 return PTOGV(((void *(*)())(intptr_t)FPtr)()); in runFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DExternalFunctions.cpp421 NewArgs.push_back(PTOGV((void*)&Buffer[0])); in lle_X_printf()
464 NewArgs.push_back(PTOGV(Buffer)); in lle_X_fprintf()
DExecution.cpp1036 GenericValue Result = PTOGV(Memory); in visitAllocaInst()
2110 return PTOGV(getPointerToGlobal(GV)); in getOperandValue()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp600 return PTOGV(((void*(*)())(intptr_t)FPtr)()); in runFunction()