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

/external/llvm/lib/Target/Mips/
H A DMipsConstantIslandPass.cpp253 /// CPUser - One user of a constant pool, keeping the machine instruction
260 /// CPUser is out of range, but there is another CP entry for the same
265 struct CPUser { struct in class:__anon26048::MipsConstantIslands
276 CPUser(MachineInstr *mi, MachineInstr *cpemi, unsigned maxdisp, function in struct:__anon26048::MipsConstantIslands::CPUser
303 std::vector<CPUser> CPUsers;
306 /// pointer, the constpool index, and the number of CPUser's which
385 unsigned getUserOffset(CPUser&) const;
391 const CPUser &U);
398 int findInRangeCPEntry(CPUser& U, unsigned UserOffset);
399 int findLongFormInRangeCPEntry(CPUser
[all...]
/external/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp172 /// CPUser - One user of a constant pool, keeping the machine instruction
179 /// CPUser is out of range, but there is another CP entry for the same
184 struct CPUser { struct in class:__anon25967::ARMConstantIslands
194 CPUser(MachineInstr *mi, MachineInstr *cpemi, unsigned maxdisp, function in struct:__anon25967::ARMConstantIslands::CPUser
210 std::vector<CPUser> CPUsers;
213 /// pointer, the constpool index, and the number of CPUser's which
286 int findInRangeCPEntry(CPUser& U, unsigned UserOffset);
287 bool findAvailableWater(CPUser&U, unsigned UserOffset,
298 CPUser &U, unsigned &Growth);
314 unsigned getUserOffset(CPUser
[all...]

Completed in 113 milliseconds