Home
last modified time | relevance | path

Searched defs:input_type (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
Dphi_resolver.h102 auto input_type = input.GetInst()->GetType(); in SetTypeByInputs() local
178 auto input_type = input_inst->GetType(); in CheckPhiInputs() local
Dinst_builder.cpp254 auto input_type = inst->GetInputType(input_idx); in FixInstructions() local
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dtypes_resolving.cpp204 auto input_type = GetAssumedAnyType(input_inst); in TryInline() local
/arkcompiler/ets_frontend/es2panda/test/
Drunner.py943 def __init__(self, test_path, input_type): argument
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dgraph_checker.cpp1524 [[maybe_unused]] auto input_type = inst->GetInput(0).GetInst()->GetType(); in CheckDataFlow() local
2051 auto input_type = inst->GetInputType(0); in CheckDataFlow() local