Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1108 Register BCReg = MRI.createVirtualRegister(PtrRC); in emitEHSjLjSetJmp() local
1110 MIB = BuildMI(*ThisMBB, MI, DL, TII->get(SystemZ::LG), BCReg) in emitEHSjLjSetJmp()
1116 .addReg(BCReg) in emitEHSjLjSetJmp()
1170 Register BCReg = MRI.createVirtualRegister(RC); in emitEHSjLjLongJmp() local
1201 MIB = BuildMI(*MBB, MI, DL, TII->get(SystemZ::LG), BCReg) in emitEHSjLjLongJmp()
1216 .addReg(BCReg) in emitEHSjLjLongJmp()