Home
last modified time | relevance | path

Searched refs:emitConstPoolAddress (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/Target/Sparc/
DSparcCodeEmitter.cpp92 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
188 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO)); in getMachineOpValue()
261 emitConstPoolAddress(unsigned CPI, unsigned Reloc) const { in emitConstPoolAddress() function in SparcCodeEmitter
/external/llvm/lib/Target/Mips/
DMipsCodeEmitter.cpp96 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
302 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO)); in getMachineOpValue()
325 void MipsCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const { in emitConstPoolAddress() function in MipsCodeEmitter
/external/llvm/lib/Target/X86/
DX86CodeEmitter.cpp92 void emitConstPoolAddress(unsigned CPI, unsigned Reloc, intptr_t Disp = 0,
321 void Emitter<CodeEmitter>::emitConstPoolAddress(unsigned CPI, unsigned Reloc, in emitConstPoolAddress() function in Emitter
440 emitConstPoolAddress(RelocOp->getIndex(), RelocType, in emitDisplacementField()
1232 emitConstPoolAddress(MO1.getIndex(), rt); in emitInstruction()
1335 emitConstPoolAddress(MO1.getIndex(), rt); in emitInstruction()
1379 emitConstPoolAddress(MO.getIndex(), rt); in emitInstruction()
/external/llvm/lib/Target/ARM/
DARMCodeEmitter.cpp250 emitConstPoolAddress(MO.getIndex(), ARM::reloc_arm_cp_entry); in getAddrModeImm12OpValue()
288 emitConstPoolAddress(MO.getIndex(), ARM::reloc_arm_cp_entry); in getAddrMode5OpValue()
343 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
457 emitConstPoolAddress(MO.getIndex(), Reloc); in getMachineOpValue()
494 void ARMCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const { in emitConstPoolAddress() function in ARMCodeEmitter
/external/llvm/docs/
DWritingAnLLVMBackend.rst1846 ``emitGlobalAddress``, ``emitExternalSymbolAddress``, ``emitConstPoolAddress``,
1872 emitConstPoolAddress(MO1.getIndex(), rt);