Searched refs:LOpcode (Results 1 – 1 of 1) sorted by relevance
7374 unsigned LOpcode = BitSize <= 32 ? SystemZ::L : SystemZ::LG; in emitAtomicLoadBinary() local7378 LOpcode = TII->getOpcodeForOffset(LOpcode, Disp); in emitAtomicLoadBinary()7380 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadBinary()7400 BuildMI(MBB, DL, TII->get(LOpcode), OrigVal).add(Base).addImm(Disp).addReg(0); in emitAtomicLoadBinary()7492 unsigned LOpcode = BitSize <= 32 ? SystemZ::L : SystemZ::LG; in emitAtomicLoadMinMax() local7496 LOpcode = TII->getOpcodeForOffset(LOpcode, Disp); in emitAtomicLoadMinMax()7498 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadMinMax()7520 BuildMI(MBB, DL, TII->get(LOpcode), OrigVal).add(Base).addImm(Disp).addReg(0); in emitAtomicLoadMinMax()7604 unsigned LOpcode = TII->getOpcodeForOffset(SystemZ::L, Disp); in emitAtomicCmpSwapW() local7607 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicCmpSwapW()[all …]