HomeSort by relevance Sort by last modified time
    Searched refs:FillerStart (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegisterCoalescer.cpp 510 SlotIndex FillerStart = ValLR->end, FillerEnd = BLR->start;
514 BValNo->def = FillerStart;
520 IntB.addRange(LiveRange(FillerStart, FillerEnd, BValNo));
529 SRLI.addRange(LiveRange(FillerStart, FillerEnd,
530 SRLI.getNextValue(FillerStart, 0,
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 541 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start;
545 BValNo->def = FillerStart;
550 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo));
559 S.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, SubBValNo));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
RegisterCoalescer.cpp 575 SlotIndex FillerStart = ValS->end, FillerEnd = BS->start;
579 BValNo->def = FillerStart;
584 IntB.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, BValNo));
600 S.addSegment(LiveInterval::Segment(FillerStart, FillerEnd, SubBValNo));
    [all...]

Completed in 156 milliseconds