Searched refs:CSOpcode (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 8406 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicLoadBinary() local 8407 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadBinary() 8463 BuildMI(MBB, DL, TII->get(CSOpcode), Dest) in emitAtomicLoadBinary() 8501 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicLoadMinMax() local 8502 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadMinMax() 8567 BuildMI(MBB, DL, TII->get(CSOpcode), Dest) in emitAtomicLoadMinMax() 8605 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicCmpSwapW() local 8607 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicCmpSwapW() 8678 BuildMI(MBB, DL, TII->get(CSOpcode), RetryOldVal) in emitAtomicCmpSwapW()
|