Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DIntervalPartition.cpp35 for (unsigned i = 0, e = Intervals.size(); i != e; ++i) in releaseMemory()
36 delete Intervals[i]; in releaseMemory()
38 Intervals.clear(); in releaseMemory()
43 for(unsigned i = 0, e = Intervals.size(); i != e; ++i) in print()
44 Intervals[i]->print(O); in print()
51 Intervals.push_back(I); in addIntervalToPartition()
86 for (unsigned i = 0, e = Intervals.size(); i != e; ++i) in runOnFunction()
87 updatePredecessors(Intervals[i]); in runOnFunction()
112 for (unsigned i = 0, e = Intervals.size(); i != e; ++i) in IntervalPartition()
113 updatePredecessors(Intervals[i]); in IntervalPartition()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DIntervalPartition.cpp28 for (unsigned i = 0, e = Intervals.size(); i != e; ++i) in releaseMemory()
29 delete Intervals[i]; in releaseMemory()
31 Intervals.clear(); in releaseMemory()
36 for(unsigned i = 0, e = Intervals.size(); i != e; ++i) in print()
37 Intervals[i]->print(O); in print()
45 Intervals.push_back(I); in addIntervalToPartition()
83 for (unsigned i = 0, e = Intervals.size(); i != e; ++i) in runOnFunction()
84 updatePredecessors(Intervals[i]); in runOnFunction()
111 for (unsigned i = 0, e = Intervals.size(); i != e; ++i) in IntervalPartition()
112 updatePredecessors(Intervals[i]); in IntervalPartition()
/external/llvm/lib/Analysis/
DIntervalPartition.cpp28 for (unsigned i = 0, e = Intervals.size(); i != e; ++i) in releaseMemory()
29 delete Intervals[i]; in releaseMemory()
31 Intervals.clear(); in releaseMemory()
36 for(unsigned i = 0, e = Intervals.size(); i != e; ++i) in print()
37 Intervals[i]->print(O); in print()
45 Intervals.push_back(I); in addIntervalToPartition()
82 for (unsigned i = 0, e = Intervals.size(); i != e; ++i) in runOnFunction()
83 updatePredecessors(Intervals[i]); in runOnFunction()
110 for (unsigned i = 0, e = Intervals.size(); i != e; ++i) in IntervalPartition()
111 updatePredecessors(Intervals[i]); in IntervalPartition()
/external/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp91 const SmallVectorImpl<LiveInterval*> &Intervals) const;
96 const SmallVectorImpl<LiveInterval*> &Intervals) const;
101 const SmallVectorImpl<LiveInterval*> &Intervals) const;
135 SmallVector<LiveInterval*, 4> Intervals; in INITIALIZE_PASS_DEPENDENCY() local
136 Intervals.push_back(&LI); in INITIALIZE_PASS_DEPENDENCY()
144 Intervals.push_back(&NewLI); in INITIALIZE_PASS_DEPENDENCY()
149 rewriteOperands(Classes, SubRangeInfos, Intervals); in INITIALIZE_PASS_DEPENDENCY()
150 distribute(Classes, SubRangeInfos, Intervals); in INITIALIZE_PASS_DEPENDENCY()
151 computeMainRangesFixFlags(Classes, SubRangeInfos, Intervals); in INITIALIZE_PASS_DEPENDENCY()
213 const SmallVectorImpl<LiveInterval*> &Intervals) const { in rewriteOperands()
[all …]
DStackColoring.cpp276 SmallVector<std::unique_ptr<LiveInterval>, 16> Intervals; member in __anon1f3233290111::StackColoring
418 for (unsigned I = 0, E = Intervals.size(); I != E; ++I) { in dumpIntervals()
420 DEBUG(Intervals[I]->dump()); in dumpIntervals()
747 VNInfo *ValNum = Intervals[i]->getValNumInfo(0); in calculateLiveIntervals()
752 Intervals[i]->addSegment(LiveInterval::Segment(S, F, ValNum)); in calculateLiveIntervals()
758 Intervals[i]->addSegment(LiveInterval::Segment(NewStart, F, ValNum)); in calculateLiveIntervals()
759 Intervals[i]->addSegment(LiveInterval::Segment(S, NewFin, ValNum)); in calculateLiveIntervals()
894 const LiveInterval *Interval = &*Intervals[FromSlot]; in remapInstructions()
946 if (Intervals[Slot]->empty()) in removeInvalidSlotRanges()
951 LiveInterval *Interval = &*Intervals[Slot]; in removeInvalidSlotRanges()
[all …]
DStackSlotColoring.cpp189 SmallVector<Pair *, 16> Intervals; in InitializeSlots() local
190 Intervals.reserve(LS->getNumIntervals()); in InitializeSlots()
192 Intervals.push_back(&I); in InitializeSlots()
193 std::sort(Intervals.begin(), Intervals.end(), in InitializeSlots()
198 for (auto *I : Intervals) { in InitializeSlots()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp91 const SmallVectorImpl<LiveInterval*> &Intervals) const;
96 const SmallVectorImpl<LiveInterval*> &Intervals) const;
101 const SmallVectorImpl<LiveInterval*> &Intervals) const;
135 SmallVector<LiveInterval*, 4> Intervals; in INITIALIZE_PASS_DEPENDENCY() local
136 Intervals.push_back(&LI); in INITIALIZE_PASS_DEPENDENCY()
144 Intervals.push_back(&NewLI); in INITIALIZE_PASS_DEPENDENCY()
149 rewriteOperands(Classes, SubRangeInfos, Intervals); in INITIALIZE_PASS_DEPENDENCY()
150 distribute(Classes, SubRangeInfos, Intervals); in INITIALIZE_PASS_DEPENDENCY()
151 computeMainRangesFixFlags(Classes, SubRangeInfos, Intervals); in INITIALIZE_PASS_DEPENDENCY()
213 const SmallVectorImpl<LiveInterval*> &Intervals) const { in rewriteOperands()
[all …]
DStackColoring.cpp414 SmallVector<std::unique_ptr<LiveInterval>, 16> Intervals; member in __anonc65c1c610111::StackColoring
560 for (unsigned I = 0, E = Intervals.size(); I != E; ++I) { in dumpIntervals()
562 Intervals[I]->dump(); in dumpIntervals()
853 VNInfo *VNI = Intervals[Slot]->getValNumInfo(0); in calculateLiveIntervals()
854 Intervals[Slot]->addSegment( in calculateLiveIntervals()
869 VNInfo *VNI = Intervals[i]->getValNumInfo(0); in calculateLiveIntervals()
870 Intervals[i]->addSegment(LiveInterval::Segment(Starts[i], EndIdx, VNI)); in calculateLiveIntervals()
1012 const LiveInterval *Interval = &*Intervals[FromSlot]; in remapInstructions()
1106 if (Intervals[Slot]->empty()) in removeInvalidSlotRanges()
1111 LiveInterval *Interval = &*Intervals[Slot]; in removeInvalidSlotRanges()
[all …]
DStackSlotColoring.cpp212 SmallVector<Pair *, 16> Intervals; in InitializeSlots() local
214 Intervals.reserve(LS->getNumIntervals()); in InitializeSlots()
216 Intervals.push_back(&I); in InitializeSlots()
217 llvm::sort(Intervals.begin(), Intervals.end(), in InitializeSlots()
222 for (auto *I : Intervals) { in InitializeSlots()
/external/llvm/test/Verifier/
Drange-1.ll85 ; CHECK: Intervals are overlapping
93 ; CHECK: Intervals are contiguous
101 ; CHECK: Intervals are not in order
109 ; CHECK: Intervals are contiguous
117 ; CHECK: Intervals are overlapping
125 ; CHECK: Intervals are overlapping
133 ; CHECK: Intervals are overlapping
141 ; CHECK: Intervals are contiguous
/external/swiftshader/third_party/llvm-7.0/llvm/test/Verifier/
Drange-1.ll85 ; CHECK: Intervals are overlapping
93 ; CHECK: Intervals are contiguous
101 ; CHECK: Intervals are not in order
109 ; CHECK: Intervals are contiguous
117 ; CHECK: Intervals are overlapping
125 ; CHECK: Intervals are overlapping
133 ; CHECK: Intervals are overlapping
141 ; CHECK: Intervals are contiguous
/external/mesa3d/src/mesa/program/
Dprog_optimize.c819 struct interval Intervals[REG_ALLOCATE_MAX_PROGRAM_TEMPS]; member
826 list->Intervals[list->Num++] = *inv; in append_interval()
836 while (i >= 0 && list->Intervals[i].End > inv->End) { in insert_interval_by_end()
837 list->Intervals[i + 1] = list->Intervals[i]; in insert_interval_by_end()
840 list->Intervals[i + 1] = *inv; in insert_interval_by_end()
847 assert(list->Intervals[i].End <= list->Intervals[i + 1].End); in insert_interval_by_end()
861 if (list->Intervals[k].Reg == inv->Reg) { in remove_interval()
863 assert(list->Intervals[k].Start == inv->Start); in remove_interval()
864 assert(list->Intervals[k].End == inv->End); in remove_interval()
866 list->Intervals[k] = list->Intervals[k + 1]; in remove_interval()
[all …]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineLoopRanges.cpp60 : Loop(loop), Intervals(alloc), Area(0) { in MachineLoopRange()
65 Intervals.insert(Range.first, Range.second, 1u); in MachineLoopRange()
73 Map::const_iterator I = Intervals.find(Start); in overlaps()
109 for (Map::const_iterator I = Intervals.begin(); I.valid(); ++I) in print()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIntervalPartition.h46 std::vector<Interval*> Intervals; variable
73 bool isDegeneratePartition() { return Intervals.size() == 1; } in isDegeneratePartition()
89 const std::vector<Interval*> &getIntervals() const { return Intervals; } in getIntervals()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DIntervalPartition.h49 std::vector<Interval *> Intervals; variable
75 bool isDegeneratePartition() { return Intervals.size() == 1; } in isDegeneratePartition()
91 const std::vector<Interval*> &getIntervals() const { return Intervals; } in getIntervals()
/external/llvm/include/llvm/Analysis/
DIntervalPartition.h46 std::vector<Interval*> Intervals; variable
73 bool isDegeneratePartition() { return Intervals.size() == 1; } in isDegeneratePartition()
89 const std::vector<Interval*> &getIntervals() const { return Intervals; } in getIntervals()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineLoopRanges.h43 Map Intervals; variable
68 const Map &getMap() { return Intervals; } in getMap()
/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp757 std::vector<double> Intervals(N + 1); in UpdateCorpusDistribution() local
759 std::iota(Intervals.begin(), Intervals.end(), 0); in UpdateCorpusDistribution()
762 Intervals.begin(), Intervals.end(), Weights.begin()); in UpdateCorpusDistribution()
/external/cldr/tools/java/org/unicode/cldr/util/data/
DPathHeader.txt106 … ; DateTime ; &calendar($1) ; &calField(Formats:Intervals:Fallback) ; Fall…
107 … ; Special ; Suppress ; &calendar($1) ; &calField(Formats:Intervals:Fallback)-Fallba…
109 …ference[@id="%A"] ; DateTime ; &calendar(gregorian) ; &calField(Formats:Intervals:time12) ; h$1/$2…
110 …ference[@id="%A"] ; DateTime ; &calendar(gregorian) ; &calField(Formats:Intervals:time24) ; H$1/$2…
112 …testDifference[@id="%A"] ; DateTime ; &calendar($1) ; &calField(Formats:Intervals:date) ; $2/$3 ; …
113 …nce[@id="%A"] ; Special ; Suppress ; &calendar($1) ; &calField(Formats:Intervals:date)-$2/$3 ; HI…
/external/webrtc/webrtc/base/
Dtimeutils_unittest.cc80 TEST(TimeTest, Intervals) { in TEST() argument
/external/skia/src/gpu/ops/
DGrDashOp.cpp1232 enum Intervals { in GR_DRAW_OP_TEST_DEFINE() enum
1238 Intervals intervalType = SkPaint::kRound_Cap == cap ? in GR_DRAW_OP_TEST_DEFINE()
1240 Intervals(random->nextULessThan(kCloseOpen_Intervals + 1)); in GR_DRAW_OP_TEST_DEFINE()
/external/skqp/src/gpu/ops/
DGrDashOp.cpp1218 enum Intervals { in GR_DRAW_OP_TEST_DEFINE() enum
1224 Intervals intervalType = SkPaint::kRound_Cap == cap ? in GR_DRAW_OP_TEST_DEFINE()
1226 Intervals(random->nextULessThan(kCloseOpen_Intervals + 1)); in GR_DRAW_OP_TEST_DEFINE()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCodeGenerator.rst1132 Live Intervals
1135 Live Intervals are the ranges (intervals) where a variable is *live*. They are
1179 Live Intervals Analysis argument
/external/llvm/docs/
DCodeGenerator.rst1132 Live Intervals
1135 Live Intervals are the ranges (intervals) where a variable is *live*. They are
1179 Live Intervals Analysis argument