Searched refs:X86JITInfo (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86JITInfo.cpp | 34 void X86JITInfo::replaceMachineCodeForFunction(void *Old, void *New) { in replaceMachineCodeForFunction() 420 X86JITInfo::getLazyResolverFunction(JITCompilerFn F) { in getLazyResolverFunction() 431 X86JITInfo::X86JITInfo(X86TargetMachine &tm) : TM(tm) { in X86JITInfo() function in X86JITInfo 437 void *X86JITInfo::emitGlobalValueIndirectSym(const GlobalValue* GV, void *ptr, in emitGlobalValueIndirectSym() 454 TargetJITInfo::StubLayout X86JITInfo::getStubLayout() { in getStubLayout() 465 void *X86JITInfo::emitFunctionStub(const Function* F, void *Target, in emitFunctionStub() 516 uintptr_t X86JITInfo::getPICJumpTableEntry(uintptr_t BB, uintptr_t Entry) { in getPICJumpTableEntry() 527 void X86JITInfo::relocate(void *Function, MachineRelocation *MR, in relocate() 560 char* X86JITInfo::allocateThreadLocalMemory(size_t size) { in allocateThreadLocalMemory()
|
D | X86TargetMachine.h | 51 virtual X86JITInfo *getJITInfo() { in getJITInfo() 84 X86JITInfo JITInfo; 99 virtual X86JITInfo *getJITInfo() { in getJITInfo() 111 X86JITInfo JITInfo; 126 virtual X86JITInfo *getJITInfo() { in getJITInfo()
|
D | X86JITInfo.h | 25 class X86JITInfo : public TargetJITInfo { 31 explicit X86JITInfo(X86TargetMachine &tm);
|
D | X86CodeEmitter.cpp | 764 X86JITInfo *JTI = TM.getJITInfo(); in emitInstruction()
|
/external/swiftshader/third_party/LLVM/ |
D | Android.mk | 301 lib/Target/X86/X86JITInfo.cpp \
|
D | Android.bp | 39 "lib/Target/X86/X86JITInfo.cpp",
|
D | BUILD.gn | 374 "lib/Target/X86/X86JITInfo.cpp",
|
/external/swiftshader/ |
D | CMakeLists.txt | 582 ${LLVM_DIR}/lib/Target/X86/X86JITInfo.cpp
|