Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineRegisterInfo.h227 bool shouldTrackSubRegLiveness(const TargetRegisterClass &RC) const { in shouldTrackSubRegLiveness() function
230 bool shouldTrackSubRegLiveness(Register VReg) const { in shouldTrackSubRegLiveness() function
233 return LLVM_LIKELY(RC) ? shouldTrackSubRegLiveness(*RC) : false; in shouldTrackSubRegLiveness()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp192 LICalc->calculate(LI, MRI->shouldTrackSubRegLiveness(LI.reg())); in computeVirtRegInterval()
516 if (MRI->shouldTrackSubRegLiveness(VReg)) { in computeDeadValues()
1674 MRI->shouldTrackSubRegLiveness(Reg)) in repairIntervalsInRange()
H A DVirtRegMap.cpp565 if (NoSubRegLiveness || !MRI->shouldTrackSubRegLiveness(VirtReg)) { in rewrite()
H A DRegisterCoalescer.cpp1472 assert(!MRI->shouldTrackSubRegLiveness(DstReg) && in reMaterializeTrivialDef()
1871 if (SubUseIdx != 0 && MRI->shouldTrackSubRegLiveness(DstReg)) { in updateRegDefsUses()
3612 bool TrackSubRegLiveness = MRI->shouldTrackSubRegLiveness(*CP.getNewRC()); in joinVirtRegs()
4267 if (!MRI->shouldTrackSubRegLiveness(Reg)) { in runOnMachineFunction()
H A DMachineVerifier.cpp2518 !LI->hasSubRanges() && MRI->shouldTrackSubRegLiveness(Reg)) in checkLiveness()
3321 if (!MRI->shouldTrackSubRegLiveness(Reg) || LaneMask.any() || in verifyLiveRangeSegment()
H A DTwoAddressInstructionPass.cpp1997 MRI->shouldTrackSubRegLiveness(DstReg)) in eliminateRegSequence()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp976 if (MD.getSubReg() && !MRI->shouldTrackSubRegLiveness(MD.getReg())) in predicate()