Searched refs:LOpcode (Results 1 – 1 of 1) sorted by relevance
7055 unsigned LOpcode = BitSize <= 32 ? SystemZ::L : SystemZ::LG; in emitAtomicLoadBinary() local7059 LOpcode = TII->getOpcodeForOffset(LOpcode, Disp); in emitAtomicLoadBinary()7061 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadBinary()7081 BuildMI(MBB, DL, TII->get(LOpcode), OrigVal).add(Base).addImm(Disp).addReg(0); in emitAtomicLoadBinary()7173 unsigned LOpcode = BitSize <= 32 ? SystemZ::L : SystemZ::LG; in emitAtomicLoadMinMax() local7177 LOpcode = TII->getOpcodeForOffset(LOpcode, Disp); in emitAtomicLoadMinMax()7179 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadMinMax()7201 BuildMI(MBB, DL, TII->get(LOpcode), OrigVal).add(Base).addImm(Disp).addReg(0); in emitAtomicLoadMinMax()7286 unsigned LOpcode = TII->getOpcodeForOffset(SystemZ::L, Disp); in emitAtomicCmpSwapW() local7288 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicCmpSwapW()[all …]