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

/external/llvm/lib/Target/X86/
H A DX86TargetMachine.h52 virtual X86JITInfo *getJITInfo() { function in class:llvm::X86TargetMachine
53 llvm_unreachable("getJITInfo not implemented");
103 virtual X86JITInfo *getJITInfo() { function in class:llvm::X86_32TargetMachine
132 virtual X86JITInfo *getJITInfo() { function in class:llvm::X86_64TargetMachine
H A DX86CodeEmitter.cpp1193 X86JITInfo *JTI = TM.getJITInfo();
/external/llvm/lib/Target/CellSPU/
H A DSPUTargetMachine.h57 virtual TargetJITInfo *getJITInfo() { function in class:llvm::SPUTargetMachine
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp200 LazyResolverFn = jit.getJITInfo().getLazyResolverFunction(JITCompilerFn);
374 if (jit.getJITInfo().needsGOT()) {
548 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
552 Stub = TheJIT->getJITInfo().emitFunctionStub(F, Actual, JE);
595 IndirectSym = TheJIT->getJITInfo().emitGlobalValueIndirectSym(GV, GVAddress,
611 TargetJITInfo::StubLayout SL = TheJIT->getJITInfo().getStubLayout();
613 Stub = TheJIT->getJITInfo().emitFunctionStub(0, FnAddr, JE);
891 TheJIT->getJITInfo().relocate(BufferBegin, &Relocations[0],
1055 if (TheJIT->getJITInfo().hasCustomConstantPool())
1095 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/llvm/lib/Target/Mips/
H A DMipsTargetMachine.h59 virtual MipsJITInfo *getJITInfo() function in class:llvm::MipsTargetMachine
H A DMipsCodeEmitter.cpp129 JTI = ((MipsTargetMachine&) MF.getTarget()).getJITInfo();
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.h50 virtual PPCJITInfo *getJITInfo() { return &JITInfo; } function in class:llvm::PPCTargetMachine
/external/llvm/lib/Target/ARM/
H A DARMTargetMachine.h48 virtual ARMJITInfo *getJITInfo() { return &JITInfo; } function in class:llvm::ARMBaseTargetMachine
H A DARMCodeEmitter.cpp398 JTI = ((ARMBaseTargetMachine &)MF.getTarget()).getJITInfo();
/external/llvm/include/llvm/Target/
H A DTargetMachine.h133 /// getJITInfo - If this target supports a JIT, return information for it,
136 virtual TargetJITInfo *getJITInfo() { return 0; } function in class:llvm::TargetMachine

Completed in 210 milliseconds