Home
last modified time | relevance | path

Searched refs:hasSubRanges (Results 1 – 19 of 19) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveIntervalCalc.cpp59 if (LI.hasSubRanges() || (SubReg != 0 && TrackSubRegs)) { in calculate()
64 if (!LI.hasSubRanges() && !LI.empty()) { in calculate()
80 if (MO.isDef() && !LI.hasSubRanges()) in calculate()
92 if (LI.hasSubRanges()) { in calculate()
H A DRegisterCoalescer.cpp979 if (IntA.hasSubRanges() || IntB.hasSubRanges()) { in removeCopyByCommutingDef()
980 if (!IntA.hasSubRanges()) { in removeCopyByCommutingDef()
983 } else if (!IntB.hasSubRanges()) { in removeCopyByCommutingDef()
1518 if (NewIdx == 0 && DstInt.hasSubRanges()) { in reMaterializeTrivialDef()
1872 if (!DstInt->hasSubRanges()) { in updateRegDefsUses()
2680 if (!SubRangeJoin || !LI.hasSubRanges()) { in followCopyChain()
2979 if (!OtherLI.hasSubRanges()) { in analyzeValue()
3633 if (RHS.hasSubRanges() || LHS.hasSubRanges()) { in joinVirtRegs()
3639 if (!LHS.hasSubRanges()) { in joinVirtRegs()
3657 if (!RHS.hasSubRanges()) { in joinVirtRegs()
[all …]
H A DVirtRegMap.cpp297 assert(LI.hasSubRanges()); in addLiveInsForSubRanges()
358 if (LI.hasSubRanges()) { in addMBBLiveIns()
397 assert(SubRegIdx != 0 && LI.hasSubRanges()); in readsUndefSubreg()
H A DLiveRegMatrix.cpp83 if (VRegInterval.hasSubRanges()) { in foreachUnit()
H A DSplitKit.cpp432 if (!LI.hasSubRanges()) { in addDeadDef()
484 bool Force = LI->hasSubRanges(); in defValue()
621 if (OrigLI.hasSubRanges()) { in defFromParent()
1392 if (LI.hasSubRanges()) { in rewriteAssigned()
1407 assert(LI.hasSubRanges()); in rewriteAssigned()
1433 if (!LI.hasSubRanges()) in rewriteAssigned()
H A DLiveIntervals.cpp756 if (LI.hasSubRanges()) { in addKillFlags()
1018 if (LI.hasSubRanges()) { in updateAllRanges()
1035 if (LI.hasSubRanges()) { in updateAllRanges()
1673 !getInterval(Reg).hasSubRanges() && in repairIntervalsInRange()
H A DRenameIndependentSubregs.cpp398 if (!LI.hasSubRanges()) in runOnMachineFunction()
H A DLiveRangeEdit.cpp138 if (li.hasSubRanges()) { in allUsesAvailableAt()
H A DMachineVerifier.cpp2518 !LI->hasSubRanges() && MRI->shouldTrackSubRegLiveness(Reg)) in checkLiveness()
2564 if (LI->hasSubRanges() && !MO->isDef()) { in checkLiveness()
2662 if (LI->hasSubRanges()) { in checkLiveness()
3424 if (LI.hasSubRanges()) { in verifyLiveInterval()
H A DRegAllocGreedy.cpp1424 if (!VirtReg.hasSubRanges()) in tryInstructionSplit()
1457 (!SplitSubClass && VirtReg.hasSubRanges() && in tryInstructionSplit()
H A DLiveInterval.cpp1375 if (LI.hasSubRanges()) { in Distribute()
H A DRegisterPressure.cpp428 if (TrackLaneMasks && LI.hasSubRanges()) { in getLanesWithProperty()
H A DTwoAddressInstructionPass.cpp1876 if (LI.hasSubRanges()) { in runOnMachineFunction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp188 if (!LI.hasSubRanges()) in collectVirtualRegUses()
215 if (LI.hasSubRanges()) { in getLiveLaneMask()
367 if (LI.hasSubRanges()) { in advanceBeforeNext()
526 if (LI.hasSubRanges()) { in getRegLiveThroughMask()
H A DGCNRegPressure.h289 if (!LI.hasSubRanges()) { in getLiveRegMap()
H A DSIFormMemoryClauses.cpp354 if (!LI.hasSubRanges()) { in runOnMachineFunction()
H A DSIRegisterInfo.cpp3162 if (LI.hasSubRanges()) { in findReachingDef()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp350 if (LI.hasSubRanges()) { in updateKillFlags()
531 if (LI.hasSubRanges()) { in updateDeadFlags()
1160 if (L1.hasSubRanges() || L2.hasSubRanges()) in coalesceRegisters()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h804 bool hasSubRanges() const { in hasSubRanges() function