Searched refs:RotatedNewVal (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 7815 Register RotatedNewVal = (IsSubWord ? MRI.createVirtualRegister(RC) : NewVal); in emitAtomicLoadBinary() local 7851 BuildMI(MBB, DL, TII->get(SystemZ::XILF), RotatedNewVal) in emitAtomicLoadBinary() 7858 BuildMI(MBB, DL, TII->get(SystemZ::AGHI), RotatedNewVal) in emitAtomicLoadBinary() 7863 BuildMI(MBB, DL, TII->get(BinOpcode), RotatedNewVal) in emitAtomicLoadBinary() 7869 BuildMI(MBB, DL, TII->get(SystemZ::RISBG32), RotatedNewVal) in emitAtomicLoadBinary() 7874 .addReg(RotatedNewVal).addReg(NegBitShift).addImm(0); in emitAtomicLoadBinary() 7932 Register RotatedNewVal = (IsSubWord ? MRI.createVirtualRegister(RC) : NewVal); in emitAtomicLoadMinMax() local 7986 BuildMI(MBB, DL, TII->get(SystemZ::PHI), RotatedNewVal) in emitAtomicLoadMinMax() 7991 .addReg(RotatedNewVal).addReg(NegBitShift).addImm(0); in emitAtomicLoadMinMax()
|