/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
D | MultiJITTest.cpp | 90 GenericValue gv1 = EE1->runFunction(FooF1, noargs); in TEST() 91 GenericValue gv2 = EE2->runFunction(FooF2, noargs); in TEST() 120 GenericValue gv1 = EE1->runFunction(FooF1, noargs); in TEST() 121 GenericValue gv2 = EE2->runFunction(FooF2, noargs); in TEST()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 58 virtual GenericValue runFunction(Function *F,
|
D | MCJIT.cpp | 122 GenericValue MCJIT::runFunction(Function *F, in runFunction() function in MCJIT
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.cpp | 75 Interpreter::runFunction(Function *F, in runFunction() function in Interpreter
|
D | Interpreter.h | 115 virtual GenericValue runFunction(Function *F,
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.cpp | 77 GenericValue Interpreter::runFunction(Function *F, in runFunction() function in Interpreter
|
D | Interpreter.h | 127 GenericValue runFunction(Function *F,
|
/external/swiftshader/third_party/LLVM/examples/HowToUseJIT/ |
D | HowToUseJIT.cpp | 125 GenericValue gv = EE->runFunction(FooF, noargs); in main()
|
/external/llvm/examples/HowToUseJIT/ |
D | HowToUseJIT.cpp | 133 GenericValue gv = EE->runFunction(FooF, noargs); in main()
|
/external/llvm/examples/Fibonacci/ |
D | fibonacci.cpp | 143 GenericValue GV = EE->runFunction(FibF, Args); in main()
|
/external/swiftshader/third_party/LLVM/examples/Fibonacci/ |
D | fibonacci.cpp | 131 GenericValue GV = EE->runFunction(FibF, Args); in main()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.cpp | 27 OrcMCJITReplacement::runFunction(Function *F, in runFunction() function in llvm::orc::OrcMCJITReplacement
|
D | OrcMCJITReplacement.h | 233 GenericValue runFunction(Function *F,
|
/external/llvm/examples/BrainF/ |
D | BrainFDriver.cpp | 162 GenericValue gv = ee->runFunction(brainf_func, args); in main()
|
/external/swiftshader/third_party/LLVM/examples/BrainF/ |
D | BrainFDriver.cpp | 147 GenericValue gv = ee->runFunction(brainf_func, args); in main()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JIT.h | 117 virtual GenericValue runFunction(Function *F,
|
D | JIT.cpp | 387 GenericValue JIT::runFunction(Function *F, in runFunction() function in JIT 546 GenericValue Result = runFunction(Stub, std::vector<GenericValue>()); in runFunction()
|
/external/swiftshader/third_party/LLVM/tools/lli/ |
D | lli.cpp | 298 EE->runFunction(ExitF, Args); in main()
|
/external/swiftshader/third_party/LLVM/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 232 GenericValue gv = p->EE->runFunction(p->F, Args); in callFunc()
|
/external/llvm/examples/ParallelJIT/ |
D | ParallelJIT.cpp | 253 GenericValue gv = p->EE->runFunction(p->F, Args); in callFunc()
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/ |
D | ExecutionEngineBindings.cpp | 197 *Result = unwrap(EE)->runFunction(unwrap<Function>(F), ArgVec); in LLVMRunFunction()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 263 GenericValue runFunction(Function *F,
|
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 228 virtual GenericValue runFunction(Function *F,
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 217 virtual GenericValue runFunction(Function *F,
|
/external/llvm/docs/ |
D | DebuggingJITedCode.rst | 124 …#5 0x0000000000d953b3 in llvm::MCJIT::runFunction (this=0x16151f0, F=0x1603020, ArgValues=...) at…
|