Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp9896 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicLoadBinary() local
9897 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadBinary()
9953 BuildMI(MBB, DL, TII->get(CSOpcode), Dest) in emitAtomicLoadBinary()
9991 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicLoadMinMax() local
9992 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadMinMax()
10057 BuildMI(MBB, DL, TII->get(CSOpcode), Dest) in emitAtomicLoadMinMax()
10095 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicCmpSwapW() local
10097 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicCmpSwapW()
10168 BuildMI(MBB, DL, TII->get(CSOpcode), RetryOldVal) in emitAtomicCmpSwapW()