Lines Matching defs:CPUser

117     /// CPUser - One user of a constant pool, keeping the machine instruction
124 /// CPUser is out of range, but there is another CP entry for the same
129 struct CPUser {
138 CPUser(MachineInstr *mi, MachineInstr *cpemi, unsigned maxdisp,
154 std::vector<CPUser> CPUsers;
157 /// pointer, the constpool index, and the number of CPUser's which
257 int findInRangeCPEntry(CPUser& U, unsigned UserOffset);
258 bool findAvailableWater(CPUser&U, unsigned UserOffset,
269 CPUser &U, unsigned &Growth);
284 unsigned getUserOffset(CPUser&) const;
291 const CPUser &U) {
311 for (CPUser &U : CPUsers) {
588 // Add a new CPEntry, but no corresponding CPUser yet.
947 CPUsers.push_back(CPUser(&I, CPEMI, MaxOffs, NegOk, IsSoImm));
1074 unsigned ARMConstantIslands::getUserOffset(CPUser &U) const {
1102 /// subtracted from MaxDisp instead. CPUser::getMaxDisp() does that.
1124 MachineBasicBlock* Water, CPUser &U,
1235 int ARMConstantIslands::findInRangeCPEntry(CPUser& U, unsigned UserOffset) {
1260 // Point the CPUser node to the replacement
1298 /// terminates, the CPE location for a particular CPUser is only allowed to
1301 bool ARMConstantIslands::findAvailableWater(CPUser &U, unsigned UserOffset,
1371 CPUser &U = CPUsers[CPUserIndex];
1493 CPUser &U = CPUsers[CPUIndex];
1552 CPUser &U = CPUsers[CPUserIndex];
1843 for (CPUser &U : CPUsers) {
2265 CPUser &User = CPUsers[JumpTableUserIndices[JTI]];
2396 // The LEA couldn't be eliminated, so we must add another CPUser to
2403 CPUsers.emplace_back(CPUser(NewJTMI, User.CPEMI, 4, false, false));