Searched defs:emitConstPoolAddress (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp96 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
233 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO));
264 void MipsCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const { function in class:MipsCodeEmitter
/external/llvm/lib/Target/X86/
H A DX86CodeEmitter.cpp85 void emitConstPoolAddress(unsigned CPI, unsigned Reloc, intptr_t Disp = 0,
306 /// emitConstPoolAddress - Arrange for the address of an constant pool
310 void Emitter<CodeEmitter>::emitConstPoolAddress(unsigned CPI, unsigned Reloc, function in class:Emitter
429 emitConstPoolAddress(RelocOp->getIndex(), RelocType,
847 emitConstPoolAddress(MO1.getIndex(), rt);
930 emitConstPoolAddress(MO1.getIndex(), rt);
970 emitConstPoolAddress(MO.getIndex(), rt);
/external/llvm/lib/Target/ARM/
H A DARMCodeEmitter.cpp264 emitConstPoolAddress(MO.getIndex(), ARM::reloc_arm_cp_entry);
366 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
473 emitConstPoolAddress(MO.getIndex(), Reloc);
507 /// emitConstPoolAddress - Arrange for the address of an constant pool
510 void ARMCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const { function in class:ARMCodeEmitter
829 emitConstPoolAddress(MI.getOperand(1).getIndex(), ARM::reloc_arm_so_imm_cp_entry);

Completed in 87 milliseconds