Home
last modified time | relevance | path

Searched defs:op_inst (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconvert_to_half_pass.cpp180 Instruction* op_inst = get_def_use_mgr()->GetDef(*idp); in GenHalfArith() local
190 Instruction* op_inst = get_def_use_mgr()->GetDef(*idp); in GenHalfArith() local
321 Instruction* op_inst = get_def_use_mgr()->GetDef(*idp); in CloseRelaxInst() local
H A Dfolding_rules.cpp358 Instruction* op_inst = in MergeNegateArithmetic() local
394 Instruction* op_inst = in MergeNegateMulDivArithmetic() local
455 Instruction* op_inst = in MergeNegateAddSubArithmetic() local
744 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeMulDivArithmetic() local
929 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeDivMulArithmetic() local
1501 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeMulAddArithmetic() local
H A Dupgrade_memory_model.cpp386 Instruction* op_inst = context()->get_def_use_mgr()->GetDef(*id_ptr); in TraceInstruction() local
642 Instruction* op_inst = in UpgradeBarriers() local
H A Dreduce_load_size.cpp121 Instruction* op_inst = def_use_mgr->GetDef( in ShouldReplaceExtract() local
H A Dvector_dce.cpp213 Instruction* op_inst = def_use_mgr->GetDef(id); in MarkCompositeContructUsesAsLive() local
H A Deliminate_dead_members_pass.cpp260 Instruction* op_inst = get_def_use_mgr()->GetDef(op_id); in MarkOperandTypeAsFullyUsed() local
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/opt/
H A Dconvert_to_half_pass.cpp180 Instruction* op_inst = get_def_use_mgr()->GetDef(*idp); in GenHalfArith() local
190 Instruction* op_inst = get_def_use_mgr()->GetDef(*idp); in GenHalfArith() local
321 Instruction* op_inst = get_def_use_mgr()->GetDef(*idp); in CloseRelaxInst() local
H A Dupgrade_memory_model.cpp386 Instruction* op_inst = context()->get_def_use_mgr()->GetDef(*id_ptr); in TraceInstruction() local
642 Instruction* op_inst = in UpgradeBarriers() local
H A Dfolding_rules.cpp375 Instruction* op_inst = in MergeNegateArithmetic() local
416 Instruction* op_inst = in MergeNegateMulDivArithmetic() local
483 Instruction* op_inst = in MergeNegateAddSubArithmetic() local
782 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeMulDivArithmetic() local
982 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeDivMulArithmetic() local
H A Dreduce_load_size.cpp121 Instruction* op_inst = def_use_mgr->GetDef( in ShouldReplaceExtract() local
H A Dvector_dce.cpp213 Instruction* op_inst = def_use_mgr->GetDef(id); in MarkCompositeContructUsesAsLive() local
H A Deliminate_dead_members_pass.cpp269 Instruction* op_inst = get_def_use_mgr()->GetDef(op_id); in MarkOperandTypeAsFullyUsed() local
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Dconvert_to_half_pass.cpp180 Instruction* op_inst = get_def_use_mgr()->GetDef(*idp); in GenHalfArith() local
190 Instruction* op_inst = get_def_use_mgr()->GetDef(*idp); in GenHalfArith() local
321 Instruction* op_inst = get_def_use_mgr()->GetDef(*idp); in CloseRelaxInst() local
Dfolding_rules.cpp358 Instruction* op_inst = in MergeNegateArithmetic() local
394 Instruction* op_inst = in MergeNegateMulDivArithmetic() local
455 Instruction* op_inst = in MergeNegateAddSubArithmetic() local
744 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeMulDivArithmetic() local
929 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeDivMulArithmetic() local
1501 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeMulAddArithmetic() local
Dupgrade_memory_model.cpp386 Instruction* op_inst = context()->get_def_use_mgr()->GetDef(*id_ptr); in TraceInstruction() local
642 Instruction* op_inst = in UpgradeBarriers() local
Dreduce_load_size.cpp121 Instruction* op_inst = def_use_mgr->GetDef( in ShouldReplaceExtract() local
Dvector_dce.cpp213 Instruction* op_inst = def_use_mgr->GetDef(id); in MarkCompositeContructUsesAsLive() local
Deliminate_dead_members_pass.cpp260 Instruction* op_inst = get_def_use_mgr()->GetDef(op_id); in MarkOperandTypeAsFullyUsed() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dfunctional_control_flow_to_cfg.cc137 Operation* op_inst = op.getOperation(); in LowerIfOp() local
191 Operation* op_inst = op.getOperation(); in LowerWhileOp() local