Home
last modified time | relevance | path

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

/freebsd/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.cpp980 if (IntA.hasSubRanges() || IntB.hasSubRanges()) { in removeCopyByCommutingDef()
981 if (!IntA.hasSubRanges()) { in removeCopyByCommutingDef()
984 } else if (!IntB.hasSubRanges()) { in removeCopyByCommutingDef()
1518 if (NewIdx == 0 && DstInt.hasSubRanges()) { in reMaterializeTrivialDef()
1543 if (NewIdx != 0 && DstInt.hasSubRanges()) { in reMaterializeTrivialDef()
1689 if (SrcSubIdx != 0 && SrcLI.hasSubRanges()) { in eliminateUndefCopy()
1759 if (!UseMask.all() && DstLI.hasSubRanges()) { in eliminateUndefCopy()
1821 if (DstInt && DstInt->hasSubRanges() && DstReg != SrcReg) { in updateRegDefsUses()
1872 if (!DstInt->hasSubRanges()) { in updateRegDefsUses()
2680 if (!SubRangeJoin || !LI.hasSubRanges()) { in followCopyChain()
[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.cpp431 if (!LI.hasSubRanges()) { in addDeadDef()
483 bool Force = LI->hasSubRanges(); in defValue()
620 if (OrigLI.hasSubRanges()) { in defFromParent()
1391 if (LI.hasSubRanges()) { in rewriteAssigned()
1406 assert(LI.hasSubRanges()); in rewriteAssigned()
1432 if (!LI.hasSubRanges()) in rewriteAssigned()
H A DLiveIntervals.cpp781 if (LI.hasSubRanges()) { in addKillFlags()
1043 if (LI.hasSubRanges()) { in updateAllRanges()
1060 if (LI.hasSubRanges()) { in updateAllRanges()
1696 if (!LI.hasSubRanges()) { in repairIntervalsInRange()
H A DRenameIndependentSubregs.cpp405 if (!LI.hasSubRanges()) in runOnMachineFunction()
H A DLiveRangeEdit.cpp138 if (li.hasSubRanges()) { in allUsesAvailableAt()
H A DMachineVerifier.cpp2804 !LI->hasSubRanges() && MRI->shouldTrackSubRegLiveness(Reg)) in checkLiveness()
2850 if (LI->hasSubRanges() && !MO->isDef()) { in checkLiveness()
2948 if (LI->hasSubRanges()) { in checkLiveness()
3733 if (LI.hasSubRanges()) { in verifyLiveInterval()
H A DRegAllocGreedy.cpp1422 if (!VirtReg.hasSubRanges()) in tryInstructionSplit()
1455 (!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.cpp1933 if (LI.hasSubRanges()) { in run()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp276 if (!LI.hasSubRanges()) in collectVirtualRegUses()
303 if (LI.hasSubRanges()) { in getLiveLaneMask()
455 if (LI.hasSubRanges()) { in advanceBeforeNext()
614 if (LI.hasSubRanges()) { in getRegLiveThroughMask()
H A DGCNRegPressure.h301 if (!LI.hasSubRanges()) { in getLiveRegMap()
H A DSIFormMemoryClauses.cpp354 if (!LI.hasSubRanges()) { in runOnMachineFunction()
H A DSIRegisterInfo.cpp3171 if (LI.hasSubRanges()) { in findReachingDef()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp350 if (LI.hasSubRanges()) { in updateKillFlags()
531 if (LI.hasSubRanges()) { in updateDeadFlags()
1163 if (L1.hasSubRanges() || L2.hasSubRanges()) in coalesceRegisters()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveInterval.h810 bool hasSubRanges() const { in hasSubRanges() function