Home
last modified time | relevance | path

Searched refs:getLiveRange (Results 1 – 12 of 12) 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.cpp545 if (Var->getLiveRange().getNumSegments() > 1) in postRegallocSplitting()
564 for (auto &Segment : Var->getLiveRange().getSegments()) { in postRegallocSplitting()
567 auto *Node = Var->getLiveRange().getNodeForSegment(Segment.first); in postRegallocSplitting()
622 assert(ExtraVar->getLiveRange().getSegments().size() == 1); in postRegallocSplitting()
623 auto Segment = ExtraVar->getLiveRange().getSegments()[0]; in postRegallocSplitting()
626 Info.Replacing->getLiveRange().getNodeForSegment(Segment.first); in postRegallocSplitting()
DIceCfg.cpp324 Var->getLiveRange().reset(); in advancedPhiLowering()
1556 if (!Dest->getLiveRange().containsValue(InstNumber, IsDest)) in validateLiveness()
1565 Dest->getLiveRange().containsValue(InstNumber - 1, IsDest)) in validateLiveness()
1571 Str << " live range " << Dest->getLiveRange() << "\n"; in validateLiveness()
1578 !Var->getLiveRange().containsValue(InstNumber, IsDest)) { in validateLiveness()
1582 Str << " live range " << Var->getLiveRange() << "\n"; in validateLiveness()
1766 Str << " LIVE=" << Var->getLiveRange() << "\n"; in dump()
DIceOperand.h773 LiveRange &getLiveRange() { return Live; } in getLiveRange() function
774 const LiveRange &getLiveRange() const { return Live; } in getLiveRange() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.h127 const LiveRange &getLiveRange(AllocaInst *AI);
DSafeStackColoring.cpp41 const StackColoring::LiveRange &StackColoring::getLiveRange(AllocaInst *AI) { in getLiveRange() function in StackColoring
DRegisterPressure.cpp237 static const LiveRange *getLiveRange(const LiveIntervals &LIS, unsigned Reg) { in getLiveRange() function
584 const LiveRange *LR = getLiveRange(LIS, Reg); in detectDeadDefs()
DSafeStack.cpp532 SSL.addObject(AI, Size, Align, SSC.getLiveRange(AI)); in moveStaticAllocasToUnsafeStack()
/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()