Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h212 bool shouldTrackSubRegLiveness(const TargetRegisterClass &RC) const { in shouldTrackSubRegLiveness() function
215 bool shouldTrackSubRegLiveness(Register VReg) const { in shouldTrackSubRegLiveness() function
217 return shouldTrackSubRegLiveness(*getRegClass(VReg)); in shouldTrackSubRegLiveness()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveIntervals.cpp192 LICalc->calculate(LI, MRI->shouldTrackSubRegLiveness(LI.reg())); in computeVirtRegInterval()
523 if (MRI->shouldTrackSubRegLiveness(VReg)) { in computeDeadValues()
1688 MRI->shouldTrackSubRegLiveness(Reg)) in repairIntervalsInRange()
H A DVirtRegMap.cpp565 if (NoSubRegLiveness || !MRI->shouldTrackSubRegLiveness(VirtReg)) { in rewrite()
H A DRegisterCoalescer.cpp1800 if (SubUseIdx != 0 && MRI->shouldTrackSubRegLiveness(DstReg)) { in updateRegDefsUses()
3523 bool TrackSubRegLiveness = MRI->shouldTrackSubRegLiveness(*CP.getNewRC()); in joinVirtRegs()
4179 if (!MRI->shouldTrackSubRegLiveness(Reg)) { in runOnMachineFunction()
H A DMachineVerifier.cpp2308 !LI->hasSubRanges() && MRI->shouldTrackSubRegLiveness(Reg)) in checkLiveness()
3100 if (!MRI->shouldTrackSubRegLiveness(Reg) || LaneMask.any() || in verifyLiveRangeSegment()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp955 if (MD.getSubReg() && !MRI->shouldTrackSubRegLiveness(MD.getReg())) in predicate()