/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveIntervalUnion.h | 62 LiveSegments Segments; // union of virtual reg segments variable 65 explicit LiveIntervalUnion(Allocator &a) : Segments(a) {} in LiveIntervalUnion() 69 SegmentIter begin() { return Segments.begin(); } in begin() 70 SegmentIter end() { return Segments.end(); } in end() 71 SegmentIter find(SlotIndex x) { return Segments.find(x); } in find() 72 ConstSegmentIter begin() const { return Segments.begin(); } in begin() 73 ConstSegmentIter end() const { return Segments.end(); } in end() 74 ConstSegmentIter find(SlotIndex x) const { return Segments.find(x); } in find() 76 bool empty() const { return Segments.empty(); } in empty() 77 SlotIndex startIndex() const { return Segments.start(); } in startIndex() [all …]
|
D | LiveInterval.h | 199 using Segments = SmallVector<Segment, 2>; variable 202 Segments segments; // the liveness segments 211 using iterator = Segments::iterator; 212 using const_iterator = Segments::const_iterator;
|
D | LiveIntervals.h | 475 void extendSegmentsToUses(LiveRange &Segments,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/ |
D | CoverageMapping.cpp | 368 std::vector<CoverageSegment> &Segments; member in __anon795d4b670311::SegmentBuilder 371 SegmentBuilder(std::vector<CoverageSegment> &Segments) : Segments(Segments) {} in SegmentBuilder() argument 383 if (!Segments.empty() && !IsRegionEntry && !EmitSkippedRegion) { in startSegment() 384 const auto &Last = Segments.back(); in startSegment() 391 Segments.emplace_back(StartLoc.first, StartLoc.second, in startSegment() 395 Segments.emplace_back(StartLoc.first, StartLoc.second, IsRegionEntry); in startSegment() 398 const auto &Last = Segments.back(); in startSegment() 568 std::vector<CoverageSegment> Segments; in buildSegments() local 569 SegmentBuilder Builder(Segments); in buildSegments() 585 for (unsigned I = 1, E = Segments.size(); I < E; ++I) { in buildSegments() [all …]
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
D | import.go | 162 Segments []segment `json:"segments"` 188 for sIdx := 0; sIdx+1 < len(f.Segments); sIdx++ { 189 start := Location{(int)(f.Segments[sIdx][0].(float64)), (int)(f.Segments[sIdx][1].(float64))} 190 end := Location{(int)(f.Segments[sIdx+1][0].(float64)), (int)(f.Segments[sIdx+1][1].(float64))} 191 if covered := f.Segments[sIdx][2].(float64) != 0; covered {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | LiveIntervalUnion.cpp | 37 SegmentIter SegPos = Segments.find(RegPos->start); in unify() 64 SegmentIter SegPos = Segments.find(RegPos->start); in extract() 87 for (LiveSegments::const_iterator SI = Segments.begin(); SI.valid(); ++SI) { in print() 97 for (SegmentIter SI = Segments.begin(); SI.valid(); ++SI) in verify()
|
D | LiveIntervals.cpp | 365 void LiveIntervals::extendSegmentsToUses(LiveRange &Segments, in extendSegmentsToUses() argument 398 if (VNInfo *ExtVNI = Segments.extendInBlock(BlockStart, Idx)) { in extendSegmentsToUses() 419 Segments.addSegment(LiveRange::Segment(BlockStart, Idx, VNI)); in extendSegmentsToUses()
|
D | LiveInterval.cpp | 284 LiveRange::Segments>; 293 LiveRange::Segments &segmentsColl() { return LR->segments; } in segmentsColl()
|
/third_party/boost/boost/fusion/support/detail/ |
D | segmented_fold_until_impl.hpp | 110 template <typename Segments, typename State, typename Context, typename Fun> 376 template <typename Segments, typename State, typename Context, typename Fun> 381 typename result_of::begin<Segments>::type 382 , typename result_of::end<Segments>::type 393 … static type call(Segments& segs, State const& state, Context const& context, Fun const& fun) in call()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/ |
D | CoverageMapping.h | 482 std::vector<CoverageSegment> Segments; variable 496 return Segments.begin(); in begin() 500 return Segments.end(); in end() 503 bool empty() const { return Segments.empty(); } in empty() 642 Line(Line), Segments(), Stats() { in LineCoverageIterator() 669 SmallVector<const CoverageSegment *, 4> Segments; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLinkGeneric.cpp | 190 JITLinkMemoryManager::SegmentsRequestMap Segments; in allocateSegments() local 214 Segments[Prot] = {SegAlign, SegContentSize, in allocateSegments() 227 if (auto AllocOrErr = Ctx->getMemoryManager().allocate(Segments)) in allocateSegments()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIATable.cpp | 40 return PDB_TableType::Segments; in getTableType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | WasmEmitter.cpp | 450 encodeULEB128(Section.Segments.size(), OS); in writeSectionContent() 451 for (auto &Segment : Section.Segments) { in writeSectionContent() 491 encodeULEB128(Section.Segments.size(), OS); in writeSectionContent() 492 for (auto &Segment : Section.Segments) { in writeSectionContent()
|
D | WasmYAML.cpp | 143 IO.mapOptional("Segments", Section.Segments); in sectionMapping() 153 IO.mapRequired("Segments", Section.Segments); in sectionMapping()
|
/third_party/curl/packages/TPF/ |
D | curl.mak | 50 # Segments to be compiled with gcc compiler
|
/third_party/elfio/elfio/ |
D | elfio.hpp | 928 friend class Segments; 929 class Segments class in ELFIO::elfio 933 Segments( elfio* parent ) : parent( parent ) {} in Segments() function in ELFIO::elfio::Segments
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | WasmYAML.h | 359 std::vector<ElemSegment> Segments; member 379 std::vector<DataSegment> Segments; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 90 Segments, enumerator
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_shader_noperspective_interpolation.txt | 205 System Specification, section 13.4 "Line Segments".
|
/third_party/openGLES/extensions/NV/ |
D | NV_shader_noperspective_interpolation.txt | 205 System Specification, section 13.4 "Line Segments".
|
/third_party/boost/libs/locale/doc/ |
D | boundary_analysys.txt | 70 \section boundary_analysys_segments Iterating Over Segments 260 \subsection boundary_analysys_segments_search Locating Segments
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_fixed_point.txt | 270 Section 3.4 Line Segments
|
/third_party/openGLES/extensions/OES/ |
D | OES_fixed_point.txt | 280 Section 3.4 Line Segments
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_clip_cull_distance.txt | 212 algorithms described in sections 13.6 (Line Segments) and 13.7
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_clip_cull_distance.txt | 212 algorithms described in sections 13.6 (Line Segments) and 13.7
|