Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:addRequired

149       bool addRequired(unsigned Reg) {
158 bool addRequired(const RegSet &RS) {
161 if (addRequired(*I))
167 bool addRequired(const RegMap &RM) {
170 if (addRequired(I->first))
1200 if (PInfo.addRequired(MInfo.vregsLiveIn))
1216 if (SInfo.addRequired(MInfo.vregsRequired))