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

  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 116 intptr_t getConstantPoolEntryAddr(unsigned CPI) const {
117 assert(CPI < ConstPoolId2AddrMap.size());
118 return ConstPoolId2AddrMap[CPI];
124 void addConstantPoolEntryAddr(unsigned CPI, intptr_t Addr) {
125 assert(CPI < ConstPoolId2AddrMap.size());
126 ConstPoolId2AddrMap[CPI] = Addr;
ARMConstantIslandPass.cpp 227 unsigned CPI;
229 CPEntry(MachineInstr *cpemi, unsigned cpi, unsigned rc = 0)
230 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {}
288 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI);
295 bool decrementCPEReferenceCount(unsigned CPI, MachineInstr* CPEMI);
498 AFI->recordCPEClone(i, CPE.CPI);
541 // identity mapping of CPI's to CPE's.
573 DEBUG(dbgs() << "Moved CPI#" << i << " to end of function, size = "
600 *ARMConstantIslands::findConstPoolEntry(unsigned CPI,
    [all...]
ARMCodeEmitter.cpp 91 void emitConstantToMemory(unsigned CPI, const Constant *CV);
366 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
510 void ARMCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const {
513 Reloc, CPI, 0, true));
640 void ARMCodeEmitter::emitConstantToMemory(unsigned CPI, const Constant *C) {
642 errs() << " ** Constant pool #" << CPI << " @ "
682 emitConstantToMemory(CPI, CA->getOperand(i));
696 unsigned CPI = MI.getOperand(0).getImm(); // CP instruction index.
701 JTI->addConstantPoolEntryAddr(CPI, MCE.getCurrentPCValue());
709 DEBUG(errs() << " ** ARM constant pool #" << CPI << " @
    [all...]
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 174 addConstantPoolReference(const MachineInstrBuilder &MIB, unsigned CPI,
178 .addConstantPoolIndex(CPI, 0, OpFlags).addReg(0);
X86CodeEmitter.cpp 85 void emitConstPoolAddress(unsigned CPI, unsigned Reloc, intptr_t Disp = 0,
310 void Emitter<CodeEmitter>::emitConstPoolAddress(unsigned CPI, unsigned Reloc,
319 Reloc, CPI, RelocCST));
    [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 160 unsigned CPI, intptr_t cst = 0,
171 Result.Target.Index = CPI;
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 96 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
264 void MipsCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const {
266 Reloc, CPI, 0, false));
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]

Completed in 1284 milliseconds