Home
last modified time | relevance | path

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

/freebsd/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.cpp305 if (S.liveAt(SI)) { in getLiveLaneMask()
309 } else if (LI.liveAt(SI)) { in getLiveLaneMask()
458 if (!S.liveAt(SI)) { in advanceBeforeNext()
471 } else if (!LI.liveAt(SI)) { in advanceBeforeNext()
H A DSILowerWWMCopies.cpp84 return LR.liveAt(Idx); in isSCCLiveAtMI()
/freebsd/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.cpp1229 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.cpp623 if (S.liveAt(UseIdx)) in defFromParent()
1268 if (PSR.liveAt(LastUse)) in extendPHIRange()
1363 if (!Edit->getParent().liveAt(Idx.getPrevSlot())) in rewriteAssigned()
H A DRegisterPressure.cpp456 return LR.liveAt(Pos); in getLiveLanesAt()
1251 return LR.liveAt(Pos); in getLiveLanesAt()
H A DMachineBasicBlock.cpp1323 if (!LI.liveAt(PrevIndex)) in SplitCriticalEdge()
1326 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge()
H A DPHIElimination.cpp855 if (LI.liveAt(LIS->getMBBStartIdx(SI))) in isLiveOutPastPHIs()
H A DRegAllocGreedy.cpp1260 if (VirtReg.liveAt(LIS->getInstructionIndex(Instr).getRegSlot())) in trySplitAroundHintReg()
1398 if (S.liveAt(Use)) in readsLaneSubset()
H A DMachineVerifier.cpp2691 if (loads && !LI.liveAt(Idx.getRegSlot(true))) { in visitMachineOperand()
2695 if (stores && !LI.liveAt(Idx.getRegSlot())) { in visitMachineOperand()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DLiveIntervals.h257 return LR.liveAt(getMBBStartIdx(mbb)); in isLiveInToMBB()
261 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot()); in isLiveOutOfMBB()
H A DLiveInterval.h401 bool liveAt(SlotIndex index) const { in liveAt() function
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMemIntrinsicResults.cpp139 if (!FromLI->liveAt(FromIdx.getDeadSlot())) in replaceDominatedUses()
H A DWebAssemblyRegStackify.cpp599 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot()); in rematerializeCheapDef()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCVSXFMAMutate.cpp213 !LIS->getInterval(AddendSrcReg).liveAt(FMAIdx)) in processBlock()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp491 if (!Seg.start.isRegister() || !Range.liveAt(Seg.start.getPrevSlot())) in updateDeadsInRange()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInsertVSETVLI.cpp1151 if (!LI.liveAt(SI) && LI.containsOneValue()) in insertVSETVLI()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1209 CCLiveAtMI = CCLiveRange->liveAt(MISlot); in foldMemoryOperandImpl()