/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | fold_spec_constant_op_and_composite_pass.cpp | 186 Instruction* insert_pos = (*inst_iter_ptr)->PreviousNode(); in FoldWithInstructionFolder() local 187 assert(insert_pos != nullptr && in FoldWithInstructionFolder() 195 i->InsertAfter(insert_pos); in FoldWithInstructionFolder() 196 insert_pos = insert_pos->NextNode(); in FoldWithInstructionFolder() 202 new_const_inst->InsertAfter(insert_pos); in FoldWithInstructionFolder()
|
D | merge_return_pass.cpp | 345 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()
|
D | debug_info_manager.h | 151 Instruction* insert_pos);
|
D | debug_info_manager.cpp | 568 Instruction* insert_pos) { in AddDebugValueForVariable() argument 578 Instruction* insert_before = insert_pos->NextNode(); in AddDebugValueForVariable()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | fold_spec_constant_op_and_composite_pass.cpp | 184 Instruction* insert_pos = (*inst_iter_ptr)->PreviousNode(); in FoldWithInstructionFolder() local 185 assert(insert_pos != nullptr && in FoldWithInstructionFolder() 193 i->InsertAfter(insert_pos); in FoldWithInstructionFolder() 194 insert_pos = insert_pos->NextNode(); in FoldWithInstructionFolder() 200 new_const_inst->InsertAfter(insert_pos); in FoldWithInstructionFolder()
|
D | merge_return_pass.cpp | 350 Instruction* insert_pos = &*merge_block->begin(); in CreatePhiNodesForInst() local 351 while (insert_pos->opcode() == spv::Op::OpPhi) { in CreatePhiNodesForInst() 352 insert_pos = insert_pos->NextNode(); in CreatePhiNodesForInst() 354 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 | 564 Instruction* insert_pos) { in AddDebugValueForVariable() argument 574 Instruction* insert_before = insert_pos->NextNode(); in AddDebugValueForVariable()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | fold_spec_constant_op_and_composite_pass.cpp | 187 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()
|
D | merge_return_pass.cpp | 350 Instruction* insert_pos = &*merge_block->begin(); in CreatePhiNodesForInst() local 351 while (insert_pos->opcode() == spv::Op::OpPhi) { in CreatePhiNodesForInst() 352 insert_pos = insert_pos->NextNode(); in CreatePhiNodesForInst() 354 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 | 564 Instruction* insert_pos) { in AddDebugValueForVariable() argument 574 Instruction* insert_before = insert_pos->NextNode(); in AddDebugValueForVariable()
|
/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/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/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/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()
|