Searched refs:findConstPoolEntry (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp381 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI);
619 /// findConstPoolEntry - Given the constpool index and CONSTPOOL_ENTRY MI,
622 *MipsConstantIslands::findConstPoolEntry(unsigned CPI, function in class:MipsConstantIslands
799 CPEntry *CPE = findConstPoolEntry(CPI, CPEMI);
1064 CPEntry *CPE = findConstPoolEntry(CPI, CPEMI);
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp278 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI);
585 /// findConstPoolEntry - Given the constpool index and CONSTPOOL_ENTRY MI,
588 *ARMConstantIslands::findConstPoolEntry(unsigned CPI, function in class:ARMConstantIslands
785 CPEntry *CPE = findConstPoolEntry(CPI, CPEMI);
1102 CPEntry *CPE = findConstPoolEntry(CPI, CPEMI);

Completed in 79 milliseconds