Searched defs:new_vars (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_io_to_vector.c | 211 create_new_io_vars(nir_shader *shader, nir_variable_mode mode, nir_variable *new_vars[MAX_SLOTS][4], bool flat_vars[MAX_SLOTS]) create_new_io_vars() argument
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | inline_pass.cpp | 154 CloneAndMapLocals( Function* calleeFn, std::vector<std::unique_ptr<Instruction>>* new_vars, std::unordered_map<uint32_t, uint32_t>* callee2caller, analysis::DebugInlinedAtContext* inlined_at_ctx) CloneAndMapLocals() argument 185 CreateReturnVar( Function* calleeFn, std::vector<std::unique_ptr<Instruction>>* new_vars) CreateReturnVar() argument 511 GenInlineCode( std::vector<std::unique_ptr<BasicBlock>>* new_blocks, std::vector<std::unique_ptr<Instruction>>* new_vars, BasicBlock::iterator call_inst_itr, UptrVectorIterator<BasicBlock> call_block_itr) GenInlineCode() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | inline_pass.cpp | 154 CloneAndMapLocals( Function* calleeFn, std::vector<std::unique_ptr<Instruction>>* new_vars, std::unordered_map<uint32_t, uint32_t>* callee2caller, analysis::DebugInlinedAtContext* inlined_at_ctx) CloneAndMapLocals() argument 185 CreateReturnVar( Function* calleeFn, std::vector<std::unique_ptr<Instruction>>* new_vars) CreateReturnVar() argument 511 GenInlineCode( std::vector<std::unique_ptr<BasicBlock>>* new_blocks, std::vector<std::unique_ptr<Instruction>>* new_vars, BasicBlock::iterator call_inst_itr, UptrVectorIterator<BasicBlock> call_block_itr) GenInlineCode() argument
|
/third_party/python/Python/ |
H A D | context.c | 746 PyHamtObject *new_vars = _PyHamt_Assoc( in contextvar_set() local 771 PyHamtObject *new_vars = _PyHamt_Without(vars, (PyObject *)var); in contextvar_del() local
|
/third_party/spirv-tools/source/opt/ |
H A D | inline_pass.cpp | 154 CloneAndMapLocals( Function* calleeFn, std::vector<std::unique_ptr<Instruction>>* new_vars, std::unordered_map<uint32_t, uint32_t>* callee2caller, analysis::DebugInlinedAtContext* inlined_at_ctx) CloneAndMapLocals() argument 185 CreateReturnVar( Function* calleeFn, std::vector<std::unique_ptr<Instruction>>* new_vars) CreateReturnVar() argument 546 GenInlineCode( std::vector<std::unique_ptr<BasicBlock>>* new_blocks, std::vector<std::unique_ptr<Instruction>>* new_vars, BasicBlock::iterator call_inst_itr, UptrVectorIterator<BasicBlock> call_block_itr) GenInlineCode() argument
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_register_allocation.cpp | 1215 std::vector<unsigned> new_vars = collect_vars(ctx, reg_file, reg_win); in get_regs_for_copies() local
|
Completed in 16 milliseconds