Home
last modified time | relevance | path

Searched refs:subranges (Results 1 – 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp161 for (LiveInterval::SubRange &SR : LI.subranges()) { in findComponents()
292 for (const LiveInterval::SubRange &SR : LI.subranges()) { in subRangeLiveAt()
314 for (const LiveInterval::SubRange &SR : LI.subranges()) { in computeMainRangesFixFlags()
337 for (LiveInterval::SubRange &SR : LI.subranges()) { in computeMainRangesFixFlags()
DRegisterCoalescer.cpp670 for (LiveInterval::SubRange &S : IntB.subranges()) { in adjustCopiesBackFrom()
700 for (LiveInterval::SubRange &S : IntA.subranges()) { in adjustCopiesBackFrom()
930 for (LiveInterval::SubRange &S : IntB.subranges()) { in removeCopyByCommutingDef()
957 for (LiveInterval::SubRange &SA : IntA.subranges()) { in removeCopyByCommutingDef()
986 for (LiveInterval::SubRange &SB : IntB.subranges()) { in removeCopyByCommutingDef()
1158 for (LiveInterval::SubRange &SR : IntB.subranges()) in removePartialRedundancy()
1187 for (LiveInterval::SubRange &SR : IntB.subranges()) { in removePartialRedundancy()
1385 for (LiveInterval::SubRange &SR : DstInt.subranges()) { in reMaterializeTrivialDef()
1418 for (LiveInterval::SubRange &SR : DstInt.subranges()) { in reMaterializeTrivialDef()
1442 for (LiveInterval::SubRange &SR : DstInt.subranges()) { in reMaterializeTrivialDef()
[all …]
DLiveRangeEdit.cpp48 for (LiveInterval::SubRange &S : OldLI.subranges()) in createEmptyIntervalFrom()
252 for (const LiveInterval::SubRange &S : LI.subranges()) { in useIsKill()
DLiveIntervals.cpp377 for (const LiveInterval::SubRange &SR : I.subranges()) { in extendSegmentsToUses()
454 for (LiveInterval::SubRange &S : li->subranges()) { in shrinkToUses()
722 for (const LiveInterval::SubRange &SR : LI.subranges()) { in addKillFlags()
1009 for (LiveInterval::SubRange &S : LI.subranges()) { in updateAllRanges()
1630 for (LiveInterval::SubRange &S : LI.subranges()) in repairIntervalsInRange()
1655 for (LiveInterval::SubRange &S : LI.subranges()) { in removeVRegDefAt()
DLiveRegMatrix.cpp87 for (LiveInterval::SubRange &S : VRegInterval.subranges()) { in foreachUnit()
DVirtRegMap.cpp277 for (const LiveInterval::SubRange &SR : LI.subranges()) { in addLiveInsForSubRanges()
367 for (const LiveInterval::SubRange &SR : LI.subranges()) { in readsUndefSubreg()
DSplitKit.cpp409 for (LiveInterval::SubRange &S : LI.subranges()) in getSubRangeForMask()
426 for (LiveInterval::SubRange &S : LI.subranges()) { in addDeadDef()
450 for (LiveInterval::SubRange &S : LI.subranges()) in addDeadDef()
659 for (LiveInterval::SubRange &S : LI->subranges()) in defFromParent()
1282 for (LiveInterval::SubRange &PS : ParentLI.subranges()) { in extendPHIKillRanges()
1379 for (LiveInterval::SubRange &S : LI.subranges()) { in rewriteAssigned()
DLiveInterval.cpp936 for (SubRange &SR : subranges()) { in refineSubRanges()
1049 for (const SubRange &SR : subranges()) in print()
1092 for (const SubRange &SR : subranges()) { in verify()
1394 for (LiveInterval::SubRange &SR : LI.subranges()) { in Distribute()
DLiveRangeCalc.cpp118 for (LiveInterval::SubRange &S : LI.subranges()) { in calculate()
137 for (const LiveInterval::SubRange &SR : LI.subranges()) { in constructMainRangeFromSubranges()
DMachineVerifier.cpp1976 for (const LiveInterval::SubRange &SR : LI.subranges()) { in checkLiveness()
2077 for (const LiveInterval::SubRange &SR : LI.subranges()) { in checkLiveness()
2708 for (const LiveInterval::SubRange &SR : LI.subranges()) { in verifyLiveInterval()
/third_party/libabigail/src/
Dabg-ctf-reader.cc1246 array_type_def::subranges_type subranges; in process_ctf_array_type() local
1259 subranges.push_back(subrange); in process_ctf_array_type()
1264 std::reverse(subranges.begin(), subranges.end()); in process_ctf_array_type()
1285 subranges.push_back(subrange); in process_ctf_array_type()
1288 result.reset(new array_type_def(element_type, subranges, location())); in process_ctf_array_type()
Dabg-dwarf-reader.cc605 array_type_def::subranges_type& subranges,
9099 array_type_def::subranges_type subranges; in die_qualified_type_name() local
9101 die, subranges, where_offset, in die_qualified_type_name()
9105 repr += array_type_def::subrange_type::vector_as_string(subranges); in die_qualified_type_name()
9657 array_type_def::subranges_type subranges; in die_pretty_print_type() local
9658 build_subranges_from_array_type_die(rdr, die, subranges, where_offset, in die_pretty_print_type()
9662 repr += array_type_def::subrange_type::vector_as_string(subranges); in die_pretty_print_type()
14094 array_type_def::subranges_type& subranges, in build_subranges_from_array_type_die() argument
14127 subranges.push_back(s); in build_subranges_from_array_type_die()
14187 array_type_def::subranges_type subranges; in build_array_type() local
[all …]
Dabg-reader.cc4279 array_type_def::subranges_type subranges; in build_array_type_def() local
4295 subranges.push_back(s); in build_array_type_def()
4304 array_type_def_sptr ar_type(new array_type_def(type, subranges, loc)); in build_array_type_def()
4325 subranges.begin(); in build_array_type_def()
4326 i != subranges.end(); in build_array_type_def()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DGCNRegPressure.cpp49 for (const auto &S : LI.subranges()) { in printLivesAt()
263 for (const auto &S : LI.subranges()) in getLiveLaneMask()
381 for (const auto &S : LI.subranges()) { in advanceBeforeNext()
DGCNRegPressure.h229 for (const auto &S : LI.subranges()) { in getLiveRegMap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DLiveInterval.h764 iterator_range<subrange_iterator> subranges() { in subranges() function
768 iterator_range<const_subrange_iterator> subranges() const { in subranges() function
/third_party/openGLES/extensions/EXT/
DEXT_map_buffer_range.txt147 subranges of the mapping may be modified. When this flag is set,
210 called multiple times to indicate distinct subranges of the mapping which
DEXT_gpu_shader5.txt414 object subranges?
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_map_buffer_range.txt147 subranges of the mapping may be modified. When this flag is set,
210 called multiple times to indicate distinct subranges of the mapping which
DEXT_gpu_shader5.txt414 object subranges?
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_map_buffer_range.txt157 MAP_FLUSH_EXPLICIT_BIT indicates that one or more discrete subranges of the
222 subranges of the mapping which require flushing.
/third_party/openGLES/extensions/ARB/
DARB_map_buffer_range.txt167 MAP_FLUSH_EXPLICIT_BIT indicates that one or more discrete subranges of the
232 subranges of the mapping which require flushing.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp354 for (LiveInterval::SubRange &S : LI.subranges()) { in updateKillFlags()
530 for (LiveInterval::SubRange &S : LI.subranges()) { in updateDeadFlags()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dclears.txt19 To clear one or more subranges of a color image, call:
127 To clear one or more subranges of a depth/stencil image, call:
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/
DOES_gpu_shader5.txt415 object subranges?

12