Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:addRequired

148       bool addRequired(unsigned Reg) {
157 bool addRequired(const RegSet &RS) {
160 if (addRequired(*I))
166 bool addRequired(const RegMap &RM) {
169 if (addRequired(I->first))
1275 if (PInfo.addRequired(MInfo.vregsLiveIn))
1291 if (SInfo.addRequired(MInfo.vregsRequired))