Searched defs:CPUser (Results 1 - 3 of 3) sorted by relevance
/external/llvm/lib/Target/ARM/ |
H A D | ARMConstantIslandPass.cpp | 172 /// 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:__anon13018::ARMConstantIslands 192 CPUser(MachineInstr *mi, MachineInstr *cpemi, unsigned maxdisp, function in struct:__anon13018::ARMConstantIslands::CPUser 208 std::vector<CPUser> CPUsers; 211 /// pointer, the constpool index, and the number of CPUser's which 304 int findInRangeCPEntry(CPUser& U, unsigned UserOffset); 305 bool findAvailableWater(CPUser&U, unsigned UserOffset, 316 CPUser &U, unsigned &Growth); 335 unsigned getUserOffset(CPUser [all...] |
/external/llvm/lib/Target/Mips/ |
H A D | MipsConstantIslandPass.cpp | 244 /// CPUser - One user of a constant pool, keeping the machine instruction 251 /// CPUser is out of range, but there is another CP entry for the same 256 struct CPUser { struct in class:__anon13195::MipsConstantIslands 267 CPUser(MachineInstr *mi, MachineInstr *cpemi, unsigned maxdisp, function in struct:__anon13195::MipsConstantIslands::CPUser 294 std::vector<CPUser> CPUsers; 297 /// pointer, the constpool index, and the number of CPUser's which 375 unsigned getUserOffset(CPUser&) const; 381 const CPUser &U); 388 int findInRangeCPEntry(CPUser& U, unsigned UserOffset); 389 int findLongFormInRangeCPEntry(CPUser [all...] |
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
H A D | ARMConstantIslandPass.cpp | 89 /// CPUser - One user of a constant pool, keeping the machine instruction 96 /// CPUser is out of range, but there is another CP entry for the same 101 struct CPUser { struct in class:__anon19990::ARMConstantIslands 108 CPUser(MachineInstr *mi, MachineInstr *cpemi, unsigned maxdisp, function in struct:__anon19990::ARMConstantIslands::CPUser 117 std::vector<CPUser> CPUsers; 120 /// pointer, the constpool index, and the number of CPUser's which 195 int LookForExistingCPEntry(CPUser& U, unsigned UserOffset); 196 bool LookForWater(CPUser&U, unsigned UserOffset, water_iterator &WaterIter); 206 CPUser &U); 248 CPUser [all...] |
Completed in 62 milliseconds