Searched refs:SupReg (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 1794 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, in emitAlignedDPRCS2Spills() local 1796 MBB.addLiveIn(SupReg); in emitAlignedDPRCS2Spills() 1801 .addReg(SupReg, RegState::ImplicitKill) in emitAlignedDPRCS2Spills() 1813 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, in emitAlignedDPRCS2Spills() local 1815 MBB.addLiveIn(SupReg); in emitAlignedDPRCS2Spills() 1820 .addReg(SupReg, RegState::ImplicitKill) in emitAlignedDPRCS2Spills() 1828 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, in emitAlignedDPRCS2Spills() local 1830 MBB.addLiveIn(SupReg); in emitAlignedDPRCS2Spills() 1834 .addReg(SupReg) in emitAlignedDPRCS2Spills() 1926 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, in emitAlignedDPRCS2Restores() local [all …]
|