Home
last modified time | relevance | path

Searched refs:getPointerToFunction (Results 1 – 25 of 38) sorted by relevance

12

/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
DJITTest.cpp254 reinterpret_cast<void(*)()>((intptr_t)JIT->getPointerToFunction(F1)); in TEST()
269 reinterpret_cast<void(*)()>((intptr_t)JIT->getPointerToFunction(F2)); in TEST()
316 (intptr_t)TheJIT->getPointerToFunction(TestFunction)); in TEST_F()
371 reinterpret_cast<void(*)()>((intptr_t)TheJIT->getPointerToFunction(Func1)); in TEST_F()
401 (void)TheJIT->getPointerToFunction(Func1); in TEST_F()
428 TheJIT->getPointerToFunction(func); in TEST_F()
493 uintptr_t tmp = (uintptr_t)(TheJIT->getPointerToFunction(foo)); in TEST_F()
502 TheJIT->getPointerToFunction(func); in TEST_F()
505 TheJIT->getPointerToFunction(bar); in TEST_F()
524 (intptr_t)TheJIT->getPointerToFunction(F_get_foo_addr)); in TEST_F()
[all …]
DJITEventListenerTest.cpp95 void *F1_addr = EE->getPointerToFunction(F1); in TEST_F()
96 void *F2_addr = EE->getPointerToFunction(F2); in TEST_F()
97 EE->getPointerToFunction(F1); // Should do nothing. in TEST_F()
138 void *F1_addr = EE->getPointerToFunction(F1); in TEST_F()
141 void *F2_addr = EE->getPointerToFunction(F2); in TEST_F()
213 void *F_addr = EE->getPointerToFunction(F); in TEST_F()
DMultiJITTest.cpp151 void *foo1 = EE1->getPointerToFunction(F1); in TEST()
154 void *foo2 = EE2->getPointerToFunction(F2); in TEST()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.cpp250 return (*Jit)->getPointerToFunction(F); in getPointerToNamedFunction()
391 void *FPtr = getPointerToFunction(F); in runFunction()
649 void *JIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in JIT
701 (void)getPointerToFunction(BB->getParent()); in getPointerToBasicBlock()
758 if (OldAddr == 0) { return getPointerToFunction(F); } in recompileAndRelinkFunction()
DJIT.h139 void *getPointerToFunction(Function *F);
DJITEmitter.cpp540 Actual = TheJIT->getPointerToFunction(F); in getLazyFunctionStub()
673 Result = JR->TheJIT->getPointerToFunction(F); in JITCompilerFn()
731 return TheJIT->getPointerToFunction(F); in getPointerToGlobal()
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
Dtoy.cpp783 virtual void *getPointerToFunction(Function* F) = 0;
809 void *getPointerToFunction(Function* F);
998 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
1009 void *P = eeIt->second->getPointerToFunction(F); in getPointerToFunction()
1014 void *P = EE->getPointerToFunction(F); in getPointerToFunction()
1041 void *P = eeIt->second->getPointerToFunction(F); in getPointerToNamedFunction()
1046 void *P = EE->getPointerToFunction(F); in getPointerToNamedFunction()
1503 void *FPtr = TheHelper->getPointerToFunction(LF); in HandleTopLevelExpression()
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
Dtoy.cpp659 void *getPointerToFunction(Function* F);
775 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
786 void *P = eeIt->second->getPointerToFunction(F); in getPointerToFunction()
791 void *P = EE->getPointerToFunction(F); in getPointerToFunction()
867 void *P = eeIt->second->getPointerToFunction(F); in getPointerToNamedFunction()
872 void *P = EE->getPointerToFunction(F); in getPointerToNamedFunction()
1324 void *FPtr = TheHelper->getPointerToFunction(LF); in HandleTopLevelExpression()
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
Dtoy.cpp746 void *getPointerToFunction(Function* F);
864 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
875 void *P = eeIt->second->getPointerToFunction(F); in getPointerToFunction()
880 void *P = EE->getPointerToFunction(F); in getPointerToFunction()
965 void *P = eeIt->second->getPointerToFunction(F); in getPointerToNamedFunction()
970 void *P = EE->getPointerToFunction(F); in getPointerToNamedFunction()
1426 void *FPtr = TheHelper->getPointerToFunction(LF); in HandleTopLevelExpression()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp98 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT
126 void *FPtr = getPointerToFunction(F); in runFunction()
DMCJIT.h52 virtual void *getPointerToFunction(Function *F);
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
Dtoy.cpp657 void *getPointerToFunction(Function* F);
765 void *MCJITHelper::getPointerToFunction(Function* F) { in getPointerToFunction() function in MCJITHelper
771 void *P = (*it)->getPointerToFunction(F); in getPointerToFunction()
822 return NewEngine->getPointerToFunction(F); in getPointerToFunction()
835 return (*it)->getPointerToFunction(F); in getPointerToNamedFunction()
1283 void *FPtr = TheHelper->getPointerToFunction(LF); in HandleTopLevelExpression()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITTest.cpp196 void *A = TheJIT->getPointerToFunction(Foo); in TEST_F()
197 void *B = TheJIT->getPointerToFunction(Foo); in TEST_F()
DMCJITObjectCacheTest.cpp98 void *vPtr = TheJIT->getPointerToFunction(Main); in compileAndRun()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.h122 return getPointerToFunction(F); in recompileAndRelinkFunction()
203 void *getPointerToFunction(Function *F) { return (void*)F; } in getPointerToFunction() function
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DExecutionEngine.h287 virtual void *getPointerToFunction(Function *F) = 0;
300 return getPointerToFunction(F); in getPointerToFunctionOrStub()
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h338 virtual void *getPointerToFunction(Function *F) = 0;
349 return getPointerToFunction(F); in getPointerToFunctionOrStub()
/external/llvm/lib/ExecutionEngine/Orc/
DOrcMCJITReplacement.cpp31 void *FPtr = getPointerToFunction(F); in runFunction()
DOrcMCJITReplacement.h220 void *getPointerToFunction(Function *F) override { in getPointerToFunction() function
/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp393 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT
496 void *FPtr = getPointerToFunction(F); in runFunction()
DMCJIT.h261 void *getPointerToFunction(Function *F) override;
/external/swiftshader/third_party/LLVM/tools/lli/
Dlli.cpp281 EE->getPointerToFunction(Fn); in main()
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h216 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/
Dtoy.cpp515 void *FPtr = TheExecutionEngine->getPointerToFunction(LF); in HandleTopLevelExpression()
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/
Dtoy.cpp760 void *FPtr = TheExecutionEngine->getPointerToFunction(LF); in HandleTopLevelExpression()

12