Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Symbol/
DUnwindTable.cpp124 iterator insert_pos = end; in GetFuncUnwindersContainingAddress() local
126 insert_pos = m_unwinds.lower_bound(file_addr); in GetFuncUnwindersContainingAddress()
127 iterator pos = insert_pos; in GetFuncUnwindersContainingAddress()
142 m_unwinds.insert(insert_pos, in GetFuncUnwindersContainingAddress()
/external/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.cpp343 Instruction* insert_pos = &*merge_block->begin(); in CreatePhiNodesForInst() local
344 while (insert_pos->opcode() == SpvOpPhi) { in CreatePhiNodesForInst()
345 insert_pos = insert_pos->NextNode(); in CreatePhiNodesForInst()
347 new_phi = insert_pos->InsertBefore(std::move(regen_inst)); in CreatePhiNodesForInst()
Ddebug_info_manager.h151 Instruction* insert_pos,
Ddebug_info_manager.cpp482 Instruction* insert_pos, in AddDebugValueIfVarDeclIsVisible() argument
498 Instruction* insert_before = insert_pos->NextNode(); in AddDebugValueIfVarDeclIsVisible()
/external/deqp-deps/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.cpp343 Instruction* insert_pos = &*merge_block->begin(); in CreatePhiNodesForInst() local
344 while (insert_pos->opcode() == SpvOpPhi) { in CreatePhiNodesForInst()
345 insert_pos = insert_pos->NextNode(); in CreatePhiNodesForInst()
347 new_phi = insert_pos->InsertBefore(std::move(regen_inst)); in CreatePhiNodesForInst()
Ddebug_info_manager.h151 Instruction* insert_pos,
Ddebug_info_manager.cpp482 Instruction* insert_pos, in AddDebugValueIfVarDeclIsVisible() argument
498 Instruction* insert_before = insert_pos->NextNode(); in AddDebugValueIfVarDeclIsVisible()
/external/angle/third_party/vulkan-deps/spirv-tools/src/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.cpp343 Instruction* insert_pos = &*merge_block->begin(); in CreatePhiNodesForInst() local
344 while (insert_pos->opcode() == SpvOpPhi) { in CreatePhiNodesForInst()
345 insert_pos = insert_pos->NextNode(); in CreatePhiNodesForInst()
347 new_phi = insert_pos->InsertBefore(std::move(regen_inst)); in CreatePhiNodesForInst()
Ddebug_info_manager.h151 Instruction* insert_pos,
Ddebug_info_manager.cpp482 Instruction* insert_pos, in AddDebugValueIfVarDeclIsVisible() argument
498 Instruction* insert_before = insert_pos->NextNode(); in AddDebugValueIfVarDeclIsVisible()
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dscheduler.c101 struct list_head *insert_pos = ready_list; in ppir_insert_ready_list() local
109 insert_pos = &instr->list; in ppir_insert_ready_list()
115 list_addtail(&insert_instr->list, insert_pos); in ppir_insert_ready_list()
/external/mesa3d/src/gallium/drivers/lima/ir/gp/
Dreduce_scheduler.c107 struct list_head *insert_pos = ready_list; in schedule_insert_ready_list() local
120 insert_pos = &node->list; in schedule_insert_ready_list()
128 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()
/external/deqp-deps/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()
/external/angle/third_party/vulkan-deps/spirv-tools/src/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()
/external/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()
/external/python/cpython2/Lib/lib2to3/
Dfixer_util.py308 insert_pos = offset = 0
315 insert_pos = idx + offset
320 if insert_pos == 0:
324 insert_pos = idx + 1
336 root.insert_child(insert_pos, Node(syms.simple_stmt, children))
/external/python/cpython3/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))
/external/mesa3d/src/compiler/glsl/
Dlower_named_interface_blocks.cpp151 exec_node *insert_pos = var; in run() local
203 insert_pos->insert_after(new_var); in run()
204 insert_pos = new_var; in run()