Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h223 return LR.liveAt(getMBBStartIdx(mbb)); in isLiveInToMBB()
228 return LR.liveAt(getMBBEndIdx(mbb).getPrevSlot()); in isLiveOutOfMBB()
DLiveInterval.h373 bool liveAt(SlotIndex index) const { in liveAt() function
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DLiveIntervalAnalysis.h216 return li.liveAt(getMBBStartIdx(mbb)); in isLiveInToMBB()
226 return li.liveAt(getMBBEndIdx(mbb).getPrevSlot()); in isLiveOutOfMBB()
DLiveInterval.h375 bool liveAt(SlotIndex index) const {
/external/llvm/lib/CodeGen/
DVirtRegMap.cpp338 assert(LI.liveAt(BaseIndex) && in readsUndefSubreg()
344 if ((SR.LaneMask & UseMask) != 0 && SR.liveAt(BaseIndex)) in readsUndefSubreg()
DRegisterCoalescer.cpp1059 if (!SR.liveAt(DefIndex)) in reMaterializeTrivialDef()
1158 if (SR.liveAt(Idx)) in eliminateUndefCopy()
1161 } else if (SrcLI.liveAt(Idx)) in eliminateUndefCopy()
1201 if (SR.liveAt(UseIdx)) { in eliminateUndefCopy()
1207 isLive = DstLI.liveAt(UseIdx); in eliminateUndefCopy()
1225 if (S.liveAt(UseIdx)) { in addUndefFlag()
1282 Reads = DstInt->liveAt(LIS->getInstructionIndex(*UseMI)); in updateRegDefsUses()
DRenameIndependentSubregs.cpp281 if (SR.liveAt(Pos)) in subRangeLiveAt()
DMachineBasicBlock.cpp904 if (!LI.liveAt(PrevIndex)) in SplitCriticalEdge()
907 bool isLiveOut = LI.liveAt(LIS->getMBBStartIdx(Succ)); in SplitCriticalEdge()
DPHIElimination.cpp646 if (LI.liveAt(LIS->getMBBStartIdx(SI))) in isLiveOutPastPHIs()
DRegisterPressure.cpp416 return LR.liveAt(Pos); in getLiveLanesAt()
1207 return LR.liveAt(Pos); in getLiveLanesAt()
DSplitKit.cpp1053 if (Edit->getParent().liveAt(LastUse)) { in extendPHIKillRanges()
1101 if (!Edit->getParent().liveAt(Idx)) in rewriteAssigned()
DMachineVerifier.cpp1094 if (loads && !LI.liveAt(Idx.getRegSlot(true))) { in visitMachineOperand()
1098 if (stores && !LI.liveAt(Idx.getRegSlot())) { in visitMachineOperand()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DStrongPHIElimination.cpp381 if (SrcLI.liveAt(LI->getMBBStartIdx(*SI))) { in runOnMachineFunction()
575 && LI->getInterval(NewParent).liveAt(LI->getInstructionIndex(*BBI))) { in SplitInterferencesForBasicBlock()
736 if (SrcLI.liveAt(MBBStartIndex) && SrcLI.expiredAt(NextInstrIndex)) in InsertCopiesForPHI()
DMachineVerifier.cpp665 if (!LI.liveAt(UseIdx)) { in visitMachineOperand()
803 if (MCID.mayLoad() && !LI.liveAt(Idx.getUseIndex())) { in visitMachineOperand()
807 if (MCID.mayStore() && !LI.liveAt(Idx.getDefIndex())) { in visitMachineOperand()
DRegisterCoalescer.cpp879 if (SrcInt->liveAt(Idx)) in eliminateUndefCopy()
882 if (DstInt->liveAt(Idx)) in eliminateUndefCopy()
903 if (DstInt->liveAt(Idx)) in eliminateUndefCopy()
1955 if (LIS->hasInterval(S) && LIS->getInterval(S).liveAt(DefIdx)) in runOnMachineFunction()
DSplitKit.cpp932 if (Edit->getParent().liveAt(LastUse)) { in extendPHIKillRanges()
981 if (!Edit->getParent().liveAt(Idx)) in rewriteAssigned()
DRenderMachineFunction.cpp579 if (li->liveAt(i)) { in getLiveStateAt()
DLiveIntervalAnalysis.cpp2091 if (pli.liveAt(Index)) in getNumConflictsWithPhysReg()
2142 if (!pli.liveAt(Index)) in spillPhysRegAroundRegDefsUses()
DRegAllocLinearScan.cpp832 if (cur->liveAt(li_->getInstructionIndex(MI))) { in getConflictWeight()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyStoreResults.cpp133 if (!FromLI->liveAt(FromIdx.getDeadSlot())) in ReplaceDominatedUses()
DWebAssemblyRegStackify.cpp500 IsDead = !LI.liveAt(LIS.getInstructionIndex(Def).getDeadSlot()); in RematerializeCheapDef()
/external/llvm/lib/Target/PowerPC/
DPPCVSXFMAMutate.cpp212 !LIS->getInterval(AddendSrcReg).liveAt(FMAIdx)) in processBlock()
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp509 if (!Seg.start.isRegister() || !Range.liveAt(Seg.start.getPrevSlot())) in updateDeadsInRange()
/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp894 if (!CCLiveRange.liveAt(MISlot)) { in foldMemoryOperandImpl()