Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp50 if (!S.liveAt(SI)) continue; in printLivesAt()
59 } else if (LI.liveAt(SI)) { in printLivesAt()
264 if (S.liveAt(SI)) { in getLiveLaneMask()
269 } else if (LI.liveAt(SI)) { in getLiveLaneMask()
382 if (!S.liveAt(SI)) { in advanceBeforeNext()
388 } else if (!LI.liveAt(SI)) { in advanceBeforeNext()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DVirtRegMap.cpp361 assert(LI.liveAt(BaseIndex) && in readsUndefSubreg()
368 if ((SR.LaneMask & UseMask).any() && SR.liveAt(BaseIndex)) in readsUndefSubreg()
487 if (UnitRange.liveAt(AfterMIDefs) && UnitRange.liveAt(BeforeMIUses)) in subRegLiveThrough()
DRegisterCoalescer.cpp1419 if (!SR.liveAt(DefIndex)) in reMaterializeTrivialDef()
1567 if (SR.liveAt(Idx)) in eliminateUndefCopy()
1570 } else if (SrcLI.liveAt(Idx)) in eliminateUndefCopy()
1628 if (SR.liveAt(UseIdx)) { in eliminateUndefCopy()
1634 isLive = DstLI.liveAt(UseIdx); in eliminateUndefCopy()
1663 if (S.liveAt(UseIdx)) { in addUndefFlag()
1719 Reads = DstInt->liveAt(LIS->getInstructionIndex(*UseMI)); in updateRegDefsUses()
DRenameIndependentSubregs.cpp293 if (SR.liveAt(Pos)) in subRangeLiveAt()
DPHIElimination.cpp663 if (LI.liveAt(LIS->getMBBStartIdx(SI))) in isLiveOutPastPHIs()
DMachineBasicBlock.cpp1053 if (!LI.liveAt(PrevIndex)) in SplitCriticalEdge()
1056 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge()
DRegisterPressure.cpp456 return LR.liveAt(Pos); in getLiveLanesAt()
1249 return LR.liveAt(Pos); in getLiveLanesAt()
DSplitKit.cpp1254 if (PSR.liveAt(LastUse)) in extendPHIRange()
1352 if (!Edit->getParent().liveAt(Idx)) in rewriteAssigned()
DMachineVerifier.cpp1853 if (loads && !LI.liveAt(Idx.getRegSlot(true))) { in visitMachineOperand()
1857 if (stores && !LI.liveAt(Idx.getRegSlot())) { in visitMachineOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveIntervals.h247 return LR.liveAt(getMBBStartIdx(mbb)); in isLiveInToMBB()
252 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot()); in isLiveOutOfMBB()
DLiveInterval.h392 bool liveAt(SlotIndex index) const { in liveAt() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyMemIntrinsicResults.cpp140 if (!FromLI->liveAt(FromIdx.getDeadSlot())) in replaceDominatedUses()
DWebAssemblyRegStackify.cpp554 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot()); in rematerializeCheapDef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCVSXFMAMutate.cpp213 !LIS->getInterval(AddendSrcReg).liveAt(FMAIdx)) in processBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp488 if (!Seg.start.isRegister() || !Range.liveAt(Seg.start.getPrevSlot())) in updateDeadsInRange()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp1024 if (!CCLiveRange.liveAt(MISlot)) { in foldMemoryOperandImpl()