Searched refs:emitGlobalAddress (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
D | MipsCodeEmitter.cpp | 93 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, 190 emitGlobalAddress(MO.getGlobal(), getRelocation(MI, MO), true); in getMachineOpValue() 204 void MipsCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, in emitGlobalAddress() function in MipsCodeEmitter
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86CodeEmitter.cpp | 81 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, 260 void Emitter<CodeEmitter>::emitGlobalAddress(const GlobalValue *GV, in emitGlobalAddress() function in Emitter 424 emitGlobalAddress(RelocOp->getGlobal(), RelocType, RelocOp->getOffset(), in emitDisplacementField() 791 emitGlobalAddress(MO.getGlobal(), X86::reloc_pcrel_word, in emitInstruction() 842 emitGlobalAddress(MO1.getGlobal(), rt, MO1.getOffset(), 0, in emitInstruction() 925 emitGlobalAddress(MO1.getGlobal(), rt, MO1.getOffset(), 0, in emitInstruction() 965 emitGlobalAddress(MO.getGlobal(), rt, MO.getOffset(), 0, in emitInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMCodeEmitter.cpp | 345 void emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, 423 emitGlobalAddress(MO.getGlobal(), Reloc, true, false); in getMovi32Value() 446 emitGlobalAddress(MO.getGlobal(), ARM::reloc_arm_branch, true, false); in getMachineOpValue() 466 void ARMCodeEmitter::emitGlobalAddress(const GlobalValue *GV, unsigned Reloc, in emitGlobalAddress() function in ARMCodeEmitter 642 emitGlobalAddress(GV, ARM::reloc_arm_machine_cp_entry, in emitConstPoolInstruction() 665 emitGlobalAddress(GV, ARM::reloc_arm_absolute, isa<Function>(GV), false); in emitConstPoolInstruction()
|
/external/llvm/docs/ |
D | WritingAnLLVMBackend.rst | 1844 ``emitGlobalAddress``, ``emitExternalSymbolAddress``, ``emitConstPoolAddress``, 1865 emitGlobalAddress(MO1.getGlobal(), rt, MO1.getOffset(), 0,
|