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.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/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervals.cpp217 LICalc->calculate(LI, MRI->shouldTrackSubRegLiveness(LI.reg())); in computeVirtRegInterval()
541 if (MRI->shouldTrackSubRegLiveness(VReg)) { in computeDeadValues()
1694 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()
4273 if (!MRI->shouldTrackSubRegLiveness(Reg)) { in runOnMachineFunction()
H A DMachineVerifier.cpp2804 !LI->hasSubRanges() && MRI->shouldTrackSubRegLiveness(Reg)) in checkLiveness()
3630 if (!MRI->shouldTrackSubRegLiveness(Reg) || LaneMask.any() || in verifyLiveRangeSegment()
H A DTwoAddressInstructionPass.cpp2060 if (UndefLanes.any() && DefVN && MRI->shouldTrackSubRegLiveness(DstReg)) { in eliminateRegSequence()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp978 if (MD.getSubReg() && !MRI->shouldTrackSubRegLiveness(MD.getReg())) in predicate()