Home
last modified time | relevance | path

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

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