Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp37 if (!S.liveAt(SI)) continue; in printLivesAt()
46 } else if (LI.liveAt(SI)) { in printLivesAt()
252 if (S.liveAt(SI)) { in getLiveLaneMask()
257 } else if (LI.liveAt(SI)) { in getLiveLaneMask()
370 if (!S.liveAt(SI)) { in advanceBeforeNext()
376 } else if (!LI.liveAt(SI)) { in advanceBeforeNext()
H A DSIFormMemoryClauses.cpp357 if (!LI.liveAt(ClauseLiveOutIdx)) { in runOnMachineFunction()
364 if (SR.liveAt(ClauseLiveInIdx) && !SR.liveAt(ClauseLiveOutIdx)) in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DVirtRegMap.cpp378 assert(LI.liveAt(BaseIndex) && in readsUndefSubreg()
385 if ((SR.LaneMask & UseMask).any() && SR.liveAt(BaseIndex)) in readsUndefSubreg()
513 if (UnitRange.liveAt(AfterMIDefs) && UnitRange.liveAt(BeforeMIUses)) in subRegLiveThrough()
H A DRegisterCoalescer.cpp1445 if (!SR.liveAt(DefIndex)) in reMaterializeTrivialDef()
1605 if (SR.liveAt(Idx)) in eliminateUndefCopy()
1608 } else if (SrcLI.liveAt(Idx)) in eliminateUndefCopy()
1666 if (SR.liveAt(UseIdx)) { in eliminateUndefCopy()
1672 isLive = DstLI.liveAt(UseIdx); in eliminateUndefCopy()
1701 if (S.liveAt(UseIdx)) { in addUndefFlag()
1757 Reads = DstInt->liveAt(LIS->getInstructionIndex(*UseMI)); in updateRegDefsUses()
1854 if (!S.liveAt(Pos) && (PrunedLanes & SubRegMask).any()) { in setUndefOnPrunedSubRegUses()
H A DRenameIndependentSubregs.cpp293 if (SR.liveAt(Pos)) in subRangeLiveAt()
H A DSplitKit.cpp618 if (S.liveAt(UseIdx)) in defFromParent()
1261 if (PSR.liveAt(LastUse)) in extendPHIRange()
1357 if (!Edit->getParent().liveAt(Idx)) in rewriteAssigned()
H A DPHIElimination.cpp728 if (LI.liveAt(LIS->getMBBStartIdx(SI))) in isLiveOutPastPHIs()
H A DRegisterPressure.cpp457 return LR.liveAt(Pos); in getLiveLanesAt()
1251 return LR.liveAt(Pos); in getLiveLanesAt()
H A DMachineBasicBlock.cpp1219 if (!LI.liveAt(PrevIndex)) in SplitCriticalEdge()
1222 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge()
H A DMachineVerifier.cpp2073 if (loads && !LI.liveAt(Idx.getRegSlot(true))) { in visitMachineOperand()
2077 if (stores && !LI.liveAt(Idx.getRegSlot())) { in visitMachineOperand()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h247 return LR.liveAt(getMBBStartIdx(mbb)); in isLiveInToMBB()
252 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot()); in isLiveOutOfMBB()
H A DLiveInterval.h393 bool liveAt(SlotIndex index) const { in liveAt() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMemIntrinsicResults.cpp140 if (!FromLI->liveAt(FromIdx.getDeadSlot())) in replaceDominatedUses()
H A DWebAssemblyRegStackify.cpp584 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot()); in rematerializeCheapDef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp213 !LIS->getInterval(AddendSrcReg).liveAt(FMAIdx)) in processBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp489 if (!Seg.start.isRegister() || !Range.liveAt(Seg.start.getPrevSlot())) in updateDeadsInRange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1012 CCLiveAtMI = CCLiveRange->liveAt(MISlot); in foldMemoryOperandImpl()