Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineRegisterInfo.h187 bool shouldTrackSubRegLiveness(const TargetRegisterClass &RC) const { in shouldTrackSubRegLiveness() function
190 bool shouldTrackSubRegLiveness(unsigned VReg) const { in shouldTrackSubRegLiveness() function
192 return shouldTrackSubRegLiveness(*getRegClass(VReg)); in shouldTrackSubRegLiveness()
/NextBSD/contrib/llvm/lib/CodeGen/
HDLiveIntervalAnalysis.cpp202 LRCalc->calculate(LI, MRI->shouldTrackSubRegLiveness(LI.reg)); in computeVirtRegInterval()
469 if (MRI->shouldTrackSubRegLiveness(LI.reg)) { in computeDeadValues()
HDRegisterCoalescer.cpp1213 if (SubIdx != 0 && MO.isUse() && MRI->shouldTrackSubRegLiveness(DstReg)) { in updateRegDefsUses()
2578 bool TrackSubRegLiveness = MRI->shouldTrackSubRegLiveness(*CP.getNewRC()); in joinVirtRegs()
HDMachineVerifier.cpp1586 if (!MRI->shouldTrackSubRegLiveness(Reg) || LaneMask != 0 || in verifyLiveRangeSegment()