Home
last modified time | relevance | path

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

/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp5336 unsigned LOpcode = BitSize <= 32 ? SystemZ::L : SystemZ::LG; in emitAtomicLoadBinary() local
5340 LOpcode = TII->getOpcodeForOffset(LOpcode, Disp); in emitAtomicLoadBinary()
5342 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadBinary()
5362 BuildMI(MBB, DL, TII->get(LOpcode), OrigVal) in emitAtomicLoadBinary()
5452 unsigned LOpcode = BitSize <= 32 ? SystemZ::L : SystemZ::LG; in emitAtomicLoadMinMax() local
5456 LOpcode = TII->getOpcodeForOffset(LOpcode, Disp); in emitAtomicLoadMinMax()
5458 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicLoadMinMax()
5480 BuildMI(MBB, DL, TII->get(LOpcode), OrigVal) in emitAtomicLoadMinMax()
5563 unsigned LOpcode = TII->getOpcodeForOffset(SystemZ::L, Disp); in emitAtomicCmpSwapW() local
5565 assert(LOpcode && CSOpcode && "Displacement out of range"); in emitAtomicCmpSwapW()
[all …]