Home
last modified time | relevance | path

Searched refs:getLiveRange (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp42 if (Item->getLiveRange().overlapsInst(FirstDef->getNumber(), UseTrimmed)) in overlapsDefs()
45 if (Item->getLiveRange().overlapsInst(Def->getNumber(), UseTrimmed)) in overlapsDefs()
61 << " LIVE=" << Var->getLiveRange() << " Defs="; in dumpDisableOverlap()
83 Str << " Range=" << Var->getLiveRange(); in dumpLiveRange()
129 if (Var->getLiveRange().isEmpty()) in initForGlobal()
364 InstNumberT Lstart = L->getLiveRange().getStart(); in init()
365 InstNumberT Rstart = R->getLiveRange().getStart(); in init()
401 assert(!Iter.Cur->getLiveRange().isEmpty()); in addSpillFill()
402 InstNumberT Start = Iter.Cur->getLiveRange().getStart(); in addSpillFill()
403 InstNumberT End = Iter.Cur->getLiveRange().getEnd(); in addSpillFill()
[all …]
DIceTargetLowering.cpp589 if (Var->getLiveRange().getNumSegments() > 1) in postRegallocSplitting()
608 for (auto &Segment : Var->getLiveRange().getSegments()) { in postRegallocSplitting()
611 auto *Node = Var->getLiveRange().getNodeForSegment(Segment.first); in postRegallocSplitting()
666 assert(ExtraVar->getLiveRange().getSegments().size() == 1); in postRegallocSplitting()
667 auto Segment = ExtraVar->getLiveRange().getSegments()[0]; in postRegallocSplitting()
670 Info.Replacing->getLiveRange().getNodeForSegment(Segment.first); in postRegallocSplitting()
DIceCfg.cpp375 Var->getLiveRange().reset(); in advancedPhiLowering()
1663 if (!Dest->getLiveRange().containsValue(InstNumber, IsDest)) in validateLiveness()
1672 Dest->getLiveRange().containsValue(InstNumber - 1, IsDest)) in validateLiveness()
1678 Str << " live range " << Dest->getLiveRange() << "\n"; in validateLiveness()
1685 !Var->getLiveRange().containsValue(InstNumber, IsDest)) { in validateLiveness()
1689 Str << " live range " << Var->getLiveRange() << "\n"; in validateLiveness()
1887 Str << " LIVE=" << Var->getLiveRange() << "\n"; in dump()
DIceOperand.h787 LiveRange &getLiveRange() { return Live; } in getLiveRange() function
788 const LiveRange &getLiveRange() const { return Live; } in getLiveRange() function
/external/llvm/lib/CodeGen/
DSafeStackColoring.h112 const LiveRange &getLiveRange(AllocaInst *AI);
DSafeStackColoring.cpp27 const StackColoring::LiveRange &StackColoring::getLiveRange(AllocaInst *AI) { in getLiveRange() function in StackColoring
DRegisterPressure.cpp194 static const LiveRange *getLiveRange(const LiveIntervals &LIS, unsigned Reg) { in getLiveRange() function
544 const LiveRange *LR = getLiveRange(LIS, Reg); in detectDeadDefs()
DSafeStack.cpp558 SSL.addObject(AI, Size, Align, SSC.getLiveRange(AI)); in moveStaticAllocasToUnsafeStack()