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

  /external/llvm/lib/Target/ARM/
ARMJITInfo.h 110 intptr_t getConstantPoolEntryAddr(unsigned CPI) const {
111 assert(CPI < ConstPoolId2AddrMap.size());
112 return ConstPoolId2AddrMap[CPI];
118 void addConstantPoolEntryAddr(unsigned CPI, intptr_t Addr) {
119 assert(CPI < ConstPoolId2AddrMap.size());
120 ConstPoolId2AddrMap[CPI] = Addr;
ARMConstantIslandPass.cpp 217 unsigned CPI;
219 CPEntry(MachineInstr *cpemi, unsigned cpi, unsigned rc = 0)
220 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {}
278 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI);
285 bool decrementCPEReferenceCount(unsigned CPI, MachineInstr* CPEMI);
486 AFI->recordCPEClone(i, CPE.CPI);
529 // identity mapping of CPI's to CPE's.
561 DEBUG(dbgs() << "Moved CPI#" << i << " to end of function, size = "
588 *ARMConstantIslands::findConstPoolEntry(unsigned CPI,
    [all...]
ARMCodeEmitter.cpp 343 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
494 void ARMCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const {
497 Reloc, CPI, 0, true));
623 unsigned CPI = MI.getOperand(0).getImm(); // CP instruction index.
628 JTI->addConstantPoolEntryAddr(CPI, MCE.getCurrentPCValue());
636 DEBUG(errs() << " ** ARM constant pool #" << CPI << " @ "
656 errs() << " ** Constant pool #" << CPI << " @ "
    [all...]
ARMAsmPrinter.cpp     [all...]
ARMBaseInstrInfo.cpp     [all...]
ARMFrameLowering.cpp     [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/MC/
ConstantPools.cpp 74 for (ConstantPoolMapTy::iterator CPI = ConstantPools.begin(),
76 CPI != CPE; ++CPI) {
77 const MCSection *Section = CPI->first;
78 ConstantPool &CP = CPI->second;
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 310 unsigned CPI;
312 CPEntry(MachineInstr *cpemi, unsigned cpi, unsigned rc = 0)
313 : CPEMI(cpemi), CPI(cpi), RefCount(rc) {}
381 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI);
397 bool decrementCPEReferenceCount(unsigned CPI, MachineInstr* CPEMI);
562 // identity mapping of CPI's to CPE's.
595 DEBUG(dbgs() << "Moved CPI#" << i << " to end of function, size = "
622 *MipsConstantIslands::findConstPoolEntry(unsigned CPI,
624 std::vector<CPEntry> &CPEs = CPEntries[CPI];
    [all...]
MipsCodeEmitter.cpp 96 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
325 void MipsCodeEmitter::emitConstPoolAddress(unsigned CPI, unsigned Reloc) const {
327 Reloc, CPI, 0, false));
  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 175 addConstantPoolReference(const MachineInstrBuilder &MIB, unsigned CPI,
179 .addConstantPoolIndex(CPI, 0, OpFlags).addReg(0);
X86CodeEmitter.cpp 92 void emitConstPoolAddress(unsigned CPI, unsigned Reloc, intptr_t Disp = 0,
321 void Emitter<CodeEmitter>::emitConstPoolAddress(unsigned CPI, unsigned Reloc,
330 Reloc, CPI, RelocCST));
    [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/Sparc/
SparcCodeEmitter.cpp 92 void emitConstPoolAddress(unsigned CPI, unsigned Reloc) const;
261 emitConstPoolAddress(unsigned CPI, unsigned Reloc) const {
263 Reloc, CPI, 0, false));
  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 160 unsigned CPI, intptr_t cst = 0,
171 Result.Target.Index = CPI;
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 751 milliseconds