Home
last modified time | relevance | path

Searched full:getprimitivetype (Results 1 – 21 of 21) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp23 inline Type *GetPrimitiveType(PrimType type) in GetPrimitiveType() function
61 i8Type = GetPrimitiveType(PTY_i8); in LMIRBuilder()
62 i16Type = GetPrimitiveType(PTY_i16); in LMIRBuilder()
63 i32Type = GetPrimitiveType(PTY_i32); in LMIRBuilder()
64 i64Type = GetPrimitiveType(PTY_i64); in LMIRBuilder()
65 u1Type = GetPrimitiveType(PTY_u1); in LMIRBuilder()
66 u8Type = GetPrimitiveType(PTY_u8); in LMIRBuilder()
67 u16Type = GetPrimitiveType(PTY_u16); in LMIRBuilder()
68 u32Type = GetPrimitiveType(PTY_u32); in LMIRBuilder()
69 u64Type = GetPrimitiveType(PTY_u64); in LMIRBuilder()
[all …]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h333 Type GetPrimitiveType() const in GetPrimitiveType() function
349 return IsPrimitiveType() && GetPrimitiveType() == Type::ANY; in IsAny()
354 return IsPrimitiveType() && GetPrimitiveType() == Type::NONE; in IsNone()
359 return IsPrimitiveType() && GetPrimitiveType() == Type::INT; in IsInt()
364 return IsPrimitiveType() && GetPrimitiveType() == Type::INT_OVERFLOW; in IsIntOverFlow()
369 return IsPrimitiveType() && GetPrimitiveType() == Type::DOUBLE; in IsDouble()
374 return IsPrimitiveType() && GetPrimitiveType() == Type::STRING; in IsString()
379 return IsPrimitiveType() && GetPrimitiveType() == Type::INTERN_STRING; in IsInternString()
384 return type_.index() == 0 && GetPrimitiveType() == Type::BIG_INT; in IsBigInt()
389 return type_.index() == 0 && GetPrimitiveType() == Type::BOOLEAN; in IsBoolean()
[all …]
/arkcompiler/runtime_core/tests/cts-generator/cts-template/
Dcall.polymorphic.range.yaml52 .function panda.Class R.getPrimitiveType(panda.String a0) <static, panda.access=public> {
230 call.short R.getPrimitiveType, v1
234 call.short R.getPrimitiveType, v2
312 call.short R.getPrimitiveType, v1
316 call.short R.getPrimitiveType, v2
412 call.short R.getPrimitiveType, v1
416 call.short R.getPrimitiveType, v2
492 call.short R.getPrimitiveType, v1
496 call.short R.getPrimitiveType, v2
577 call.short R.getPrimitiveType, v1
[all …]
Dcalle.polymorphic.range.yaml52 .function panda.Class R.getPrimitiveType(panda.String a0) <static, panda.access=public> {
230 call.short R.getPrimitiveType, v1
234 call.short R.getPrimitiveType, v2
312 call.short R.getPrimitiveType, v1
316 call.short R.getPrimitiveType, v2
412 call.short R.getPrimitiveType, v1
416 call.short R.getPrimitiveType, v2
492 call.short R.getPrimitiveType, v1
496 call.short R.getPrimitiveType, v2
577 call.short R.getPrimitiveType, v1
[all …]
Dcall.polymorphic.short.yaml52 .function panda.Class R.getPrimitiveType(panda.String a0) <static, panda.access=public> {
200 call.short R.getPrimitiveType, v1
204 call.short R.getPrimitiveType, v2
269 call.short R.getPrimitiveType, v1
390 call.short R.getPrimitiveType, v4
Dcall.polymorphic.yaml52 .function panda.Class R.getPrimitiveType(panda.String a0) <static, panda.access=public> {
206 call.short R.getPrimitiveType, v1
210 call.short R.getPrimitiveType, v2
288 call.short R.getPrimitiveType, v1
292 call.short R.getPrimitiveType, v2
388 call.short R.getPrimitiveType, v1
392 call.short R.getPrimitiveType, v2
468 call.short R.getPrimitiveType, v1
472 call.short R.getPrimitiveType, v2
618 call.short R.getPrimitiveType, v4
Dcalle.polymorphic.yaml52 .function panda.Class R.getPrimitiveType(panda.String a0) <static, panda.access=public> {
206 call.short R.getPrimitiveType, v1
210 call.short R.getPrimitiveType, v2
288 call.short R.getPrimitiveType, v1
292 call.short R.getPrimitiveType, v2
388 call.short R.getPrimitiveType, v1
392 call.short R.getPrimitiveType, v2
468 call.short R.getPrimitiveType, v1
472 call.short R.getPrimitiveType, v2
618 call.short R.getPrimitiveType, v4
Dcalle.polymorphic.short.yaml42 .function panda.Class R.getPrimitiveType(panda.String a0) <static, panda.access=public> {
190 call.short R.getPrimitiveType, v1
194 call.short R.getPrimitiveType, v2
259 call.short R.getPrimitiveType, v1
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsPrimitiveType.h31 PrimitiveType GetPrimitiveType() const in GetPrimitiveType() function
DetsPrimitiveType.cpp52 switch (GetPrimitiveType()) { in Dump()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DexpressionLambdaLowering.cpp31 …function->ReturnTypeAnnotation()->AsETSPrimitiveType()->GetPrimitiveType() == ir::PrimitiveType::V… in ConvertExpression()
DconstantExpressionLowering.cpp718 switch (expr->TypeAnnotation()->AsETSPrimitiveType()->GetPrimitiveType()) { in FoldTSAsExpression()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_info_accessors.h1001 PrimitiveType GetPrimitiveType() const in GetPrimitiveType() function
1525 PrimitiveType GetPrimitiveType(size_t index) const in GetPrimitiveType() function
1527 return accessInfos_.at(index).GetPrimitiveType(); in GetPrimitiveType()
1538 if (leftAccessInfo.GetPrimitiveType() != PrimitiveType::PRIMITIVE_TYPE_INVALID || in CanBeMerged()
1539 rightAccessInfo.GetPrimitiveType() != PrimitiveType::PRIMITIVE_TYPE_INVALID || in CanBeMerged()
1540 leftCheckerInfo.GetPrimitiveType() != PrimitiveType::PRIMITIVE_TYPE_INVALID || in CanBeMerged()
1541 rightCheckerInfo.GetPrimitiveType() != PrimitiveType::PRIMITIVE_TYPE_INVALID) { in CanBeMerged()
1619 auto primitiveType = GetPrimitiveType(i); in CollectPrimitiveTypeInfo()
Dtype_info_accessors.cpp910 PrimitiveType primitiveType = parent_.jitTypes_[i].GetPrimitiveType(); in GenerateObjectAccessInfo()
Dtyped_bytecode_lowering.cpp612 auto primitiveType = info.tacc.GetPrimitiveType(itr->first); in PolyPrimitiveTypeCheckAndLoad()
713 PrimitiveType primitiveType = tacc.GetPrimitiveType(0); in LowerTypedMonoLdObjByName()
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DmethodBuilder.cpp53 …if (type->IsETSPrimitiveType() && type->AsETSPrimitiveType()->GetPrimitiveType() == ir::PrimitiveT… in CreateTypedReturnStatement()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp866 auto primitiveType = sampleType.GetPrimitiveType(); in HWTEST_F_L0()
1055 auto primitiveType = sampleType.GetPrimitiveType(); in HWTEST_F_L0()
/arkcompiler/ets_frontend/ets2panda/lsp/src/
Dquick_info.cpp440 return PrimitiveTypeToName(typeAnnotation->AsETSPrimitiveType()->GetPrimitiveType()); in GetNameForTypeNode()
/arkcompiler/ets_frontend/ets2panda/declgen_ets2ts/
DdeclgenEts2Ts.cpp1471 typeAnnotation->AsETSPrimitiveType()->GetPrimitiveType() == ir::PrimitiveType::VOID) { in ProcessTypeAnnotationType()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp889 return PrimitiveTypeToName(typeAnnotation->AsETSPrimitiveType()->GetPrimitiveType()); in GetNameForTypeNode()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1421 if (typeAnnotation->GetPrimitiveType() != ir::PrimitiveType::VOID) { in CheckVoidAnnotation()