Home
last modified time | relevance | path

Searched refs:var_i (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/compiler/glsl/tests/
Darray_refcount_test.cpp553 ir_variable *var_i = new(mem_ctx) ir_variable(glsl_type::int_type, in TEST_F() local
562 var_i), in TEST_F()
583 validate_variables_in_hash_table(v.ht, 3, var_a, var_b, var_i); in TEST_F()
597 ir_variable *var_i = new(mem_ctx) ir_variable(glsl_type::int_type, in TEST_F() local
607 deref_array(var_c, var_i)))); in TEST_F()
636 validate_variables_in_hash_table(v.ht, 4, var_a, var_b, var_c, var_i); in TEST_F()
/external/v8/src/builtins/
Dbuiltins-regexp-gen.cc270 TVARIABLE(IntPtrT, var_i, IntPtrZero()); in ConstructNewResultFromMatchInfo()
272 Variable* vars[] = {&var_i}; in ConstructNewResultFromMatchInfo()
279 TNode<IntPtrT> i = var_i.value(); in ConstructNewResultFromMatchInfo()
294 var_i = i_plus_2; in ConstructNewResultFromMatchInfo()
295 Branch(IntPtrGreaterThanOrEqual(var_i.value(), names_length), &out, in ConstructNewResultFromMatchInfo()
2728 TVARIABLE(IntPtrT, var_i, IntPtrZero()); in ReplaceGlobalCallableFastPath()
2730 Variable* vars[] = {&var_i, &var_match_start}; in ReplaceGlobalCallableFastPath()
2735 GotoIfNot(IntPtrLessThan(var_i.value(), end), &create_result); in ReplaceGlobalCallableFastPath()
2737 Node* const elem = LoadFixedArrayElement(res_elems, var_i.value()); in ReplaceGlobalCallableFastPath()
2762 var_i = IntPtrAdd(var_i.value(), int_one); in ReplaceGlobalCallableFastPath()
[all …]
Dbuiltins-collections-gen.cc1018 VARIABLE(var_i, MachineType::PointerRepresentation(), IntPtrConstant(0)); in TF_BUILTIN()
1020 Label loop(this, {&var_i, &var_index}); in TF_BUILTIN()
1024 Node* i = var_i.value(); in TF_BUILTIN()
1031 Increment(&var_i); in TF_BUILTIN()
/external/tensorflow/tensorflow/python/kernel_tests/
Dvariables_test.py362 var_i = variables.Variable([20])
363 mod = var_i % 7
364 rmod = 103 % var_i