Searched defs:CPEntry (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp175 /// highest basic block where a new CPEntry can be placed. To ensure this
212 /// CPEntry - One per constant pool entry, keeping the machine instruction
215 struct CPEntry { struct in class:__anon25967::ARMConstantIslands
219 CPEntry(MachineInstr *cpemi, unsigned cpi, unsigned rc = 0) function in struct:__anon25967::ARMConstantIslands::CPEntry
228 std::vector<std::vector<CPEntry> > CPEntries;
278 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI);
485 const CPEntry & CPE = CPEntries[i][j];
556 // Add a new CPEntry, but no corresponding CPUser yet.
557 std::vector<CPEntry> CPEs;
558 CPEs.push_back(CPEntry(CPEM
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp256 /// highest basic block where a new CPEntry can be placed. To ensure this
305 /// CPEntry - One per constant pool entry, keeping the machine instruction
308 struct CPEntry { struct in class:__anon26048::MipsConstantIslands
312 CPEntry(MachineInstr *cpemi, unsigned cpi, unsigned rc = 0) function in struct:__anon26048::MipsConstantIslands::CPEntry
321 std::vector<std::vector<CPEntry> > CPEntries;
381 CPEntry *findConstPoolEntry(unsigned CPI, const MachineInstr *CPEMI);
590 // Add a new CPEntry, but no corresponding CPUser yet.
591 std::vector<CPEntry> CPEs;
592 CPEs.push_back(CPEntry(CPEMI, i));
620 /// look up the corresponding CPEntry
[all...]

Completed in 98 milliseconds