Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp7843 Register NextCountReg = MRI.createVirtualRegister(RC); in emitMemMemWrapper() local
7914 .addReg(NextCountReg).addMBB(NextMBB); in emitMemMemWrapper()
7945 BuildMI(MBB, DL, TII->get(SystemZ::AGHI), NextCountReg) in emitMemMemWrapper()
7948 .addReg(NextCountReg).addImm(0); in emitMemMemWrapper()