Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp9017 Register StartCountReg = in emitMemMemWrapper() local
9020 TII->loadImmediate(*MBB, MI, StartCountReg, ImmLength / 256); in emitMemMemWrapper()
9023 BuildMI(*MBB, MI, DL, TII->get(SystemZ::SRLG), StartCountReg) in emitMemMemWrapper()
9109 .addReg(StartCountReg).addImm(0); in emitMemMemWrapper()
9155 .addReg(StartCountReg).addMBB(StartMBB) in emitMemMemWrapper()