Searched refs:RotatedNewVal (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 7416 Register RotatedNewVal = (IsSubWord ? MRI.createVirtualRegister(RC) : NewVal); in emitAtomicLoadBinary() local 7452 BuildMI(MBB, DL, TII->get(SystemZ::XILF), RotatedNewVal) in emitAtomicLoadBinary() 7459 BuildMI(MBB, DL, TII->get(SystemZ::AGHI), RotatedNewVal) in emitAtomicLoadBinary() 7464 BuildMI(MBB, DL, TII->get(BinOpcode), RotatedNewVal) in emitAtomicLoadBinary() 7470 BuildMI(MBB, DL, TII->get(SystemZ::RISBG32), RotatedNewVal) in emitAtomicLoadBinary() 7475 .addReg(RotatedNewVal).addReg(NegBitShift).addImm(0); in emitAtomicLoadBinary() 7534 Register RotatedNewVal = (IsSubWord ? MRI.createVirtualRegister(RC) : NewVal); in emitAtomicLoadMinMax() local 7588 BuildMI(MBB, DL, TII->get(SystemZ::PHI), RotatedNewVal) in emitAtomicLoadMinMax() 7593 .addReg(RotatedNewVal).addReg(NegBitShift).addImm(0); in emitAtomicLoadMinMax()
|