Lines Matching refs:Incr
429 Register Incr = I->getOperand(2).getReg(); in expandAtomicBinOpSubword() local
461 .addReg(Incr); in expandAtomicBinOpSubword()
511 .addReg(Incr); in expandAtomicBinOpSubword()
524 .addReg(Incr) in expandAtomicBinOpSubword()
538 .addReg(Incr) in expandAtomicBinOpSubword()
553 .addReg(Incr); in expandAtomicBinOpSubword()
560 .addReg(Incr) in expandAtomicBinOpSubword()
670 Register Incr = I->getOperand(2).getReg(); in expandAtomicBinOp() local
767 assert((OldVal != Incr) && "Clobbered the wrong reg!"); in expandAtomicBinOp()
788 .addReg(Incr); in expandAtomicBinOp()
801 .addReg(Incr) in expandAtomicBinOp()
815 .addReg(Incr) in expandAtomicBinOp()
821 BuildMI(loopMBB, DL, TII->get(Opcode), Scratch).addReg(OldVal).addReg(Incr); in expandAtomicBinOp()
825 BuildMI(loopMBB, DL, TII->get(AND), Scratch).addReg(OldVal).addReg(Incr); in expandAtomicBinOp()
830 BuildMI(loopMBB, DL, TII->get(OR), Scratch).addReg(Incr).addReg(ZERO); in expandAtomicBinOp()