Searched refs:TargetJITInfo (Results 1 – 20 of 20) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JIT.h | 27 class TargetJITInfo; variable 59 TargetJITInfo &TJI; // The JITInfo for the target we are compiling to 80 JIT(Module *M, TargetMachine &tm, TargetJITInfo &tji, 92 TargetJITInfo &getJITInfo() const { return TJI; } in getJITInfo()
|
D | JITEmitter.cpp | 173 TargetJITInfo::LazyResolverFn LazyResolverFn; 547 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); in getLazyFunctionStub() 610 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); in getExternalFunctionStub() 1293 TargetJITInfo::StubLayout layout = getJITInfo().getStubLayout(); in updateFunctionStub()
|
D | JIT.cpp | 218 if (TargetJITInfo *TJ = TM->getJITInfo()) { in createJIT() 270 JIT::JIT(Module *M, TargetMachine &tm, TargetJITInfo &tji, in JIT()
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsJITInfo.cpp | 35 static TargetJITInfo::JITCompilerFn JITCompilerFunction; 144 TargetJITInfo::LazyResolverFn MipsJITInfo::getLazyResolverFunction( in getLazyResolverFunction() 150 TargetJITInfo::StubLayout MipsJITInfo::getStubLayout() { in getStubLayout()
|
D | MipsJITInfo.h | 28 class MipsJITInfo : public TargetJITInfo {
|
/external/swiftshader/third_party/LLVM/include/llvm/Target/ |
D | TargetJITInfo.h | 32 class TargetJITInfo { 34 virtual ~TargetJITInfo() {} in ~TargetJITInfo()
|
D | TargetMachine.h | 38 class TargetJITInfo; variable 151 virtual TargetJITInfo *getJITInfo() { return 0; } in getJITInfo()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMJITInfo.cpp | 35 static TargetJITInfo::JITCompilerFn JITCompilerFunction; 135 TargetJITInfo::LazyResolverFn 152 TargetJITInfo::StubLayout ARMJITInfo::getStubLayout() { in getStubLayout()
|
D | ARMJITInfo.h | 28 class ARMJITInfo : public TargetJITInfo {
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCJITInfo.cpp | 25 static TargetJITInfo::JITCompilerFn JITCompilerFunction; 343 TargetJITInfo::LazyResolverFn 349 TargetJITInfo::StubLayout PPCJITInfo::getStubLayout() { in getStubLayout()
|
D | PPCJITInfo.h | 23 class PPCJITInfo : public TargetJITInfo {
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86JITInfo.cpp | 50 static TargetJITInfo::JITCompilerFn JITCompilerFunction; 419 TargetJITInfo::LazyResolverFn 454 TargetJITInfo::StubLayout X86JITInfo::getStubLayout() { in getStubLayout()
|
D | X86JITInfo.h | 25 class X86JITInfo : public TargetJITInfo {
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.cpp | 48 if (TargetJITInfo *TJ = TM->getJITInfo()) in createJIT() 57 MCJIT::MCJIT(Module *m, TargetMachine *tm, TargetJITInfo &tji, in MCJIT()
|
D | MCJIT.h | 26 MCJIT(Module *M, TargetMachine *tm, TargetJITInfo &tji,
|
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/ |
D | SPUTargetMachine.h | 59 virtual TargetJITInfo *getJITInfo() { in getJITInfo()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 120 ``TargetJITInfo``) that is used to emit binary code directly into memory. 1805 * Modify ``XXXTargetMachine`` so that it provides a ``TargetJITInfo`` object 1965 TargetJITInfo::LazyResolverFn AlphaJITInfo::getLazyResolverFunction(
|
D | CodeGenerator.rst | 64 independent (it uses the ``TargetJITInfo`` structure to interface for 312 The ``TargetJITInfo`` class 315 The ``TargetJITInfo`` class exposes an abstract interface used by the
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 120 ``TargetJITInfo``) that is used to emit binary code directly into memory. 1765 * Modify ``XXXTargetMachine`` so that it provides a ``TargetJITInfo`` object 1925 TargetJITInfo::LazyResolverFn AlphaJITInfo::getLazyResolverFunction(
|
D | CodeGenerator.rst | 64 independent (it uses the ``TargetJITInfo`` structure to interface for 312 The ``TargetJITInfo`` class 315 The ``TargetJITInfo`` class exposes an abstract interface used by the
|