Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8901 Register NextCountReg = MRI.createVirtualRegister(RC); in emitMemMemWrapper() local
8998 .addReg(NextCountReg).addMBB(NextMBB); in emitMemMemWrapper()
9029 BuildMI(MBB, DL, TII->get(SystemZ::AGHI), NextCountReg) in emitMemMemWrapper()
9032 .addReg(NextCountReg).addImm(0); in emitMemMemWrapper()