/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RenameIndependentSubregs.cpp | 161 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()
|
D | RegisterCoalescer.cpp | 670 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 …]
|
D | LiveRangeEdit.cpp | 48 for (LiveInterval::SubRange &S : OldLI.subranges()) in createEmptyIntervalFrom() 252 for (const LiveInterval::SubRange &S : LI.subranges()) { in useIsKill()
|
D | LiveIntervals.cpp | 377 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()
|
D | LiveRegMatrix.cpp | 87 for (LiveInterval::SubRange &S : VRegInterval.subranges()) { in foreachUnit()
|
D | VirtRegMap.cpp | 277 for (const LiveInterval::SubRange &SR : LI.subranges()) { in addLiveInsForSubRanges() 367 for (const LiveInterval::SubRange &SR : LI.subranges()) { in readsUndefSubreg()
|
D | SplitKit.cpp | 409 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()
|
D | LiveInterval.cpp | 936 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()
|
D | LiveRangeCalc.cpp | 118 for (LiveInterval::SubRange &S : LI.subranges()) { in calculate() 137 for (const LiveInterval::SubRange &SR : LI.subranges()) { in constructMainRangeFromSubranges()
|
D | MachineVerifier.cpp | 1976 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()
|
D | RegisterPressure.cpp | 429 for (const LiveInterval::SubRange &SR : LI.subranges()) { in getLanesWithProperty()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | GCNRegPressure.cpp | 49 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()
|
D | GCNRegPressure.h | 229 for (const auto &S : LI.subranges()) { in getLiveRegMap()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LiveInterval.h | 764 iterator_range<subrange_iterator> subranges() { in subranges() function 768 iterator_range<const_subrange_iterator> subranges() const { in subranges() function
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_map_buffer_range.txt | 147 subranges of the mapping may be modified. When this flag is set, 210 called multiple times to indicate distinct subranges of the mapping which
|
D | EXT_gpu_shader5.txt | 414 object subranges?
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_map_buffer_range.txt | 147 subranges of the mapping may be modified. When this flag is set, 210 called multiple times to indicate distinct subranges of the mapping which
|
D | EXT_gpu_shader5.txt | 414 object subranges?
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_map_buffer_range.txt | 157 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/ |
D | ARB_map_buffer_range.txt | 167 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/ |
D | HexagonExpandCondsets.cpp | 354 for (LiveInterval::SubRange &S : LI.subranges()) { in updateKillFlags() 530 for (LiveInterval::SubRange &S : LI.subranges()) { in updateDeadFlags()
|
/third_party/flutter/flutter/dev/tools/gen_keycodes/ |
D | README.md | 103 range. Where possible, we will use specific subranges of this space to reuse
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_gpu_shader5.txt | 415 object subranges?
|
/third_party/flutter/skia/third_party/externals/wuffs/doc/ |
D | wuffs-the-language.md | 88 inclusive. The syntax is reminiscent of Pascal's subranges, but in Wuffs, a
|
/third_party/openGLES/extensions/OES/ |
D | OES_gpu_shader5.txt | 425 object subranges?
|