HomeSort by relevance Sort by last modified time
    Searched refs:emitConstPoolAddress (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 95 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
232 emitConstPoolAddress(MO.getIndex(), getRelocation(MI, MO));
263 void MipsCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const {
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 96 void emitConstPoolAddress(unsigned CPI, unsigned Reloc, intptr_t Disp = 0,
316 /// emitConstPoolAddress - Arrange for the address of an constant pool
320 void Emitter<CodeEmitter>::emitConstPoolAddress(unsigned CPI, unsigned Reloc,
439 emitConstPoolAddress(RelocOp->getIndex(), RelocType,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 264 emitConstPoolAddress(MO.getIndex(), ARM::reloc_arm_cp_entry);
319 emitConstPoolAddress(MO.getIndex(), ARM::reloc_arm_cp_entry);
372 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
485 emitConstPoolAddress(MO.getIndex(), Reloc);
519 /// emitConstPoolAddress - Arrange for the address of an constant pool
522 void ARMCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const {
836 emitConstPoolAddress(MI.getOperand(1).getIndex(), ARM::reloc_arm_so_imm_cp_entry);
    [all...]

Completed in 21 milliseconds