Lines Matching defs:LiveRegs
91 const LivePhysRegs &LiveRegs,
95 const LivePhysRegs &LiveRegs,
99 const LivePhysRegs &LiveRegs);
1404 const LivePhysRegs &LiveRegs, SmallVectorImpl<unsigned> &ScratchRegs) {
1406 CMSESaveClearFPRegsV81(MBB, MBBI, DL, LiveRegs);
1408 CMSESaveClearFPRegsV8(MBB, MBBI, DL, LiveRegs, ScratchRegs);
1414 const LivePhysRegs &LiveRegs, SmallVectorImpl<unsigned> &ScratchRegs) {
1483 MO.setIsUndef(!LiveRegs.contains(Reg));
1558 const LivePhysRegs &LiveRegs) {
1583 MO.setIsUndef(!LiveRegs.contains(Reg));
1908 LivePhysRegs LiveRegs;
1909 computeAndAddLiveIns(LiveRegs, *DoneBB);
1910 computeAndAddLiveIns(LiveRegs, *StoreBB);
1911 computeAndAddLiveIns(LiveRegs, *LoadCmpBB);
1914 computeAndAddLiveIns(LiveRegs, *StoreBB);
1916 computeAndAddLiveIns(LiveRegs, *LoadCmpBB);
2029 LivePhysRegs LiveRegs;
2030 computeAndAddLiveIns(LiveRegs, *DoneBB);
2031 computeAndAddLiveIns(LiveRegs, *StoreBB);
2032 computeAndAddLiveIns(LiveRegs, *LoadCmpBB);
2035 computeAndAddLiveIns(LiveRegs, *StoreBB);
2037 computeAndAddLiveIns(LiveRegs, *LoadCmpBB);
2045 const LivePhysRegs &LiveRegs, bool Thumb1Only) {
2052 Reg, Reg == JumpReg || LiveRegs.contains(Reg) ? 0 : RegState::Undef);
2066 .addReg(HiReg, LiveRegs.contains(HiReg) ? 0 : RegState::Undef)
2084 .addReg(ARM::R8, LiveRegs.contains(ARM::R8) ? 0 : RegState::Undef)
2097 Reg, Reg == JumpReg || LiveRegs.contains(Reg) ? 0 : RegState::Undef);
2319 LivePhysRegs LiveRegs(*TRI);
2320 LiveRegs.addLiveOuts(MBB);
2322 LiveRegs.stepBackward(MI);
2323 LiveRegs.stepBackward(*MBBI);
2325 CMSEPushCalleeSaves(*TII, MBB, MBBI, JumpReg, LiveRegs,
2362 CMSESaveClearFPRegs(MBB, MBBI, DL, LiveRegs,