Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7814 Register RotatedOldVal = (IsSubWord ? MRI.createVirtualRegister(RC) : OldVal); in emitAtomicLoadBinary() local
7843 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadBinary()
7848 BuildMI(MBB, DL, TII->get(BinOpcode), Tmp).addReg(RotatedOldVal).add(Src2); in emitAtomicLoadBinary()
7864 .addReg(RotatedOldVal) in emitAtomicLoadBinary()
7870 .addReg(RotatedOldVal).addReg(Src2.getReg()) in emitAtomicLoadBinary()
7930 Register RotatedOldVal = (IsSubWord ? MRI.createVirtualRegister(RC) : OldVal); in emitAtomicLoadMinMax() local
7959 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadMinMax()
7962 .addReg(RotatedOldVal).addReg(Src2); in emitAtomicLoadMinMax()
7974 .addReg(RotatedOldVal).addReg(Src2) in emitAtomicLoadMinMax()
7987 .addReg(RotatedOldVal).addMBB(LoopMBB) in emitAtomicLoadMinMax()