Searched refs:emitConstPoolAddress (Results 1 – 4 of 4) sorted by relevance
| /trueos/contrib/llvm/lib/Target/Sparc/ |
| HD | SparcCodeEmitter.cpp | 87 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const; 182 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO)); in getMachineOpValue() 243 emitConstPoolAddress(unsigned CPI, unsigned Reloc) const { in emitConstPoolAddress() function in SparcCodeEmitter
|
| /trueos/contrib/llvm/lib/Target/Mips/ |
| HD | MipsCodeEmitter.cpp | 95 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const; 259 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO)); in getMachineOpValue() 290 void MipsCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const { in emitConstPoolAddress() function in MipsCodeEmitter
|
| /trueos/contrib/llvm/lib/Target/X86/ |
| HD | X86CodeEmitter.cpp | 91 void emitConstPoolAddress(unsigned CPI, unsigned Reloc, intptr_t Disp = 0, 323 void Emitter<CodeEmitter>::emitConstPoolAddress(unsigned CPI, unsigned Reloc, in emitConstPoolAddress() function in Emitter 442 emitConstPoolAddress(RelocOp->getIndex(), RelocType, in emitDisplacementField() 1286 emitConstPoolAddress(MO1.getIndex(), rt); in emitInstruction() 1387 emitConstPoolAddress(MO1.getIndex(), rt); in emitInstruction() 1429 emitConstPoolAddress(MO.getIndex(), rt); in emitInstruction()
|
| /trueos/contrib/llvm/lib/Target/ARM/ |
| HD | ARMCodeEmitter.cpp | 256 emitConstPoolAddress(MO.getIndex(), ARM::reloc_arm_cp_entry); in getAddrModeImm12OpValue() 298 emitConstPoolAddress(MO.getIndex(), ARM::reloc_arm_cp_entry); in getAddrMode5OpValue() 353 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const; 467 emitConstPoolAddress(MO.getIndex(), Reloc); in getMachineOpValue() 504 void ARMCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const { in emitConstPoolAddress() function in ARMCodeEmitter
|