Lines Matching defs:CPUser
253 struct CPUser { struct in __anon680c73750111::MipsConstantIslands
254 MachineInstr *MI;
255 MachineInstr *CPEMI;
256 MachineBasicBlock *HighWaterMark;
259 unsigned MaxDisp;
260 unsigned LongFormMaxDisp; // mips16 has 16/32 bit instructions
262 unsigned LongFormOpcode;
265 bool NegOk;
267 CPUser(MachineInstr *mi, MachineInstr *cpemi, unsigned maxdisp, in CPUser() function
277 unsigned getMaxDisp() const { in getMaxDisp()
283 void setMaxDisp(unsigned val) { in setMaxDisp()
287 unsigned getLongFormMaxDisp() const { in getLongFormMaxDisp()
291 unsigned getLongFormOpcode() const { in getLongFormOpcode()