Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h222 bool shouldTrackSubRegLiveness(const TargetRegisterClass &RC) const { in shouldTrackSubRegLiveness() function
225 bool shouldTrackSubRegLiveness(Register VReg) const { in shouldTrackSubRegLiveness() function
228 return LLVM_LIKELY(RC) ? shouldTrackSubRegLiveness(*RC) : false; in shouldTrackSubRegLiveness()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp233 LICalc->calculate(LI, MRI->shouldTrackSubRegLiveness(LI.reg())); in computeVirtRegInterval()
557 if (MRI->shouldTrackSubRegLiveness(VReg)) { in computeDeadValues()
1730 MRI->shouldTrackSubRegLiveness(Reg)) { in repairIntervalsInRange()
H A DRegisterCoalescer.cpp1507 assert(!MRI->shouldTrackSubRegLiveness(DstReg) && in reMaterializeTrivialDef()
1552 MRI->shouldTrackSubRegLiveness(DstReg)) { in reMaterializeTrivialDef()
1931 if (SubUseIdx != 0 && MRI->shouldTrackSubRegLiveness(DstReg)) { in updateRegDefsUses()
3672 bool TrackSubRegLiveness = MRI->shouldTrackSubRegLiveness(*CP.getNewRC()); in joinVirtRegs()
4347 if (!MRI->shouldTrackSubRegLiveness(Reg)) { in run()
H A DVirtRegMap.cpp669 if (NoSubRegLiveness || !MRI->shouldTrackSubRegLiveness(VirtReg)) { in rewrite()
H A DTwoAddressInstructionPass.cpp2061 if (UndefLanes.any() && DefVN && MRI->shouldTrackSubRegLiveness(DstReg)) { in eliminateRegSequence()
H A DMachineVerifier.cpp2951 !LI->hasSubRanges() && MRI->shouldTrackSubRegLiveness(Reg)) in checkLiveness()
3781 if (!MRI->shouldTrackSubRegLiveness(VRegOrUnit.asVirtualReg()) || in verifyLiveRangeSegment()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp961 if (MD.getSubReg() && !MRI->shouldTrackSubRegLiveness(MD.getReg())) in predicate()