Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp1791 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, in emitAlignedDPRCS2Spills() local
1793 MBB.addLiveIn(SupReg); in emitAlignedDPRCS2Spills()
1798 .addReg(SupReg, RegState::ImplicitKill) in emitAlignedDPRCS2Spills()
1810 unsigned SupReg = TRI->getMatchingSuperReg(NextReg, ARM::dsub_0, in emitAlignedDPRCS2Spills() local
1812 MBB.addLiveIn(SupReg); in emitAlignedDPRCS2Spills()
1817 .addReg(SupReg, RegState::ImplicitKill) in emitAlignedDPRCS2Spills()
1827 MBB.addLiveIn(SupReg); in emitAlignedDPRCS2Spills()
1831 .addReg(SupReg) in emitAlignedDPRCS2Spills()
1929 .addReg(SupReg, RegState::ImplicitDefine) in emitAlignedDPRCS2Restores()
1946 .addReg(SupReg, RegState::ImplicitDefine) in emitAlignedDPRCS2Restores()
[all …]