Lines Matching defs:Reg
46 static inline bool isARMArea1Register(unsigned Reg, bool SplitFramePushPop) {
49 switch (Reg) {
62 static inline bool isARMArea2Register(unsigned Reg, bool SplitFramePushPop) {
65 switch (Reg) {
74 static inline bool isSplitFPArea1Register(unsigned Reg,
78 switch (Reg) {
89 static inline bool isSplitFPArea2Register(unsigned Reg,
93 switch (Reg) {
101 static inline bool isARMArea3Register(unsigned Reg, bool SplitFramePushPop) {
104 switch (Reg) {
119 static inline bool isCalleeSavedRegister(unsigned Reg,
122 if (Reg == CSRegs[i])
186 void updateRegAllocHint(Register Reg, Register NewReg,