Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h115 if (hasInterval(Reg)) in getInterval()
125 bool hasInterval(Register Reg) const { in hasInterval() function
132 assert(!hasInterval(Reg) && "Interval already exists!"); in createEmptyInterval()
H A DLiveStacks.h78 bool hasInterval(int Slot) const { return S2IMap.count(Slot); } in hasInterval() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNPreRAOptimizations.cpp153 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.cpp214 if (!LIS->hasInterval(Reg)) in CheckNSA()
H A DSIRegisterInfo.cpp2469 if (!LIS->hasInterval(Reg)) in findReachingDef()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocBase.cpp150 assert(LIS->hasInterval(Reg)); in allocatePhysRegs()
H A DRenameIndependentSubregs.cpp395 if (!LIS->hasInterval(Reg)) in runOnMachineFunction()
H A DLiveRangeEdit.cpp387 if (LIS.hasInterval(Reg) && MRI.reg_nodbg_empty(Reg)) { in eliminateDeadDef()
H A DStackSlotColoring.cpp169 if (!LS->hasInterval(FI)) in ScanForSpillSlotRefs()
H A DLiveIntervals.cpp166 if (hasInterval(Reg)) in print()
1558 if (Reg.isVirtual() && hasInterval(Reg) && !MO.isUndef()) { in handleMoveIntoNewBundle()
1690 !hasInterval(MOI->getReg())) { in repairIntervalsInRange()
H A DLiveDebugVariables.cpp832 if (!LIS->hasInterval(Reg)) { in handleDebugValue()
1055 if (!LIS.hasInterval(DstReg)) in addDefsFromCopies()
1131 if (LIS.hasInterval(LocMO.getReg())) { in computeIntervals()
H A DMachineVerifier.cpp2066 if (LiveStks && LiveStks->hasInterval(MO->getIndex()) && in visitMachineOperand()
2213 if (LiveInts->hasInterval(Reg)) { in checkLiveness()
2312 if (LiveInts->hasInterval(Reg)) { in checkLiveness()
2732 if (!LiveInts->hasInterval(Reg)) { in verifyLiveIntervals()
H A DMachineBasicBlock.cpp1189 if (PHISrcRegs.count(Reg) || !LIS->hasInterval(Reg)) in SplitCriticalEdge()
H A DInlineSpiller.cpp734 assert(LIS.hasInterval(Reg) && in reMaterializeAll()
H A DModuloSchedule.cpp345 if (!LIS.hasInterval(ToReg)) in replaceRegUsesAfterLoop()
H A DRegAllocGreedy.cpp1570 if (!LIS->hasInterval(Evictor)) in splitCanCauseEvictionChain()
H A DRegisterCoalescer.cpp3903 if (!LIS->hasInterval(reg)) in lateLiveIntervalUpdate()