Home
last modified time | relevance | path

Searched refs:TargetJITInfo (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.h27 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()
DJITEmitter.cpp173 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()
DJIT.cpp218 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/
DMipsJITInfo.cpp35 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
144 TargetJITInfo::LazyResolverFn MipsJITInfo::getLazyResolverFunction( in getLazyResolverFunction()
150 TargetJITInfo::StubLayout MipsJITInfo::getStubLayout() { in getStubLayout()
DMipsJITInfo.h28 class MipsJITInfo : public TargetJITInfo {
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetJITInfo.h32 class TargetJITInfo {
34 virtual ~TargetJITInfo() {} in ~TargetJITInfo()
DTargetMachine.h38 class TargetJITInfo; variable
151 virtual TargetJITInfo *getJITInfo() { return 0; } in getJITInfo()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMJITInfo.cpp35 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
135 TargetJITInfo::LazyResolverFn
152 TargetJITInfo::StubLayout ARMJITInfo::getStubLayout() { in getStubLayout()
DARMJITInfo.h28 class ARMJITInfo : public TargetJITInfo {
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCJITInfo.cpp25 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
343 TargetJITInfo::LazyResolverFn
349 TargetJITInfo::StubLayout PPCJITInfo::getStubLayout() { in getStubLayout()
DPPCJITInfo.h23 class PPCJITInfo : public TargetJITInfo {
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86JITInfo.cpp50 static TargetJITInfo::JITCompilerFn JITCompilerFunction;
419 TargetJITInfo::LazyResolverFn
454 TargetJITInfo::StubLayout X86JITInfo::getStubLayout() { in getStubLayout()
DX86JITInfo.h25 class X86JITInfo : public TargetJITInfo {
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp48 if (TargetJITInfo *TJ = TM->getJITInfo()) in createJIT()
57 MCJIT::MCJIT(Module *m, TargetMachine *tm, TargetJITInfo &tji, in MCJIT()
DMCJIT.h26 MCJIT(Module *M, TargetMachine *tm, TargetJITInfo &tji,
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUTargetMachine.h59 virtual TargetJITInfo *getJITInfo() { in getJITInfo()
/external/llvm/docs/
DWritingAnLLVMBackend.rst120 ``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(
DCodeGenerator.rst64 independent (it uses the ``TargetJITInfo`` structure to interface for
312 The ``TargetJITInfo`` class
315 The ``TargetJITInfo`` class exposes an abstract interface used by the