Home
last modified time | relevance | path

Searched refs:getJITInfo (Results 1 – 13 of 13) sorted by relevance

/external/llvm/lib/Target/X86/
DX86TargetMachine.h52 virtual X86JITInfo *getJITInfo() { in getJITInfo() function
103 virtual X86JITInfo *getJITInfo() { in getJITInfo() function
132 virtual X86JITInfo *getJITInfo() { in getJITInfo() function
DX86CodeEmitter.cpp1193 X86JITInfo *JTI = TM.getJITInfo(); in emitInstruction()
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp200 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn); in JITResolver()
374 if (jit.getJITInfo().needsGOT()) { in JITEmitter()
548 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); in getLazyFunctionStub()
552 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE); in getLazyFunctionStub()
595 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress, in getGlobalValueIndirectSym()
611 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); in getExternalFunctionStub()
613 Stub = TheJIT->getJITInfo().emitFunctionStub(0, FnAddr, JE); in getExternalFunctionStub()
891 TheJIT->getJITInfo().relocate(BufferBegin, &Relocations[0], in finishFunction()
1055 if (TheJIT->getJITInfo().hasCustomConstantPool()) in emitConstantPool()
1095 if (TheJIT->getJITInfo().hasCustomJumpTables()) in initJumpTableInfo()
[all …]
DJIT.h92 TargetJITInfo &getJITInfo() const { return TJI; } in getJITInfo() function
DJIT.cpp218 if (TargetJITInfo *TJ = TM->getJITInfo()) { in createJIT()
/external/llvm/lib/Target/CellSPU/
DSPUTargetMachine.h57 virtual TargetJITInfo *getJITInfo() { in getJITInfo() function
/external/llvm/lib/Target/PowerPC/
DPPCTargetMachine.h50 virtual PPCJITInfo *getJITInfo() { return &JITInfo; } in getJITInfo() function
/external/llvm/lib/Target/Mips/
DMipsTargetMachine.h59 virtual MipsJITInfo *getJITInfo() in getJITInfo() function
DMipsCodeEmitter.cpp129 JTI = ((MipsTargetMachine&) MF.getTarget()).getJITInfo(); in runOnMachineFunction()
/external/llvm/lib/Target/ARM/
DARMTargetMachine.h48 virtual ARMJITInfo *getJITInfo() { return &JITInfo; } in getJITInfo() function
DARMCodeEmitter.cpp398 JTI = ((ARMBaseTargetMachine &)MF.getTarget()).getJITInfo(); in runOnMachineFunction()
/external/llvm/include/llvm/Target/
DTargetMachine.h136 virtual TargetJITInfo *getJITInfo() { return 0; } in getJITInfo() function
/external/llvm/docs/
DCodeGenerator.rst318 provide one of these objects through the ``getJITInfo`` method.