Searched refs:LOpcode (Results 1 – 1 of 1) sorted by relevance
5011 unsigned LOpcode = BitSize <= 32 ? SystemZ::L : SystemZ::LG; in emitAtomicLoadBinary() local5015 LOpcode = TII->getOpcodeForOffset(LOpcode, Disp); in emitAtomicLoadBinary()5017 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadBinary()5037 BuildMI(MBB, DL, TII->get(LOpcode), OrigVal) in emitAtomicLoadBinary()5130 unsigned LOpcode = BitSize <= 32 ? SystemZ::L : SystemZ::LG; in emitAtomicLoadMinMax() local5134 LOpcode = TII->getOpcodeForOffset(LOpcode, Disp); in emitAtomicLoadMinMax()5136 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadMinMax()5158 BuildMI(MBB, DL, TII->get(LOpcode), OrigVal) in emitAtomicLoadMinMax()5240 unsigned LOpcode = TII->getOpcodeForOffset(SystemZ::L, Disp); in emitAtomicCmpSwapW() local5242 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicCmpSwapW()[all …]