/external/llvm-project/lldb/source/Symbol/ |
D | UnwindTable.cpp | 124 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/ |
D | fold_spec_constant_op_and_composite_pass.cpp | 195 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()
|
D | merge_return_pass.cpp | 343 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()
|
D | debug_info_manager.h | 151 Instruction* insert_pos,
|
D | debug_info_manager.cpp | 482 Instruction* insert_pos, in AddDebugValueIfVarDeclIsVisible() argument 498 Instruction* insert_before = insert_pos->NextNode(); in AddDebugValueIfVarDeclIsVisible()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | fold_spec_constant_op_and_composite_pass.cpp | 195 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()
|
D | merge_return_pass.cpp | 343 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()
|
D | debug_info_manager.h | 151 Instruction* insert_pos,
|
D | debug_info_manager.cpp | 482 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/ |
D | fold_spec_constant_op_and_composite_pass.cpp | 195 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()
|
D | merge_return_pass.cpp | 343 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()
|
D | debug_info_manager.h | 151 Instruction* insert_pos,
|
D | debug_info_manager.cpp | 482 Instruction* insert_pos, in AddDebugValueIfVarDeclIsVisible() argument 498 Instruction* insert_before = insert_pos->NextNode(); in AddDebugValueIfVarDeclIsVisible()
|
/external/mesa3d/src/gallium/drivers/lima/ir/pp/ |
D | scheduler.c | 101 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/ |
D | reduce_scheduler.c | 107 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()
|
D | scheduler.c | 450 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/ |
D | iterator_test.cpp | 176 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/ |
D | iterator_test.cpp | 176 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/ |
D | iterator_test.cpp | 176 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/ |
D | fixer_util.py | 308 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/ |
D | fixer_util.py | 329 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/ |
D | lower_named_interface_blocks.cpp | 151 exec_node *insert_pos = var; in run() local 203 insert_pos->insert_after(new_var); in run() 204 insert_pos = new_var; in run()
|