Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8859 Register StartCountReg = in emitMemMemWrapper() local
8862 TII->loadImmediate(*MBB, MI, StartCountReg, ImmLength / 256); in emitMemMemWrapper()
8865 BuildMI(*MBB, MI, DL, TII->get(SystemZ::SRLG), StartCountReg) in emitMemMemWrapper()
8951 .addReg(StartCountReg).addImm(0); in emitMemMemWrapper()
8997 .addReg(StartCountReg).addMBB(StartMBB) in emitMemMemWrapper()