Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h215 bool shouldTrackSubRegLiveness(const TargetRegisterClass &RC) const { in shouldTrackSubRegLiveness() function
218 bool shouldTrackSubRegLiveness(unsigned VReg) const { in shouldTrackSubRegLiveness() function
220 return shouldTrackSubRegLiveness(*getRegClass(VReg)); in shouldTrackSubRegLiveness()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DVirtRegMap.cpp528 if (NoSubRegLiveness || !MRI->shouldTrackSubRegLiveness(VirtReg)) { in rewrite()
H A DLiveIntervals.cpp199 LRCalc->calculate(LI, MRI->shouldTrackSubRegLiveness(LI.reg)); in computeVirtRegInterval()
514 if (MRI->shouldTrackSubRegLiveness(VReg)) { in computeDeadValues()
H A DRegisterCoalescer.cpp1674 if (SubIdx != 0 && MO.isUse() && MRI->shouldTrackSubRegLiveness(DstReg)) { in updateRegDefsUses()
3260 bool TrackSubRegLiveness = MRI->shouldTrackSubRegLiveness(*CP.getNewRC()); in joinVirtRegs()
3677 if (!MRI->shouldTrackSubRegLiveness(Reg)) { in runOnMachineFunction()
H A DMachineVerifier.cpp2195 if (!MRI->shouldTrackSubRegLiveness(Reg) || LaneMask.any() || in verifyLiveRangeSegment()
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp954 if (MD.getSubReg() && !MRI->shouldTrackSubRegLiveness(MD.getReg())) in predicate()