Home
last modified time | relevance | path

Searched refs:CSOpcode (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7802 unsigned CSOpcode = BitSize <= 32 ? SystemZ::CS : SystemZ::CSG; in emitAtomicLoadBinary() local
7806 CSOpcode = TII->getOpcodeForOffset(CSOpcode, Disp); in emitAtomicLoadBinary()
7807 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadBinary()
7875 BuildMI(MBB, DL, TII->get(CSOpcode), Dest) in emitAtomicLoadBinary()
7919 unsigned CSOpcode = BitSize <= 32 ? SystemZ::CS : SystemZ::CSG; in emitAtomicLoadMinMax() local
7923 CSOpcode = TII->getOpcodeForOffset(CSOpcode, Disp); in emitAtomicLoadMinMax()
7924 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadMinMax()
7992 BuildMI(MBB, DL, TII->get(CSOpcode), Dest) in emitAtomicLoadMinMax()
8030 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicCmpSwapW() local
8032 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicCmpSwapW()
[all …]