Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6470 unsigned CSOpcode = BitSize <= 32 ? SystemZ::CS : SystemZ::CSG; in emitAtomicLoadBinary() local
6474 CSOpcode = TII->getOpcodeForOffset(CSOpcode, Disp); in emitAtomicLoadBinary()
6475 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadBinary()
6543 BuildMI(MBB, DL, TII->get(CSOpcode), Dest) in emitAtomicLoadBinary()
6588 unsigned CSOpcode = BitSize <= 32 ? SystemZ::CS : SystemZ::CSG; in emitAtomicLoadMinMax() local
6592 CSOpcode = TII->getOpcodeForOffset(CSOpcode, Disp); in emitAtomicLoadMinMax()
6593 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadMinMax()
6661 BuildMI(MBB, DL, TII->get(CSOpcode), Dest) in emitAtomicLoadMinMax()
6701 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicCmpSwapW() local
6702 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicCmpSwapW()
[all …]