Lines Matching defs:BinOpcode
12035 unsigned BinOpcode,
12038 // This also handles ATOMIC_SWAP, indicated by BinOpcode==0.
12089 Register TmpReg = (!BinOpcode) ? incr :
12118 if (BinOpcode)
12119 BuildMI(BB, dl, TII->get(BinOpcode), TmpReg).addReg(incr).addReg(dest);
12211 unsigned BinOpcode, unsigned CmpOpcode, unsigned CmpPred) const {
12212 // This also handles ATOMIC_SWAP, indicated by BinOpcode==0.
12233 return EmitAtomicBinary(MI, BB, is8bit ? 1 : 2, BinOpcode, CmpOpcode,
12282 (!BinOpcode) ? Incr2Reg : RegInfo.createVirtualRegister(GPRC);
12356 if (BinOpcode)
12357 BuildMI(BB, dl, TII->get(BinOpcode), TmpReg)