Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h113 if (hasInterval(Reg)) in getInterval()
123 bool hasInterval(Register Reg) const { in hasInterval() function
130 assert(!hasInterval(Reg) && "Interval already exists!"); in createEmptyInterval()
H A DLiveStacks.h82 bool hasInterval(int Slot) const { return S2IMap.count(Slot); } in hasInterval() function
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocBase.cpp147 assert(LIS->hasInterval(Reg)); in allocatePhysRegs()
H A DLiveIntervals.cpp159 if (hasInterval(Reg)) in print()
1558 if (Reg.isVirtual() && hasInterval(Reg) && !MO.isUndef()) { in handleMoveIntoNewBundle()
1686 if (MO.getSubReg() && hasInterval(Reg) && in repairIntervalsInRange()
1690 if (!hasInterval(Reg)) { in repairIntervalsInRange()
H A DRenameIndependentSubregs.cpp395 if (!LIS->hasInterval(Reg)) in runOnMachineFunction()
H A DStackSlotColoring.cpp167 if (!LS->hasInterval(FI)) in ScanForSpillSlotRefs()
H A DLiveRangeEdit.cpp419 if (LIS.hasInterval(Reg) && MRI.reg_nodbg_empty(Reg)) { in eliminateDeadDef()
H A DLiveDebugVariables.cpp825 if (!LIS->hasInterval(Reg)) { in handleDebugValue()
1048 if (!LIS.hasInterval(DstReg)) in addDefsFromCopies()
1124 if (LIS.hasInterval(LocMO.getReg())) { in computeIntervals()
H A DMachineVerifier.cpp2177 if (LiveStks && LiveStks->hasInterval(MO->getIndex()) && in visitMachineOperand()
2305 if (LiveInts->hasInterval(Reg)) { in checkLiveness()
2852 if (!LiveInts->hasInterval(Reg)) { in verifyLiveIntervals()
H A DMachineBasicBlock.cpp1189 if (PHISrcRegs.count(Reg) || !LIS->hasInterval(Reg)) in SplitCriticalEdge()
H A DInlineSpiller.cpp716 assert(LIS.hasInterval(Reg) && in reMaterializeAll()
H A DModuloSchedule.cpp339 if (!LIS.hasInterval(ToReg)) in replaceRegUsesAfterLoop()
H A DRegisterCoalescer.cpp3898 if (!LIS->hasInterval(reg)) in lateLiveIntervalUpdate()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DGCNPreRAOptimizations.cpp229 if (!LIS->hasInterval(Reg)) in runOnMachineFunction()
H A DGCNRegPressure.cpp31 if (!LIS.hasInterval(Reg)) in printLivesAt()
269 if (!LIS.hasInterval(Reg)) in getLiveRegs()
H A DGCNRegPressure.h227 if (!LIS.hasInterval(Reg)) in getLiveRegMap()
H A DGCNNSAReassign.cpp225 if (!LIS->hasInterval(Reg)) in CheckNSA()
H A DGCNSchedStrategy.cpp887 if (!DAG.LIS->hasInterval(Reg)) in collectRematerializableInstructions()
H A DSIRegisterInfo.cpp2971 if (!LIS->hasInterval(Reg)) in findReachingDef()