Lines Matching defs:BinOpcode
12329 unsigned BinOpcode,
12332 // This also handles ATOMIC_SWAP, indicated by BinOpcode==0.
12383 Register TmpReg = (!BinOpcode) ? incr :
12412 if (BinOpcode)
12413 BuildMI(BB, dl, TII->get(BinOpcode), TmpReg).addReg(incr).addReg(dest);
12505 unsigned BinOpcode, unsigned CmpOpcode, unsigned CmpPred) const {
12506 // This also handles ATOMIC_SWAP, indicated by BinOpcode==0.
12527 return EmitAtomicBinary(MI, BB, is8bit ? 1 : 2, BinOpcode, CmpOpcode,
12576 (!BinOpcode) ? Incr2Reg : RegInfo.createVirtualRegister(GPRC);
12650 if (BinOpcode)
12651 BuildMI(BB, dl, TII->get(BinOpcode), TmpReg)