/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
D | JITTest.cpp | 254 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 …]
|
D | JITEventListenerTest.cpp | 95 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()
|
D | MultiJITTest.cpp | 151 void *foo1 = EE1->getPointerToFunction(F1); in TEST() 154 void *foo2 = EE2->getPointerToFunction(F2); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JIT.cpp | 250 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()
|
D | JIT.h | 139 void *getPointerToFunction(Function *F);
|
D | JITEmitter.cpp | 540 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/ |
D | toy.cpp | 783 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/ |
D | toy.cpp | 659 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/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 98 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT 126 void *FPtr = getPointerToFunction(F); in runFunction()
|
D | MCJIT.h | 52 virtual void *getPointerToFunction(Function *F);
|
/external/llvm/unittests/ExecutionEngine/MCJIT/ |
D | MCJITTest.cpp | 196 void *A = TheJIT->getPointerToFunction(Foo); in TEST_F() 197 void *B = TheJIT->getPointerToFunction(Foo); in TEST_F()
|
D | MCJITObjectCacheTest.cpp | 98 void *vPtr = TheJIT->getPointerToFunction(Main); in compileAndRun()
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy.cpp | 746 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/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 657 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/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 122 return getPointerToFunction(F); in recompileAndRelinkFunction() 203 void *getPointerToFunction(Function *F) { return (void*)F; } in getPointerToFunction() function
|
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 287 virtual void *getPointerToFunction(Function *F) = 0; 300 return getPointerToFunction(F); in getPointerToFunctionOrStub()
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 338 virtual void *getPointerToFunction(Function *F) = 0; 349 return getPointerToFunction(F); in getPointerToFunctionOrStub()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.cpp | 31 void *FPtr = getPointerToFunction(F); in runFunction()
|
D | OrcMCJITReplacement.h | 220 void *getPointerToFunction(Function *F) override { in getPointerToFunction() function
|
/external/swiftshader/third_party/LLVM/tools/lli/ |
D | lli.cpp | 281 EE->getPointerToFunction(Fn); in main()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 393 void *MCJIT::getPointerToFunction(Function *F) { in getPointerToFunction() function in MCJIT 496 void *FPtr = getPointerToFunction(F); in runFunction()
|
D | MCJIT.h | 261 void *getPointerToFunction(Function *F) override;
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 216 void *getPointerToFunction(Function *F) override { return (void*)F; } in getPointerToFunction() function
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 515 void *FPtr = TheExecutionEngine->getPointerToFunction(LF); in HandleTopLevelExpression()
|
/external/swiftshader/third_party/LLVM/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 760 void *FPtr = TheExecutionEngine->getPointerToFunction(LF); in HandleTopLevelExpression()
|