Searched refs:LOpcode (Results 1 – 1 of 1) sorted by relevance
7801 unsigned LOpcode = BitSize <= 32 ? SystemZ::L : SystemZ::LG; in emitAtomicLoadBinary() local7805 LOpcode = TII->getOpcodeForOffset(LOpcode, Disp); in emitAtomicLoadBinary()7807 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadBinary()7827 BuildMI(MBB, DL, TII->get(LOpcode), OrigVal).add(Base).addImm(Disp).addReg(0); in emitAtomicLoadBinary()7918 unsigned LOpcode = BitSize <= 32 ? SystemZ::L : SystemZ::LG; in emitAtomicLoadMinMax() local7922 LOpcode = TII->getOpcodeForOffset(LOpcode, Disp); in emitAtomicLoadMinMax()7924 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadMinMax()7946 BuildMI(MBB, DL, TII->get(LOpcode), OrigVal).add(Base).addImm(Disp).addReg(0); in emitAtomicLoadMinMax()8029 unsigned LOpcode = TII->getOpcodeForOffset(SystemZ::L, Disp); in emitAtomicCmpSwapW() local8032 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicCmpSwapW()[all …]