Searched refs:LOpcode (Results 1 – 1 of 1) sorted by relevance
7402 unsigned LOpcode = BitSize <= 32 ? SystemZ::L : SystemZ::LG; in emitAtomicLoadBinary() local7406 LOpcode = TII->getOpcodeForOffset(LOpcode, Disp); in emitAtomicLoadBinary()7408 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadBinary()7428 BuildMI(MBB, DL, TII->get(LOpcode), OrigVal).add(Base).addImm(Disp).addReg(0); in emitAtomicLoadBinary()7520 unsigned LOpcode = BitSize <= 32 ? SystemZ::L : SystemZ::LG; in emitAtomicLoadMinMax() local7524 LOpcode = TII->getOpcodeForOffset(LOpcode, Disp); in emitAtomicLoadMinMax()7526 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadMinMax()7548 BuildMI(MBB, DL, TII->get(LOpcode), OrigVal).add(Base).addImm(Disp).addReg(0); in emitAtomicLoadMinMax()7632 unsigned LOpcode = TII->getOpcodeForOffset(SystemZ::L, Disp); in emitAtomicCmpSwapW() local7635 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicCmpSwapW()[all …]