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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86TargetMachine.h51 virtual X86JITInfo *getJITInfo() { function in class:llvm::X86TargetMachine
52 llvm_unreachable("getJITInfo not implemented");
99 virtual X86JITInfo *getJITInfo() { function in class:llvm::X86_32TargetMachine
126 virtual X86JITInfo *getJITInfo() { function in class:llvm::X86_64TargetMachine
H A DX86CodeEmitter.cpp764 X86JITInfo *JTI = TM.getJITInfo();
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUTargetMachine.h59 virtual TargetJITInfo *getJITInfo() { function in class:llvm::SPUTargetMachine
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp196 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);
370 if (jit.getJITInfo().needsGOT()) {
547 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
551 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE);
594 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress,
610 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
612 Stub = TheJIT->getJITInfo().emitFunctionStub(0, FnAddr, JE);
890 TheJIT->getJITInfo().relocate(BufferBegin, &Relocations[0],
1068 if (TheJIT->getJITInfo().hasCustomConstantPool())
1108 if (TheJIT->getJITInfo()
[all...]
H A DJIT.h90 /// getJITInfo - Return the target JIT information structure.
92 TargetJITInfo &getJITInfo() const { return TJI; } function in class:llvm::JIT
H A DJIT.cpp218 if (TargetJITInfo *TJ = TM->getJITInfo()) {
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCTargetMachine.h51 virtual PPCJITInfo *getJITInfo() { return &JITInfo; } function in class:llvm::PPCTargetMachine
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMTargetMachine.h46 virtual ARMJITInfo *getJITInfo() { return &JITInfo; } function in class:llvm::ARMBaseTargetMachine
H A DARMCodeEmitter.cpp369 JTI = ((ARMTargetMachine &)MF.getTarget()).getJITInfo();
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsTargetMachine.h53 virtual MipsJITInfo *getJITInfo() function in class:llvm::MipsTargetMachine
H A DMipsCodeEmitter.cpp117 JTI = ((MipsTargetMachine&) MF.getTarget()).getJITInfo();
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetMachine.h148 /// getJITInfo - If this target supports a JIT, return information for it,
151 virtual TargetJITInfo *getJITInfo() { return 0; } function in class:llvm::TargetMachine
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp48 if (TargetJITInfo *TJ = TM->getJITInfo())

Completed in 726 milliseconds