Searched refs:RegsToNegate (Results 1 – 2 of 2) sorted by relevance
528 bool matchNotCmp(MachineInstr &MI, SmallVectorImpl<Register> &RegsToNegate);529 void applyNotCmp(MachineInstr &MI, SmallVectorImpl<Register> &RegsToNegate);
2910 SmallVectorImpl<Register> &RegsToNegate) { in matchNotCmp() argument2927 RegsToNegate.push_back(XorSrc); in matchNotCmp()2931 for (unsigned I = 0; I < RegsToNegate.size(); ++I) { in matchNotCmp()2932 Register Reg = RegsToNegate[I]; in matchNotCmp()2960 RegsToNegate.push_back(Def->getOperand(1).getReg()); in matchNotCmp()2961 RegsToNegate.push_back(Def->getOperand(2).getReg()); in matchNotCmp()2987 SmallVectorImpl<Register> &RegsToNegate) { in applyNotCmp() argument2988 for (Register Reg : RegsToNegate) { in applyNotCmp()