Home
last modified time | relevance | path

Searched refs:new_vars (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinline_pass.h84 std::vector<std::unique_ptr<Instruction>>* new_vars,
92 std::vector<std::unique_ptr<Instruction>>* new_vars);
124 std::vector<std::unique_ptr<Instruction>>* new_vars,
Dinline_pass.cpp155 Function* calleeFn, std::vector<std::unique_ptr<Instruction>>* new_vars, in CloneAndMapLocals() argument
179 new_vars->push_back(std::move(var_inst)); in CloneAndMapLocals()
186 Function* calleeFn, std::vector<std::unique_ptr<Instruction>>* new_vars) { in CreateReturnVar() argument
213 new_vars->push_back(std::move(var_inst)); in CreateReturnVar()
513 std::vector<std::unique_ptr<Instruction>>* new_vars, in GenInlineCode() argument
549 if (!CloneAndMapLocals(calleeFn, new_vars, &callee2caller, &inlined_at_ctx)) { in GenInlineCode()
583 returnVarId = CreateReturnVar(calleeFn, new_vars); in GenInlineCode()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dinline_pass.h84 std::vector<std::unique_ptr<Instruction>>* new_vars,
92 std::vector<std::unique_ptr<Instruction>>* new_vars);
124 std::vector<std::unique_ptr<Instruction>>* new_vars,
Dinline_pass.cpp155 Function* calleeFn, std::vector<std::unique_ptr<Instruction>>* new_vars, in CloneAndMapLocals() argument
179 new_vars->push_back(std::move(var_inst)); in CloneAndMapLocals()
186 Function* calleeFn, std::vector<std::unique_ptr<Instruction>>* new_vars) { in CreateReturnVar() argument
213 new_vars->push_back(std::move(var_inst)); in CreateReturnVar()
513 std::vector<std::unique_ptr<Instruction>>* new_vars, in GenInlineCode() argument
549 if (!CloneAndMapLocals(calleeFn, new_vars, &callee2caller, &inlined_at_ctx)) { in GenInlineCode()
583 returnVarId = CreateReturnVar(calleeFn, new_vars); in GenInlineCode()
/third_party/spirv-tools/source/opt/
Dinline_pass.h84 std::vector<std::unique_ptr<Instruction>>* new_vars,
92 std::vector<std::unique_ptr<Instruction>>* new_vars);
124 std::vector<std::unique_ptr<Instruction>>* new_vars,
Dinline_pass.cpp155 Function* calleeFn, std::vector<std::unique_ptr<Instruction>>* new_vars, in CloneAndMapLocals() argument
179 new_vars->push_back(std::move(var_inst)); in CloneAndMapLocals()
186 Function* calleeFn, std::vector<std::unique_ptr<Instruction>>* new_vars) { in CreateReturnVar() argument
213 new_vars->push_back(std::move(var_inst)); in CreateReturnVar()
544 std::vector<std::unique_ptr<Instruction>>* new_vars, in GenInlineCode() argument
580 if (!CloneAndMapLocals(calleeFn, new_vars, &callee2caller, &inlined_at_ctx)) { in GenInlineCode()
614 returnVarId = CreateReturnVar(calleeFn, new_vars); in GenInlineCode()
/third_party/python/Python/
Dcontext.c738 PyHamtObject *new_vars = _PyHamt_Assoc( in contextvar_set() local
740 if (new_vars == NULL) { in contextvar_set()
744 Py_SETREF(ctx->ctx_vars, new_vars); in contextvar_set()
763 PyHamtObject *new_vars = _PyHamt_Without(vars, (PyObject *)var); in contextvar_del() local
764 if (new_vars == NULL) { in contextvar_del()
768 if (vars == new_vars) { in contextvar_del()
769 Py_DECREF(new_vars); in contextvar_del()
774 Py_SETREF(ctx->ctx_vars, new_vars); in contextvar_del()
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_io_to_vector.c212 nir_variable *new_vars[MAX_SLOTS][4], in create_new_io_vars()
279 new_vars[loc][i] = var; in create_new_io_vars()
310 new_vars[loc + i][j] = var; in create_new_io_vars()
/third_party/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp1215 std::vector<unsigned> new_vars = collect_vars(ctx, reg_file, reg_win); in get_regs_for_copies() local
1221 if (!get_regs_for_copies(ctx, reg_file, parallelcopies, new_vars, bounds, instr, def_reg)) in get_regs_for_copies()