Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsJITInfo.cpp35 static TargetJITInfo::JITCompilerFn JITCompilerFunction; variable
121 intptr_t NewVal = (intptr_t) JITCompilerFunction((void*) StubAddr); in MipsCompilationCallbackC()
146 JITCompilerFunction = F; in getLazyResolverFunction()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMJITInfo.cpp35 static TargetJITInfo::JITCompilerFn JITCompilerFunction; variable
118 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)StubAddr); in ARMCompilationCallbackC()
137 JITCompilerFunction = F; in getLazyResolverFunction()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCJITInfo.cpp25 static TargetJITInfo::JITCompilerFn JITCompilerFunction; variable
302 void *Target = JITCompilerFunction(StubCallAddr); in PPCCompilationCallbackC()
345 JITCompilerFunction = Fn; in getLazyResolverFunction()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86JITInfo.cpp50 static TargetJITInfo::JITCompilerFn JITCompilerFunction; variable
373 intptr_t NewVal = (intptr_t)JITCompilerFunction((void*)RetAddr); in X86CompilationCallback2()
421 JITCompilerFunction = F; in getLazyResolverFunction()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DWritingAnLLVMBackend.rst1958 incoming parameter as the global ``JITCompilerFunction`` and returns the
1967 JITCompilerFunction = F;
/external/llvm/docs/
DWritingAnLLVMBackend.rst1918 incoming parameter as the global ``JITCompilerFunction`` and returns the
1927 JITCompilerFunction = F;