Home
last modified time | relevance | path

Searched refs:insert_pos (Results 1 – 25 of 25) sorted by relevance

/third_party/spirv-tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp187 Instruction* insert_pos = (*inst_iter_ptr)->PreviousNode(); in FoldWithInstructionFolder() local
188 assert(insert_pos != nullptr && in FoldWithInstructionFolder()
196 i->InsertAfter(insert_pos); in FoldWithInstructionFolder()
197 insert_pos = insert_pos->NextNode(); in FoldWithInstructionFolder()
203 new_const_inst->InsertAfter(insert_pos); in FoldWithInstructionFolder()
Dmerge_return_pass.cpp345 Instruction* insert_pos = &*merge_block->begin(); in CreatePhiNodesForInst() local
346 while (insert_pos->opcode() == SpvOpPhi) { in CreatePhiNodesForInst()
347 insert_pos = insert_pos->NextNode(); in CreatePhiNodesForInst()
349 new_phi = insert_pos->InsertBefore(std::move(regen_inst)); in CreatePhiNodesForInst()
Ddebug_info_manager.h151 Instruction* insert_pos);
Ddebug_info_manager.cpp563 Instruction* insert_pos) { in AddDebugValueForVariable() argument
573 Instruction* insert_before = insert_pos->NextNode(); in AddDebugValueForVariable()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp195 Instruction* insert_pos = (*inst_iter_ptr)->PreviousNode(); in FoldWithInstructionFolder() local
196 assert(insert_pos != nullptr && in FoldWithInstructionFolder()
204 i->InsertAfter(insert_pos); in FoldWithInstructionFolder()
205 insert_pos = insert_pos->NextNode(); in FoldWithInstructionFolder()
211 new_const_inst->InsertAfter(insert_pos); in FoldWithInstructionFolder()
Dmerge_return_pass.cpp345 Instruction* insert_pos = &*merge_block->begin(); in CreatePhiNodesForInst() local
346 while (insert_pos->opcode() == SpvOpPhi) { in CreatePhiNodesForInst()
347 insert_pos = insert_pos->NextNode(); in CreatePhiNodesForInst()
349 new_phi = insert_pos->InsertBefore(std::move(regen_inst)); in CreatePhiNodesForInst()
Ddebug_info_manager.h151 Instruction* insert_pos,
Ddebug_info_manager.cpp551 Instruction* insert_pos, in AddDebugValueIfVarDeclIsVisible() argument
567 Instruction* insert_before = insert_pos->NextNode(); in AddDebugValueIfVarDeclIsVisible()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp195 Instruction* insert_pos = (*inst_iter_ptr)->PreviousNode(); in FoldWithInstructionFolder() local
196 assert(insert_pos != nullptr && in FoldWithInstructionFolder()
204 i->InsertAfter(insert_pos); in FoldWithInstructionFolder()
205 insert_pos = insert_pos->NextNode(); in FoldWithInstructionFolder()
211 new_const_inst->InsertAfter(insert_pos); in FoldWithInstructionFolder()
Dmerge_return_pass.cpp345 Instruction* insert_pos = &*merge_block->begin(); in CreatePhiNodesForInst() local
346 while (insert_pos->opcode() == SpvOpPhi) { in CreatePhiNodesForInst()
347 insert_pos = insert_pos->NextNode(); in CreatePhiNodesForInst()
349 new_phi = insert_pos->InsertBefore(std::move(regen_inst)); in CreatePhiNodesForInst()
Ddebug_info_manager.h151 Instruction* insert_pos,
Ddebug_info_manager.cpp551 Instruction* insert_pos, in AddDebugValueIfVarDeclIsVisible() argument
567 Instruction* insert_before = insert_pos->NextNode(); in AddDebugValueIfVarDeclIsVisible()
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/
Dscheduler.c97 struct list_head *insert_pos = ready_list; in ppir_insert_ready_list() local
105 insert_pos = &instr->list; in ppir_insert_ready_list()
111 list_addtail(&insert_instr->list, insert_pos); in ppir_insert_ready_list()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/
Diterator_test.cpp175 const int insert_pos = 42; in TEST() local
176 expected.insert(expected.begin() + insert_pos, -100); in TEST()
177 expected.insert(expected.begin() + insert_pos, -42); in TEST()
180 for (int i = 0; i < insert_pos; ++i) ++it; in TEST()
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dreduce_scheduler.c106 struct list_head *insert_pos = ready_list; in schedule_insert_ready_list() local
119 insert_pos = &node->list; in schedule_insert_ready_list()
127 list_addtail(&insert_node->list, insert_pos); in schedule_insert_ready_list()
Dscheduler.c450 struct list_head *insert_pos = &ctx->ready_list; in schedule_insert_ready_list() local
455 insert_pos = &node->list; in schedule_insert_ready_list()
460 list_addtail(&insert_node->list, insert_pos); in schedule_insert_ready_list()
/third_party/spirv-tools/test/opt/
Diterator_test.cpp176 const int insert_pos = 42; in TEST() local
177 expected.insert(expected.begin() + insert_pos, -100); in TEST()
178 expected.insert(expected.begin() + insert_pos, -42); in TEST()
181 for (int i = 0; i < insert_pos; ++i) ++it; in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Diterator_test.cpp176 const int insert_pos = 42; in TEST() local
177 expected.insert(expected.begin() + insert_pos, -100); in TEST()
178 expected.insert(expected.begin() + insert_pos, -42); in TEST()
181 for (int i = 0; i < insert_pos; ++i) ++it; in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Diterator_test.cpp176 const int insert_pos = 42; in TEST() local
177 expected.insert(expected.begin() + insert_pos, -100); in TEST()
178 expected.insert(expected.begin() + insert_pos, -42); in TEST()
181 for (int i = 0; i < insert_pos; ++i) ++it; in TEST()
/third_party/python/Lib/lib2to3/
Dfixer_util.py329 insert_pos = offset = 0
336 insert_pos = idx + offset
341 if insert_pos == 0:
345 insert_pos = idx + 1
357 root.insert_child(insert_pos, Node(syms.simple_stmt, children))
/third_party/mesa3d/src/compiler/glsl/
Dlower_named_interface_blocks.cpp151 exec_node *insert_pos = var; in run() local
208 insert_pos->insert_after(new_var); in run()
209 insert_pos = new_var; in run()
/third_party/gstreamer/gstreamer/libs/gst/base/
Dgsttypefindhelper.c87 GSList *insert_pos = NULL; local
138 insert_pos = walk;
199 if (insert_pos) {
200 helper->buffers = g_slist_insert_before (helper->buffers, insert_pos, bmap);
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.c146 struct rc_instruction * insert_pos = c->Program.Instructions.Prev; in rc_copy_output() local
163 insert_pos = inst; in rc_copy_output()
172 insert_pos = inst; in rc_copy_output()
195 inst = rc_insert_new_instruction(c, insert_pos); in rc_copy_output()
/third_party/json/include/nlohmann/
Djson.hpp5721 auto insert_pos = std::distance(m_value.array->begin(), pos.m_it.array_iterator); in insert_iterator() local
5723 result.m_it.array_iterator = m_value.array->begin() + insert_pos; in insert_iterator()
/third_party/json/single_include/nlohmann/
Djson.hpp23122 auto insert_pos = std::distance(m_value.array->begin(), pos.m_it.array_iterator); in insert_iterator() local
23124 result.m_it.array_iterator = m_value.array->begin() + insert_pos; in insert_iterator()