Searched refs:emitConstPoolAddress (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/Sparc/ |
D | SparcCodeEmitter.cpp | 92 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/ |
D | MipsCodeEmitter.cpp | 96 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/ |
D | X86CodeEmitter.cpp | 92 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/ |
D | ARMCodeEmitter.cpp | 250 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/ |
D | WritingAnLLVMBackend.rst | 1846 ``emitGlobalAddress``, ``emitExternalSymbolAddress``, ``emitConstPoolAddress``, 1872 emitConstPoolAddress(MO1.getIndex(), rt);
|