/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_temprename.h | 57 int ntemps, struct lifetime *lifetimes); 68 const struct lifetime* lifetimes,
|
D | st_glsl_to_tgsi_temprename.cpp | 614 int ntemps, struct lifetime *lifetimes) in get_temp_registers_required_lifetimes() argument 797 lifetimes[i] = acc[i].get_required_lifetime(); in get_temp_registers_required_lifetimes() 798 RENAME_DEBUG(cerr << ": [" << lifetimes[i].begin << ", " in get_temp_registers_required_lifetimes() 799 << lifetimes[i].end << "]\n"); in get_temp_registers_required_lifetimes() 846 const struct lifetime* lifetimes, in get_temp_registers_remapping() argument 853 if (lifetimes[i].begin >= 0) { in get_temp_registers_remapping() 854 reg_access[used_temps].begin = lifetimes[i].begin; in get_temp_registers_remapping() 855 reg_access[used_temps].end = lifetimes[i].end; in get_temp_registers_remapping()
|
D | st_glsl_to_tgsi.cpp | 5314 struct lifetime *lifetimes = in merge_registers() local 5318 this->next_temp, lifetimes)) { in merge_registers() 5321 get_temp_registers_remapping(mem_ctx, this->next_temp, lifetimes, renames); in merge_registers() 5326 ralloc_free(lifetimes); in merge_registers()
|
/external/mesa3d/src/mesa/state_tracker/tests/ |
D | test_glsl_to_tgsi_lifetime.cpp | 1561 void LifetimeEvaluatorExactTest::check( const vector<lifetime>& lifetimes, in check() argument 1564 for (unsigned i = 1; i < lifetimes.size(); ++i) { in check() 1565 EXPECT_EQ(lifetimes[i].begin, e[i][0]); in check() 1566 EXPECT_EQ(lifetimes[i].end, e[i][1]); in check() 1570 void LifetimeEvaluatorAtLeastTest::check( const vector<lifetime>& lifetimes, in check() argument 1573 for (unsigned i = 1; i < lifetimes.size(); ++i) { in check() 1574 EXPECT_LE(lifetimes[i].begin, e[i][0]); in check() 1575 EXPECT_GE(lifetimes[i].end, e[i][1]); in check()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | dynamic-alloca-lifetime.ll | 5 ; lifetimes being applied to the stack protector frame index.
|
/external/llvm/test/CodeGen/X86/ |
D | dynamic-alloca-lifetime.ll | 5 ; lifetimes being applied to the stack protector frame index.
|
/external/perfetto/test/cts/ |
D | README.md | 34 lifetimes, acts as a profiling consumer, and asserts the contents of the
|
/external/vulkan-validation-layers/layers/ |
D | README.md | 49 …on includes tracking object bindings, memory hazards, and memory object lifetimes. It also validat… 58 …allows objects that have non-unique handles. This makes tracking object lifetimes difficult in tha…
|
/external/swiftshader/third_party/subzero/docs/ |
D | ALLOCATION.rst | 52 Object lifetimes
|
/external/boringssl/src/ |
D | STYLE.md | 198 and caller obligations on object lifetimes. If this sacrifices
|
/external/perfetto/docs/ |
D | trace-processor.md | 163 which lifetimes don't overlap can be assigned the same pid.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WinEH/ |
D | wineh-demotion.ll | 20 ; Can't store for %phi at these defs because the lifetimes overlap
|
/external/llvm/test/CodeGen/WinEH/ |
D | wineh-demotion.ll | 20 ; Can't store for %phi at these defs because the lifetimes overlap
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo.proto | 404 // canonical buffer is extended to the union of all lifetimes.
|
/external/llvm/docs/ |
D | SourceLevelDebugging.rst | 204 Object lifetimes and scoping 207 In many languages, the local variables in functions can have their lifetimes or
|
D | GarbageCollection.rst | 81 having to know the lifetimes of heap objects, making software easier to produce
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | SourceLevelDebugging.rst | 252 Object lifetimes and scoping 255 In many languages, the local variables in functions can have their lifetimes or
|
D | GarbageCollection.rst | 81 having to know the lifetimes of heap objects, making software easier to produce
|
/external/python/cpython3/Doc/tutorial/ |
D | classes.rst | 96 Namespaces are created at different moments and have different lifetimes. The
|
/external/python/cpython2/Doc/tutorial/ |
D | classes.rst | 90 Namespaces are created at different moments and have different lifetimes. The
|
/external/google-styleguide/ |
D | objcguide.md | 29 Codebases often have extended lifetimes and more time is spent reading the code
|
/external/libjpeg-turbo/ |
D | structure.txt | 720 pools/lifetimes are defined:
|
/external/python/cpython2/Doc/library/ |
D | functions.rst | 639 Two objects with non-overlapping lifetimes may have the same :func:`id`
|
/external/python/cpython3/Doc/library/ |
D | functions.rst | 719 Two objects with non-overlapping lifetimes may have the same :func:`id`
|
/external/u-boot/common/ |
D | dlmalloc.src | 2062 coextensive lifetimes, which improves locality and can reduce
|