/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | PtrState.cpp | 266 BasicBlock::iterator InsertAfter; in HandlePotentialUse() local 269 InsertAfter = IP == BB->end() ? std::prev(BB->end()) : IP; in HandlePotentialUse() 270 if (isa<CatchSwitchInst>(InsertAfter)) in HandlePotentialUse() 276 InsertAfter = std::next(Inst->getIterator()); in HandlePotentialUse() 279 if (InsertAfter != BB->end()) in HandlePotentialUse() 280 InsertAfter = skipDebugIntrinsics(InsertAfter); in HandlePotentialUse() 282 InsertReverseInsertPt(&*InsertAfter); in HandlePotentialUse()
|
/third_party/spirv-tools/test/util/ |
D | ilist_test.cpp | 139 nodes[5].InsertAfter(&nodes[4]); in TEST() 154 nodes[5].InsertAfter(&nodes[2]); in TEST() 168 nodes[5].InsertAfter(&nodes[2]); in TEST() 181 nodes[0].InsertAfter(&nodes[2]); in TEST() 194 nodes[2].InsertAfter(&nodes[5]); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/util/ |
D | ilist_test.cpp | 139 nodes[5].InsertAfter(&nodes[4]); in TEST() 154 nodes[5].InsertAfter(&nodes[2]); in TEST() 168 nodes[5].InsertAfter(&nodes[2]); in TEST() 181 nodes[0].InsertAfter(&nodes[2]); in TEST() 194 nodes[2].InsertAfter(&nodes[5]); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/util/ |
D | ilist_test.cpp | 139 nodes[5].InsertAfter(&nodes[4]); in TEST() 154 nodes[5].InsertAfter(&nodes[2]); in TEST() 168 nodes[5].InsertAfter(&nodes[2]); in TEST() 181 nodes[0].InsertAfter(&nodes[2]); in TEST() 194 nodes[2].InsertAfter(&nodes[5]); in TEST()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_swap_function_variables.cpp | 75 instruction1->InsertAfter(instruction2); in Apply() 76 instruction2->InsertAfter(temp_instruction.get()); in Apply()
|
D | transformation_move_instruction_down.cpp | 123 inst->InsertAfter(&*++inst_it); in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_swap_function_variables.cpp | 75 instruction1->InsertAfter(instruction2); in Apply() 76 instruction2->InsertAfter(temp_instruction.get()); in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_swap_function_variables.cpp | 75 instruction1->InsertAfter(instruction2); in Apply() 76 instruction2->InsertAfter(temp_instruction.get()); in Apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMParallelDSP.cpp | 630 Instruction *InsertAfter) { in InsertParallelMACs() argument 644 IRBuilder<NoFolder> Builder(InsertAfter->getParent(), in InsertParallelMACs() 645 BasicBlock::iterator(InsertAfter)); in InsertParallelMACs() 726 Instruction *InsertAfter = GetInsertPoint(WideLHS, WideRHS); in InsertParallelMACs() local 727 InsertAfter = GetInsertPoint(InsertAfter, Acc); in InsertParallelMACs() 728 Acc = CreateSMLAD(WideLHS, WideRHS, Acc, RHSMul->Exchange, InsertAfter); in InsertParallelMACs()
|
/third_party/skia/third_party/externals/tint/src/transform/ |
D | multiplanar_external_texture.cc | 190 ctx.InsertAfter(expr->args, id_expr, b.Expr(syms.plane_1)); in Process() 191 ctx.InsertAfter(expr->args, id_expr, b.Expr(syms.params)); in Process() 222 ctx.InsertAfter(fn->params, param, in Process() 224 ctx.InsertAfter( in Process()
|
D | calculate_array_length.cc | 109 ctx.InsertAfter(ctx.src->AST().GlobalDeclarations(), in Run()
|
/third_party/spirv-tools/source/util/ |
D | ilist_node.h | 71 inline void InsertAfter(NodeType* pos); 185 inline void IntrusiveNodeBase<NodeType>::InsertAfter(NodeType* pos) { in InsertAfter() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | ilist_node.h | 71 inline void InsertAfter(NodeType* pos); 185 inline void IntrusiveNodeBase<NodeType>::InsertAfter(NodeType* pos) { in InsertAfter() function
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
D | ilist_node.h | 71 inline void InsertAfter(NodeType* pos); 185 inline void IntrusiveNodeBase<NodeType>::InsertAfter(NodeType* pos) { in InsertAfter() function
|
/third_party/spirv-tools/source/opt/ |
D | eliminate_dead_input_components_pass.cpp | 152 arr_var.InsertAfter(new_ptr_ty_inst); in ChangeArrayLength() 185 struct_var.InsertAfter(new_ptr_ty_inst); in ChangeStructLength()
|
D | fold_spec_constant_op_and_composite_pass.cpp | 196 i->InsertAfter(insert_pos); in FoldWithInstructionFolder() 203 new_const_inst->InsertAfter(insert_pos); in FoldWithInstructionFolder()
|
D | convert_to_sampled_image_pass.cpp | 322 inst->InsertAfter(type_inst); in MoveInstructionNextToType()
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | LinkedListTests.cpp | 241 TEST(LinkedList, InsertAfter) { in TEST() argument 259 n3.InsertAfter(&n2); in TEST() 268 n4.InsertAfter(&n1); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | fold_spec_constant_op_and_composite_pass.cpp | 204 i->InsertAfter(insert_pos); in FoldWithInstructionFolder() 211 new_const_inst->InsertAfter(insert_pos); in FoldWithInstructionFolder()
|
D | convert_to_sampled_image_pass.cpp | 322 inst->InsertAfter(type_inst); in MoveInstructionNextToType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | fold_spec_constant_op_and_composite_pass.cpp | 204 i->InsertAfter(insert_pos); in FoldWithInstructionFolder() 211 new_const_inst->InsertAfter(insert_pos); in FoldWithInstructionFolder()
|
D | convert_to_sampled_image_pass.cpp | 322 inst->InsertAfter(type_inst); in MoveInstructionNextToType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | EarlyIfConversion.cpp | 129 SmallPtrSet<MachineInstr*, 8> InsertAfter; member in __anon1fac302f0111::SSAIfConv 275 if (InsertAfter.insert(DefMI).second) in InstrDependenciesAllowIfConv() 373 if (InsertAfter.count(&*I)) { in findInsertionPoint() 531 InsertAfter.clear(); in canConvertIf()
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | LinkedList.h | 130 void InsertAfter(LinkNode<T>* e) { in InsertAfter() function
|
/third_party/skia/third_party/externals/tint/src/ |
D | clone_context.h | 438 CloneContext& InsertAfter(const std::vector<T>& vector, in InsertAfter() function
|