Home
last modified time | relevance | path

Searched refs:liveAt (Results 1 – 20 of 20) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIFormMemoryClauses.cpp355 if (!LI.liveAt(ClauseLiveOutIdx)) { in runOnMachineFunction()
362 if (SR.liveAt(ClauseLiveInIdx) && !SR.liveAt(ClauseLiveOutIdx)) in runOnMachineFunction()
H A DGCNRegPressure.cpp217 if (S.liveAt(SI)) { in getLiveLaneMask()
221 } else if (LI.liveAt(SI)) { in getLiveLaneMask()
370 if (!S.liveAt(SI)) { in advanceBeforeNext()
383 } else if (!LI.liveAt(SI)) { in advanceBeforeNext()
H A DSILowerWWMCopies.cpp84 return LR.liveAt(Idx); in isSCCLiveAtMI()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DVirtRegMap.cpp394 assert(LI.liveAt(BaseIndex) && in readsUndefSubreg()
401 if ((SR.LaneMask & UseMask).any() && SR.liveAt(BaseIndex)) in readsUndefSubreg()
529 if (UnitRange.liveAt(AfterMIDefs) && UnitRange.liveAt(BeforeMIUses)) in subRegLiveThrough()
H A DRegisterCoalescer.cpp1228 if (!IntB.liveAt(UseIdx)) in removePartialRedundancy()
1525 if (!SR.liveAt(DefIndex)) in reMaterializeTrivialDef()
1694 if (SR.liveAt(Idx)) in eliminateUndefCopy()
1697 } else if (SrcLI.liveAt(Idx)) in eliminateUndefCopy()
1710 if (((V && V->isPHIDef()) || (!V && !DstLI.liveAt(Idx)))) { in eliminateUndefCopy()
1764 if (SR.liveAt(UseIdx)) { in eliminateUndefCopy()
1770 isLive = DstLI.liveAt(UseIdx); in eliminateUndefCopy()
1799 if (S.liveAt(UseIdx)) { in addUndefFlag()
1855 Reads = DstInt->liveAt(LIS->getInstructionIndex(*UseMI)); in updateRegDefsUses()
1952 if (!S.liveAt(Pos) && (PrunedLanes & SubRegMask).any()) { in setUndefOnPrunedSubRegUses()
H A DRenameIndependentSubregs.cpp293 if (SR.liveAt(Pos)) in subRangeLiveAt()
H A DLiveRangeEdit.cpp146 if (!SR.liveAt(UseIdx)) in allUsesAvailableAt()
H A DSplitKit.cpp624 if (S.liveAt(UseIdx)) in defFromParent()
1269 if (PSR.liveAt(LastUse)) in extendPHIRange()
1364 if (!Edit->getParent().liveAt(Idx.getPrevSlot())) in rewriteAssigned()
H A DRegisterPressure.cpp456 return LR.liveAt(Pos); in getLiveLanesAt()
1248 return LR.liveAt(Pos); in getLiveLanesAt()
H A DPHIElimination.cpp777 if (LI.liveAt(LIS->getMBBStartIdx(SI))) in isLiveOutPastPHIs()
H A DMachineBasicBlock.cpp1299 if (!LI.liveAt(PrevIndex)) in SplitCriticalEdge()
1302 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge()
H A DRegAllocGreedy.cpp1262 if (VirtReg.liveAt(LIS->getInstructionIndex(Instr).getRegSlot())) in trySplitAroundHintReg()
1400 if (S.liveAt(Use)) in readsLaneSubset()
H A DMachineVerifier.cpp2405 if (loads && !LI.liveAt(Idx.getRegSlot(true))) { in visitMachineOperand()
2409 if (stores && !LI.liveAt(Idx.getRegSlot())) { in visitMachineOperand()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h248 return LR.liveAt(getMBBStartIdx(mbb)); in isLiveInToMBB()
253 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot()); in isLiveOutOfMBB()
H A DLiveInterval.h401 bool liveAt(SlotIndex index) const { in liveAt() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMemIntrinsicResults.cpp139 if (!FromLI->liveAt(FromIdx.getDeadSlot())) in replaceDominatedUses()
H A DWebAssemblyRegStackify.cpp596 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot()); in rematerializeCheapDef()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp213 !LIS->getInterval(AddendSrcReg).liveAt(FMAIdx)) in processBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp491 if (!Seg.start.isRegister() || !Range.liveAt(Seg.start.getPrevSlot())) in updateDeadsInRange()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1038 CCLiveAtMI = CCLiveRange->liveAt(MISlot); in foldMemoryOperandImpl()