/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | inline_pass.h | 84 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,
|
D | inline_pass.cpp | 155 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/ |
D | inline_pass.h | 84 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,
|
D | inline_pass.cpp | 155 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/ |
D | inline_pass.h | 84 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,
|
D | inline_pass.cpp | 155 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/ |
D | context.c | 738 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/ |
D | nir_lower_io_to_vector.c | 212 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/ |
D | aco_register_allocation.cpp | 1215 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()
|