Searched refs:RotatedOldVal (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 5349 unsigned RotatedOldVal = (IsSubWord ? MRI.createVirtualRegister(RC) : OldVal); in emitAtomicLoadBinary() local 5379 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadBinary() 5385 .addReg(RotatedOldVal).addOperand(Src2); in emitAtomicLoadBinary() 5401 .addReg(RotatedOldVal).addOperand(Src2); in emitAtomicLoadBinary() 5406 .addReg(RotatedOldVal).addReg(Src2.getReg()) in emitAtomicLoadBinary() 5464 unsigned RotatedOldVal = (IsSubWord ? MRI.createVirtualRegister(RC) : OldVal); in emitAtomicLoadMinMax() local 5494 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadMinMax() 5497 .addReg(RotatedOldVal).addReg(Src2); in emitAtomicLoadMinMax() 5509 .addReg(RotatedOldVal).addReg(Src2) in emitAtomicLoadMinMax() 5522 .addReg(RotatedOldVal).addMBB(LoopMBB) in emitAtomicLoadMinMax()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 6324 unsigned RotatedOldVal = (IsSubWord ? MRI.createVirtualRegister(RC) : OldVal); in emitAtomicLoadBinary() local 6353 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadBinary() 6358 BuildMI(MBB, DL, TII->get(BinOpcode), Tmp).addReg(RotatedOldVal).add(Src2); in emitAtomicLoadBinary() 6374 .addReg(RotatedOldVal) in emitAtomicLoadBinary() 6380 .addReg(RotatedOldVal).addReg(Src2.getReg()) in emitAtomicLoadBinary() 6441 unsigned RotatedOldVal = (IsSubWord ? MRI.createVirtualRegister(RC) : OldVal); in emitAtomicLoadMinMax() local 6470 BuildMI(MBB, DL, TII->get(SystemZ::RLL), RotatedOldVal) in emitAtomicLoadMinMax() 6473 .addReg(RotatedOldVal).addReg(Src2); in emitAtomicLoadMinMax() 6485 .addReg(RotatedOldVal).addReg(Src2) in emitAtomicLoadMinMax() 6498 .addReg(RotatedOldVal).addMBB(LoopMBB) in emitAtomicLoadMinMax()
|