Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8041 Register RetrySwapVal = MRI.createVirtualRegister(RC); in emitAtomicCmpSwapW() local
8079 .addReg(RetrySwapVal).addMBB(SetMBB); in emitAtomicCmpSwapW()
8082 BuildMI(MBB, DL, TII->get(SystemZ::RISBG32), RetrySwapVal) in emitAtomicCmpSwapW()
8102 .addReg(RetrySwapVal).addReg(NegBitShift).addImm(-BitSize); in emitAtomicCmpSwapW()