Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITEmitter.cpp196 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn); in JITResolver()
370 if (jit.getJITInfo().needsGOT()) { in JITEmitter()
547 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); in getLazyFunctionStub()
551 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE); in getLazyFunctionStub()
594 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress, in getGlobalValueIndirectSym()
610 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout(); in getExternalFunctionStub()
612 Stub = TheJIT->getJITInfo().emitFunctionStub(0, FnAddr, JE); in getExternalFunctionStub()
890 TheJIT->getJITInfo().relocate(BufferBegin, &Relocations[0], in finishFunction()
1068 if (TheJIT->getJITInfo().hasCustomConstantPool()) in emitConstantPool()
1108 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/swiftshader/third_party/LLVM/lib/Target/X86/
DX86TargetMachine.h51 virtual X86JITInfo *getJITInfo() { in getJITInfo() function
99 virtual X86JITInfo *getJITInfo() { in getJITInfo() function
126 virtual X86JITInfo *getJITInfo() { in getJITInfo() function
DX86CodeEmitter.cpp764 X86JITInfo *JTI = TM.getJITInfo(); in emitInstruction()
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUTargetMachine.h59 virtual TargetJITInfo *getJITInfo() { in getJITInfo() function
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCTargetMachine.h51 virtual PPCJITInfo *getJITInfo() { return &JITInfo; } in getJITInfo() function
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsTargetMachine.h53 virtual MipsJITInfo *getJITInfo() in getJITInfo() function
DMipsCodeEmitter.cpp117 JTI = ((MipsTargetMachine&) MF.getTarget()).getJITInfo(); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMTargetMachine.h46 virtual ARMJITInfo *getJITInfo() { return &JITInfo; } in getJITInfo() function
DARMCodeEmitter.cpp369 JTI = ((ARMTargetMachine &)MF.getTarget()).getJITInfo(); in runOnMachineFunction()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetMachine.h151 virtual TargetJITInfo *getJITInfo() { return 0; } in getJITInfo() function
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp48 if (TargetJITInfo *TJ = TM->getJITInfo()) in createJIT()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DWritingAnLLVMBackend.rst237 * ``getJITInfo()``
1806 through its ``getJITInfo`` method.
DCodeGenerator.rst318 provide one of these objects through the ``getJITInfo`` method.
/external/llvm/docs/
DWritingAnLLVMBackend.rst237 * ``getJITInfo()``
1766 through its ``getJITInfo`` method.
DCodeGenerator.rst318 provide one of these objects through the ``getJITInfo`` method.