Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h175 bool shouldTrackSubRegLiveness(const TargetRegisterClass &RC) const { in shouldTrackSubRegLiveness() function
178 bool shouldTrackSubRegLiveness(unsigned VReg) const { in shouldTrackSubRegLiveness() function
180 return shouldTrackSubRegLiveness(*getRegClass(VReg)); in shouldTrackSubRegLiveness()
/external/llvm/lib/CodeGen/
DLiveIntervalAnalysis.cpp200 bool ShouldTrackSubRegLiveness = MRI->shouldTrackSubRegLiveness(LI.reg); in computeVirtRegInterval()
490 if (MRI->shouldTrackSubRegLiveness(VReg)) { in computeDeadValues()
DRegisterCoalescer.cpp1203 if (SubIdx != 0 && MO.isUse() && MRI->shouldTrackSubRegLiveness(DstReg)) { in updateRegDefsUses()
2569 bool TrackSubRegLiveness = MRI->shouldTrackSubRegLiveness(*CP.getNewRC()); in joinVirtRegs()
2961 if (!MRI->shouldTrackSubRegLiveness(Reg)) { in runOnMachineFunction()
DMachineVerifier.cpp1631 if (!MRI->shouldTrackSubRegLiveness(Reg) || LaneMask != 0 || in verifyLiveRangeSegment()