Lines Matching refs:Incr
412 Register Incr = I->getOperand(2).getReg(); in expandAtomicBinOpSubword() local
444 .addReg(Incr); in expandAtomicBinOpSubword()
469 BuildMI(loopMBB, DL, TII->get(Mips::AND), Incr).addReg(Incr).addReg(Mask); in expandAtomicBinOpSubword()
476 .addReg(Incr); in expandAtomicBinOpSubword()
489 .addReg(Incr) in expandAtomicBinOpSubword()
503 .addReg(Incr) in expandAtomicBinOpSubword()
518 .addReg(Incr); in expandAtomicBinOpSubword()
525 .addReg(Incr) in expandAtomicBinOpSubword()
634 Register Incr = I->getOperand(2).getReg(); in expandAtomicBinOp() local
731 assert((OldVal != Incr) && "Clobbered the wrong reg!"); in expandAtomicBinOp()
752 .addReg(Incr); in expandAtomicBinOp()
765 .addReg(Incr) in expandAtomicBinOp()
779 .addReg(Incr) in expandAtomicBinOp()
785 BuildMI(loopMBB, DL, TII->get(Opcode), Scratch).addReg(OldVal).addReg(Incr); in expandAtomicBinOp()
789 BuildMI(loopMBB, DL, TII->get(AND), Scratch).addReg(OldVal).addReg(Incr); in expandAtomicBinOp()
794 BuildMI(loopMBB, DL, TII->get(OR), Scratch).addReg(Incr).addReg(ZERO); in expandAtomicBinOp()