Lines Matching defs:CPUser
266 struct CPUser { struct in __anon449aa4850111::MipsConstantIslands
267 MachineInstr *MI;
268 MachineInstr *CPEMI;
269 MachineBasicBlock *HighWaterMark;
271 unsigned MaxDisp;
272 unsigned LongFormMaxDisp; // mips16 has 16/32 bit instructions
274 unsigned LongFormOpcode;
276 bool NegOk;
277 CPUser(MachineInstr *mi, MachineInstr *cpemi, unsigned maxdisp, in CPUser() function
286 unsigned getMaxDisp() const { in getMaxDisp()
291 void setMaxDisp(unsigned val) { in setMaxDisp()
294 unsigned getLongFormMaxDisp() const { in getLongFormMaxDisp()
297 unsigned getLongFormOpcode() const { in getLongFormOpcode()