Home | History | Annotate | Download | only in quick

Lines Matching refs:reg_class

337     RegisterInfo* AllocLive(int s_reg, int reg_class);
355 bool RegClassMatches(int reg_class, int reg);
368 RegLocation EvalLocWide(RegLocation loc, int reg_class, bool update);
369 RegLocation EvalLoc(RegLocation loc, int reg_class, bool update);
549 virtual int AllocTypedTemp(bool fp_hint, int reg_class) = 0;
550 virtual int AllocTypedTempPair(bool fp_hint, int reg_class) = 0;