Home
last modified time | relevance | path

Searched defs:new_inst (Results 1 – 25 of 39) sorted by relevance

12

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_lowering.c136 struct tgsi_full_instruction new_inst; in create_mov() local
204 struct tgsi_full_instruction new_inst; in transform_dst() local
286 struct tgsi_full_instruction new_inst; in transform_lrp() local
334 struct tgsi_full_instruction new_inst; in transform_frc() local
380 struct tgsi_full_instruction new_inst; in transform_pow() local
439 struct tgsi_full_instruction new_inst; in transform_lit() local
564 struct tgsi_full_instruction new_inst; in transform_exp() local
687 struct tgsi_full_instruction new_inst; in transform_log() local
826 struct tgsi_full_instruction new_inst; in transform_dotp() local
911 struct tgsi_full_instruction new_inst; in transform_flr_ceil() local
[all …]
/aosp_15_r20/art/compiler/optimizing/
H A Dinstruction_simplifier_test.cc111 HLoadClass* new_inst = MakeLoadClass( in GetLoadClasses() local
160 HInstruction* new_inst = MakeNewInstance(if_block, new_inst_klass); in TEST_P() local
204 HInstruction* new_inst = MakeNewInstance(main, new_inst_klass); in TEST_P() local
H A Dload_store_elimination_test.cc931 HInstruction* new_inst = MakeNewInstance(main, cls); in TEST_F() local
963 HInstruction* new_inst = MakeNewInstance(main, cls); in TEST_F() local
1771 HInstruction* new_inst = MakeNewInstance(entry, cls); in TEST_F() local
1846 HInstruction* new_inst = MakeNewInstance(start, cls); in TEST_F() local
1897 HInstruction* new_inst = MakeNewInstance(start, cls); in TEST_F() local
1972 HInstruction* new_inst = MakeNewInstance(entry, cls); in TEST_F() local
2060 HInstruction* new_inst = MakeNewInstance(entry, cls); in TEST_F() local
2125 HInstruction* new_inst = MakeNewInstance(start, cls); in TEST_F() local
2188 HInstruction* new_inst = MakeNewInstance(entry, cls); in TEST_F() local
H A Dload_store_analysis_test.cc506 HInstruction* new_inst = MakeNewInstance(if_block, cls); in TEST_F() local
537 HInstruction* new_inst = MakeNewInstance(main, cls); in TEST_F() local
582 HInstruction* new_inst = MakeNewInstance(top, cls); in TEST_F() local
651 HInstruction* new_inst = MakeNewInstance(start, cls); in TEST_F() local
H A Dreference_type_propagation_test.cc303 HInstruction* new_inst = in RunVisitListTest() local
397 HInstruction* new_inst = in RunVisitListTest() local
H A Dprepare_for_register_allocation.cc253 HNewInstance* new_inst = allocation_inst->AsNewInstance(); in VisitConstructorFence() local
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dflatten_decoration_pass.cpp92 std::unique_ptr<Instruction> new_inst(inst_iter->Clone(context())); in Process() local
117 std::unique_ptr<Instruction> new_inst(new Instruction( in Process() local
H A Ddecoration_manager.cpp139 std::unique_ptr<Instruction> new_inst( in RemoveDecorationsFrom() local
521 std::unique_ptr<Instruction> new_inst(inst->Clone(module_->context())); in CloneDecorations() local
576 std::unique_ptr<Instruction> new_inst(inst->Clone(module_->context())); in CloneDecorations() local
H A Dinvocation_interlock_placement_pass.cpp202 Instruction* new_inst = new Instruction( in extractInstructionsFromCalls() local
208 Instruction* new_inst = in extractInstructionsFromCalls() local
H A Dinterface_var_sroa.cpp418 std::unique_ptr<Instruction> new_inst(interface_var_user->Clone(context())); in ReplaceComponentOfInterfaceVarWith() local
552 std::unique_ptr<Instruction> new_inst(annotation_inst->Clone(context())); in CloneAnnotationForVariable() local
H A Dlocal_access_chain_convert_pass.cpp96 std::vector<std::unique_ptr<Instruction>> new_inst; in ReplaceAccessChainLoad() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dflatten_decoration_pass.cpp92 std::unique_ptr<Instruction> new_inst(inst_iter->Clone(context())); in Process() local
117 std::unique_ptr<Instruction> new_inst(new Instruction( in Process() local
H A Ddecoration_manager.cpp139 std::unique_ptr<Instruction> new_inst( in RemoveDecorationsFrom() local
521 std::unique_ptr<Instruction> new_inst(inst->Clone(module_->context())); in CloneDecorations() local
576 std::unique_ptr<Instruction> new_inst(inst->Clone(module_->context())); in CloneDecorations() local
H A Dinvocation_interlock_placement_pass.cpp202 Instruction* new_inst = new Instruction( in extractInstructionsFromCalls() local
208 Instruction* new_inst = in extractInstructionsFromCalls() local
H A Dinterface_var_sroa.cpp418 std::unique_ptr<Instruction> new_inst(interface_var_user->Clone(context())); in ReplaceComponentOfInterfaceVarWith() local
552 std::unique_ptr<Instruction> new_inst(annotation_inst->Clone(context())); in CloneAnnotationForVariable() local
H A Dlocal_access_chain_convert_pass.cpp96 std::vector<std::unique_ptr<Instruction>> new_inst; in ReplaceAccessChainLoad() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dflatten_decoration_pass.cpp92 std::unique_ptr<Instruction> new_inst(inst_iter->Clone(context())); in Process() local
117 std::unique_ptr<Instruction> new_inst(new Instruction( in Process() local
Ddecoration_manager.cpp139 std::unique_ptr<Instruction> new_inst( in RemoveDecorationsFrom() local
521 std::unique_ptr<Instruction> new_inst(inst->Clone(module_->context())); in CloneDecorations() local
576 std::unique_ptr<Instruction> new_inst(inst->Clone(module_->context())); in CloneDecorations() local
Dinvocation_interlock_placement_pass.cpp202 Instruction* new_inst = new Instruction( in extractInstructionsFromCalls() local
208 Instruction* new_inst = in extractInstructionsFromCalls() local
Dinterface_var_sroa.cpp418 std::unique_ptr<Instruction> new_inst(interface_var_user->Clone(context())); in ReplaceComponentOfInterfaceVarWith() local
552 std::unique_ptr<Instruction> new_inst(annotation_inst->Clone(context())); in CloneAnnotationForVariable() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_vert_fc.c91 struct rc_instruction * new_inst = in lower_bgnloop() local
160 struct rc_instruction * new_inst = in lower_endloop() local
H A Dradeon_dataflow_swizzles.c432 struct rc_instruction * new_inst; in try_splitting_single_channel() local
494 struct rc_instruction * new_inst; in try_splitting_instruction() local
/aosp_15_r20/external/musl/src/thread/
H A Dpthread_barrier_wait.c78 struct instance new_inst = { 0 }; in pthread_barrier_wait() local
/aosp_15_r20/external/trusty/musl/src/thread/
Dpthread_barrier_wait.c78 struct instance new_inst = { 0 }; in pthread_barrier_wait() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs_draw.c205 struct tgsi_full_instruction new_inst; in transform_inst() local

12