Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp6899 uint64_t NextCountReg = MRI.createVirtualRegister(RC); in emitMemMemWrapper() local
6933 .addReg(NextCountReg).addMBB(NextMBB); in emitMemMemWrapper()
6965 BuildMI(MBB, DL, TII->get(SystemZ::AGHI), NextCountReg) in emitMemMemWrapper()
6968 .addReg(NextCountReg).addImm(0); in emitMemMemWrapper()