Home
last modified time | relevance | path

Searched refs:HasType (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/
H A Dpass_manager.h45 static constexpr bool HasType() in HasType() function in panda::compiler::details::PassTypeList
62 static_assert(HasType<Type>()); in GetIndex()
91 if constexpr (details::PredefinedAnalyses::HasType<T>()) { in RunPass() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/
H A Dpass_manager.h53 static constexpr bool HasType() in HasType() function in ark::compiler::details::PassTypeList
70 static_assert(HasType<Type>()); in GetIndex()
100 if constexpr (details::PredefinedAnalyses::HasType<T>()) { in RunPass() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dphi_resolver.h64 if ((inst->IsPhi() || (inst->GetType() == DataType::ANY && inst->IsCatchPhi())) && inst->HasType() && in Run()
73 } else if (!inst->HasType()) { in Run()
75 ASSERT(inst->HasType() || (inst->IsCatchPhi() && !inst->CastToCatchPhi()->IsAcc())); in Run()
197 if (phiInst->HasType()) { in CheckPhiInputs()
H A Dinst_builder.h229 if (!input->HasType()) { in CreateCast()
/arkcompiler/runtime_core/compiler/optimizer/ir_builder/
H A Dphi_resolver.h53 if (inst->HasType() || (!inst->GetUsers().Empty() && CheckPhiInputs(inst))) { in Run()
87 ASSERT(inst->HasType() || (inst->IsCatchPhi() && !inst->CastToCatchPhi()->IsAcc())); in Run()
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
H A DetsUnionType.h53 bool HasType(Type *type) const;
H A DetsUnionType.cpp730 bool ETSUnionType::HasType(Type *type) const
742 return HasType(checker->GlobalETSNullType()) || HasType(checker->GlobalETSUndefinedType());
/arkcompiler/runtime_core/compiler/tests/
H A Dcompiler_graph_test.cpp222 EXPECT_TRUE(graph->FindOrAddConstant(constant)->HasType()); in HWTEST_F()
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dgraph_checker.cpp215 if (!user_inst->HasType()) { in CheckDataFlow()
H A Dinst.h780 bool HasType() const
/arkcompiler/toolchain/tooling/base/
H A Dpt_types.h1420 ASSERT(HasType()); in GetType()
1430 bool HasType() const in HasType() function in panda::ecmascript::tooling::final::final
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSCompiler.cpp153 exprType->AsETSUnionType()->HasType(etsg->Checker()->GlobalETSUndefinedType()); in Compile()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dgraph_checker.cpp296 if (!userInst->HasType()) { in CheckUserOfInt32()
H A Dinst.h837 bool HasType() const

Completed in 33 milliseconds