Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:addRequired

137       bool addRequired(unsigned Reg) {
146 bool addRequired(const RegSet &RS) {
149 if (addRequired(*I))
155 bool addRequired(const RegMap &RM) {
158 if (addRequired(I->first))
869 if (PInfo.addRequired(MInfo.vregsLiveIn))
885 if (SInfo.addRequired(MInfo.vregsRequired))