Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DPtrState.cpp266 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/
Dilist_test.cpp139 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/
Dilist_test.cpp139 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/
Dilist_test.cpp139 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/
Dtransformation_swap_function_variables.cpp75 instruction1->InsertAfter(instruction2); in Apply()
76 instruction2->InsertAfter(temp_instruction.get()); in Apply()
Dtransformation_move_instruction_down.cpp123 inst->InsertAfter(&*++inst_it); in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_swap_function_variables.cpp75 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/
Dtransformation_swap_function_variables.cpp75 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/
DARMParallelDSP.cpp630 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/
Dmultiplanar_external_texture.cc190 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()
Dcalculate_array_length.cc109 ctx.InsertAfter(ctx.src->AST().GlobalDeclarations(), in Run()
/third_party/spirv-tools/source/util/
Dilist_node.h71 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/
Dilist_node.h71 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/
Dilist_node.h71 inline void InsertAfter(NodeType* pos);
185 inline void IntrusiveNodeBase<NodeType>::InsertAfter(NodeType* pos) { in InsertAfter() function
/third_party/spirv-tools/source/opt/
Deliminate_dead_input_components_pass.cpp152 arr_var.InsertAfter(new_ptr_ty_inst); in ChangeArrayLength()
185 struct_var.InsertAfter(new_ptr_ty_inst); in ChangeStructLength()
Dfold_spec_constant_op_and_composite_pass.cpp196 i->InsertAfter(insert_pos); in FoldWithInstructionFolder()
203 new_const_inst->InsertAfter(insert_pos); in FoldWithInstructionFolder()
Dconvert_to_sampled_image_pass.cpp322 inst->InsertAfter(type_inst); in MoveInstructionNextToType()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DLinkedListTests.cpp241 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/
Dfold_spec_constant_op_and_composite_pass.cpp204 i->InsertAfter(insert_pos); in FoldWithInstructionFolder()
211 new_const_inst->InsertAfter(insert_pos); in FoldWithInstructionFolder()
Dconvert_to_sampled_image_pass.cpp322 inst->InsertAfter(type_inst); in MoveInstructionNextToType()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold_spec_constant_op_and_composite_pass.cpp204 i->InsertAfter(insert_pos); in FoldWithInstructionFolder()
211 new_const_inst->InsertAfter(insert_pos); in FoldWithInstructionFolder()
Dconvert_to_sampled_image_pass.cpp322 inst->InsertAfter(type_inst); in MoveInstructionNextToType()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DEarlyIfConversion.cpp129 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/
DLinkedList.h130 void InsertAfter(LinkNode<T>* e) { in InsertAfter() function
/third_party/skia/third_party/externals/tint/src/
Dclone_context.h438 CloneContext& InsertAfter(const std::vector<T>& vector, in InsertAfter() function

12