Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:addRequired

143       bool addRequired(unsigned Reg) {
152 bool addRequired(const RegSet &RS) {
155 if (addRequired(*I))
161 bool addRequired(const RegMap &RM) {
164 if (addRequired(I->first))
957 if (PInfo.addRequired(MInfo.vregsLiveIn))
973 if (SInfo.addRequired(MInfo.vregsRequired))