Searched refs:overlapsFrom (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | LiveInterval.h | 444 return overlapsFrom(other, other.begin()); 454 bool overlapsFrom(const LiveInterval& other, const_iterator I) const;
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocLinearScan.cpp | 865 if (!cur->overlapsFrom(*i->first, i->second)) in findIntervalsToSpill() 880 if (!cur->overlapsFrom(*i->first, i->second-1)) in findIntervalsToSpill() 1029 cur->overlapsFrom(*i->first, i->second-1)) { in assignRegOrStackSlotAtInterval() 1063 if (cur->overlapsFrom(*I, II)) { in assignRegOrStackSlotAtInterval() 1088 if (cur->overlapsFrom(*I, II)) { in assignRegOrStackSlotAtInterval()
|
D | LiveInterval.cpp | 84 bool LiveInterval::overlapsFrom(const LiveInterval& other, in overlapsFrom() function in LiveInterval
|
/external/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 423 return overlapsFrom(other, other.begin()); in overlaps() 441 bool overlapsFrom(const LiveRange &Other, const_iterator I) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 439 return overlapsFrom(other, other.begin()); in overlaps() 457 bool overlapsFrom(const LiveRange &Other, const_iterator StartPos) const;
|
/external/llvm/lib/CodeGen/ |
D | LiveInterval.cpp | 350 bool LiveRange::overlapsFrom(const LiveRange& other, in overlapsFrom() function in LiveRange
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | LiveInterval.cpp | 407 bool LiveRange::overlapsFrom(const LiveRange& other, in overlapsFrom() function in LiveRange
|