Home | History | Annotate | Download | only in ARM

Lines Matching refs:CPI

91     void emitConstantToMemory(unsigned CPI, const Constant *CV);
374 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
528 void ARMCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const {
531 Reloc, CPI, 0, true));
658 void ARMCodeEmitter::emitConstantToMemory(unsigned CPI, const Constant *C) {
660 errs() << " ** Constant pool #" << CPI << " @ "
700 emitConstantToMemory(CPI, CA->getOperand(i));
709 unsigned CPI = MI.getOperand(0).getImm(); // CP instruction index.
714 JTI->addConstantPoolEntryAddr(CPI, MCE.getCurrentPCValue());
722 DEBUG(errs() << " ** ARM constant pool #" << CPI << " @ "
739 emitConstantToMemory(CPI, MCPE.Val.ConstVal);