Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlegalize_control_flow.cc64 Operation* op_inst = if_op.getOperation(); in LowerIfOp() local
116 auto* op_inst = while_op.getOperation(); in LowerWhileOp() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dfunctional_control_flow_to_cfg.cc135 Operation* op_inst = op.getOperation(); in LowerIfOp() local
189 Operation* op_inst = op.getOperation(); in LowerWhileOp() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dreduce_load_size.cpp125 Instruction* op_inst = def_use_mgr->GetDef( in ShouldReplaceExtract() local
Dconvert_to_half_pass.cpp166 Instruction* op_inst = get_def_use_mgr()->GetDef(*idp); in GenHalfArith() local
287 Instruction* op_inst = get_def_use_mgr()->GetDef(*idp); in CloseRelaxInst() local
Dupgrade_memory_model.cpp384 Instruction* op_inst = context()->get_def_use_mgr()->GetDef(*id_ptr); in TraceInstruction() local
635 Instruction* op_inst = in UpgradeBarriers() local
Dfolding_rules.cpp349 Instruction* op_inst = in MergeNegateArithmetic() local
384 Instruction* op_inst = in MergeNegateMulDivArithmetic() local
442 Instruction* op_inst = in MergeNegateAddSubArithmetic() local
730 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeMulDivArithmetic() local
914 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeDivMulArithmetic() local
Dvector_dce.cpp212 Instruction* op_inst = def_use_mgr->GetDef(id); in MarkCompositeContructUsesAsLive() local
Deliminate_dead_members_pass.cpp251 Instruction* op_inst = get_def_use_mgr()->GetDef(op_id); in MarkOperandTypeAsFullyUsed() local
/external/deqp-deps/SPIRV-Tools/source/opt/
Dreduce_load_size.cpp125 Instruction* op_inst = def_use_mgr->GetDef( in ShouldReplaceExtract() local
Dconvert_to_half_pass.cpp166 Instruction* op_inst = get_def_use_mgr()->GetDef(*idp); in GenHalfArith() local
287 Instruction* op_inst = get_def_use_mgr()->GetDef(*idp); in CloseRelaxInst() local
Dupgrade_memory_model.cpp384 Instruction* op_inst = context()->get_def_use_mgr()->GetDef(*id_ptr); in TraceInstruction() local
635 Instruction* op_inst = in UpgradeBarriers() local
Dfolding_rules.cpp296 Instruction* op_inst = in MergeNegateArithmetic() local
331 Instruction* op_inst = in MergeNegateMulDivArithmetic() local
389 Instruction* op_inst = in MergeNegateAddSubArithmetic() local
677 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeMulDivArithmetic() local
861 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeDivMulArithmetic() local
Dvector_dce.cpp212 Instruction* op_inst = def_use_mgr->GetDef(id); in MarkCompositeContructUsesAsLive() local
Deliminate_dead_members_pass.cpp251 Instruction* op_inst = get_def_use_mgr()->GetDef(op_id); in MarkOperandTypeAsFullyUsed() local
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dreduce_load_size.cpp125 Instruction* op_inst = def_use_mgr->GetDef( in ShouldReplaceExtract() local
Dconvert_to_half_pass.cpp166 Instruction* op_inst = get_def_use_mgr()->GetDef(*idp); in GenHalfArith() local
287 Instruction* op_inst = get_def_use_mgr()->GetDef(*idp); in CloseRelaxInst() local
Dupgrade_memory_model.cpp384 Instruction* op_inst = context()->get_def_use_mgr()->GetDef(*id_ptr); in TraceInstruction() local
635 Instruction* op_inst = in UpgradeBarriers() local
Dfolding_rules.cpp296 Instruction* op_inst = in MergeNegateArithmetic() local
331 Instruction* op_inst = in MergeNegateMulDivArithmetic() local
389 Instruction* op_inst = in MergeNegateAddSubArithmetic() local
677 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeMulDivArithmetic() local
861 Instruction* op_inst = def_use_mgr->GetDef(op_id); in MergeDivMulArithmetic() local
Dvector_dce.cpp212 Instruction* op_inst = def_use_mgr->GetDef(id); in MarkCompositeContructUsesAsLive() local
Deliminate_dead_members_pass.cpp251 Instruction* op_inst = get_def_use_mgr()->GetDef(op_id); in MarkOperandTypeAsFullyUsed() local
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.h249 if (auto op_inst = dyn_cast_or_null<DQ>(operand.getDefiningOp())) { in matchAndRewrite() local