/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFormMemoryClauses.cpp | 355 if (!LI.liveAt(ClauseLiveOutIdx)) { in runOnMachineFunction() 362 if (SR.liveAt(ClauseLiveInIdx) && !SR.liveAt(ClauseLiveOutIdx)) in runOnMachineFunction()
|
H A D | GCNRegPressure.cpp | 305 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 D | SILowerWWMCopies.cpp | 84 return LR.liveAt(Idx); in isSCCLiveAtMI()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | VirtRegMap.cpp | 394 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 D | RegisterCoalescer.cpp | 1229 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 D | RenameIndependentSubregs.cpp | 293 if (SR.liveAt(Pos)) in subRangeLiveAt()
|
H A D | LiveRangeEdit.cpp | 146 if (!SR.liveAt(UseIdx)) in allUsesAvailableAt()
|
H A D | SplitKit.cpp | 623 if (S.liveAt(UseIdx)) in defFromParent() 1268 if (PSR.liveAt(LastUse)) in extendPHIRange() 1363 if (!Edit->getParent().liveAt(Idx.getPrevSlot())) in rewriteAssigned()
|
H A D | RegisterPressure.cpp | 456 return LR.liveAt(Pos); in getLiveLanesAt() 1251 return LR.liveAt(Pos); in getLiveLanesAt()
|
H A D | MachineBasicBlock.cpp | 1323 if (!LI.liveAt(PrevIndex)) in SplitCriticalEdge() 1326 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge()
|
H A D | PHIElimination.cpp | 855 if (LI.liveAt(LIS->getMBBStartIdx(SI))) in isLiveOutPastPHIs()
|
H A D | RegAllocGreedy.cpp | 1260 if (VirtReg.liveAt(LIS->getInstructionIndex(Instr).getRegSlot())) in trySplitAroundHintReg() 1398 if (S.liveAt(Use)) in readsLaneSubset()
|
H A D | MachineVerifier.cpp | 2691 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 D | LiveIntervals.h | 257 return LR.liveAt(getMBBStartIdx(mbb)); in isLiveInToMBB() 261 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot()); in isLiveOutOfMBB()
|
H A D | LiveInterval.h | 401 bool liveAt(SlotIndex index) const { in liveAt() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyMemIntrinsicResults.cpp | 139 if (!FromLI->liveAt(FromIdx.getDeadSlot())) in replaceDominatedUses()
|
H A D | WebAssemblyRegStackify.cpp | 599 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot()); in rematerializeCheapDef()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXFMAMutate.cpp | 213 !LIS->getInterval(AddendSrcReg).liveAt(FMAIdx)) in processBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 491 if (!Seg.start.isRegister() || !Range.liveAt(Seg.start.getPrevSlot())) in updateDeadsInRange()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertVSETVLI.cpp | 1151 if (!LI.liveAt(SI) && LI.containsOneValue()) in insertVSETVLI()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.cpp | 1209 CCLiveAtMI = CCLiveRange->liveAt(MISlot); in foldMemoryOperandImpl()
|