Searched refs:var_i (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/compiler/glsl/tests/ |
D | array_refcount_test.cpp | 553 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/ |
D | builtins-regexp.cc | 186 Variable var_i(this, MachineType::PointerRepresentation()); in ConstructNewResultFromMatchInfo() local 187 var_i.Bind(IntPtrConstant(0)); in ConstructNewResultFromMatchInfo() 189 Variable* vars[] = {&var_i}; in ConstructNewResultFromMatchInfo() 196 Node* const i = var_i.value(); in ConstructNewResultFromMatchInfo() 208 var_i.Bind(i_plus_2); in ConstructNewResultFromMatchInfo() 209 Branch(IntPtrGreaterThanOrEqual(var_i.value(), names_length), &out, in ConstructNewResultFromMatchInfo() 2288 Variable var_i(this, MachineType::PointerRepresentation()); in ReplaceGlobalCallableFastPath() local 2289 var_i.Bind(int_zero); in ReplaceGlobalCallableFastPath() 2291 Variable* vars[] = {&var_i, &var_match_start}; in ReplaceGlobalCallableFastPath() 2296 Node* const i = var_i.value(); in ReplaceGlobalCallableFastPath() [all …]
|