Home
last modified time | relevance | path

Searched refs:lifetimes (Results 1 – 25 of 32) sorted by relevance

12

/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.h57 int ntemps, struct lifetime *lifetimes);
68 const struct lifetime* lifetimes,
Dst_glsl_to_tgsi_temprename.cpp614 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()
Dst_glsl_to_tgsi.cpp5314 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/
Dtest_glsl_to_tgsi_lifetime.cpp1561 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/
Ddynamic-alloca-lifetime.ll5 ; lifetimes being applied to the stack protector frame index.
/external/llvm/test/CodeGen/X86/
Ddynamic-alloca-lifetime.ll5 ; lifetimes being applied to the stack protector frame index.
/external/perfetto/test/cts/
DREADME.md34 lifetimes, acts as a profiling consumer, and asserts the contents of the
/external/vulkan-validation-layers/layers/
DREADME.md49 …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/
DALLOCATION.rst52 Object lifetimes
/external/boringssl/src/
DSTYLE.md198 and caller obligations on object lifetimes. If this sacrifices
/external/perfetto/docs/
Dtrace-processor.md163 which lifetimes don't overlap can be assigned the same pid.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WinEH/
Dwineh-demotion.ll20 ; Can't store for %phi at these defs because the lifetimes overlap
/external/llvm/test/CodeGen/WinEH/
Dwineh-demotion.ll20 ; Can't store for %phi at these defs because the lifetimes overlap
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo.proto404 // canonical buffer is extended to the union of all lifetimes.
/external/llvm/docs/
DSourceLevelDebugging.rst204 Object lifetimes and scoping
207 In many languages, the local variables in functions can have their lifetimes or
DGarbageCollection.rst81 having to know the lifetimes of heap objects, making software easier to produce
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DSourceLevelDebugging.rst252 Object lifetimes and scoping
255 In many languages, the local variables in functions can have their lifetimes or
DGarbageCollection.rst81 having to know the lifetimes of heap objects, making software easier to produce
/external/python/cpython3/Doc/tutorial/
Dclasses.rst96 Namespaces are created at different moments and have different lifetimes. The
/external/python/cpython2/Doc/tutorial/
Dclasses.rst90 Namespaces are created at different moments and have different lifetimes. The
/external/google-styleguide/
Dobjcguide.md29 Codebases often have extended lifetimes and more time is spent reading the code
/external/libjpeg-turbo/
Dstructure.txt720 pools/lifetimes are defined:
/external/python/cpython2/Doc/library/
Dfunctions.rst639 Two objects with non-overlapping lifetimes may have the same :func:`id`
/external/python/cpython3/Doc/library/
Dfunctions.rst719 Two objects with non-overlapping lifetimes may have the same :func:`id`
/external/u-boot/common/
Ddlmalloc.src2062 coextensive lifetimes, which improves locality and can reduce

12