Searched refs:RegsToNegate (Results 1 – 2 of 2) sorted by relevance
540 bool matchNotCmp(MachineInstr &MI, SmallVectorImpl<Register> &RegsToNegate);541 void applyNotCmp(MachineInstr &MI, SmallVectorImpl<Register> &RegsToNegate);
3395 SmallVectorImpl<Register> &RegsToNegate) { in matchNotCmp() argument3412 RegsToNegate.push_back(XorSrc); in matchNotCmp()3416 for (unsigned I = 0; I < RegsToNegate.size(); ++I) { in matchNotCmp()3417 Register Reg = RegsToNegate[I]; in matchNotCmp()3445 RegsToNegate.push_back(Def->getOperand(1).getReg()); in matchNotCmp()3446 RegsToNegate.push_back(Def->getOperand(2).getReg()); in matchNotCmp()3472 SmallVectorImpl<Register> &RegsToNegate) { in applyNotCmp() argument3473 for (Register Reg : RegsToNegate) { in applyNotCmp()