Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h214 bool shouldTrackSubRegLiveness(const TargetRegisterClass &RC) const { in shouldTrackSubRegLiveness() function
217 bool shouldTrackSubRegLiveness(Register VReg) const { in shouldTrackSubRegLiveness() function
219 return shouldTrackSubRegLiveness(*getRegClass(VReg)); in shouldTrackSubRegLiveness()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DVirtRegMap.cpp556 if (NoSubRegLiveness || !MRI->shouldTrackSubRegLiveness(VirtReg)) { in rewrite()
H A DLiveIntervals.cpp199 LICalc->calculate(LI, MRI->shouldTrackSubRegLiveness(LI.reg())); in computeVirtRegInterval()
530 if (MRI->shouldTrackSubRegLiveness(VReg)) { in computeDeadValues()
H A DRegisterCoalescer.cpp1773 if (SubUseIdx != 0 && MRI->shouldTrackSubRegLiveness(DstReg)) { in updateRegDefsUses()
3464 bool TrackSubRegLiveness = MRI->shouldTrackSubRegLiveness(*CP.getNewRC()); in joinVirtRegs()
4049 if (!MRI->shouldTrackSubRegLiveness(Reg)) { in runOnMachineFunction()
H A DMachineVerifier.cpp2954 if (!MRI->shouldTrackSubRegLiveness(Reg) || LaneMask.any() || in verifyLiveRangeSegment()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp955 if (MD.getSubReg() && !MRI->shouldTrackSubRegLiveness(MD.getReg())) in predicate()