Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7375 unsigned CSOpcode = BitSize <= 32 ? SystemZ::CS : SystemZ::CSG; in emitAtomicLoadBinary() local
7379 CSOpcode = TII->getOpcodeForOffset(CSOpcode, Disp); in emitAtomicLoadBinary()
7380 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadBinary()
7448 BuildMI(MBB, DL, TII->get(CSOpcode), Dest) in emitAtomicLoadBinary()
7493 unsigned CSOpcode = BitSize <= 32 ? SystemZ::CS : SystemZ::CSG; in emitAtomicLoadMinMax() local
7497 CSOpcode = TII->getOpcodeForOffset(CSOpcode, Disp); in emitAtomicLoadMinMax()
7498 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadMinMax()
7566 BuildMI(MBB, DL, TII->get(CSOpcode), Dest) in emitAtomicLoadMinMax()
7605 unsigned CSOpcode = TII->getOpcodeForOffset(SystemZ::CS, Disp); in emitAtomicCmpSwapW() local
7607 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicCmpSwapW()
[all …]