Home
last modified time | relevance | path

Searched full:getprimitivetype (Results 1 – 17 of 17) 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 i128Type = GetPrimitiveType(PTY_i128); in LMIRBuilder()
66 u1Type = GetPrimitiveType(PTY_u1); in LMIRBuilder()
67 u8Type = GetPrimitiveType(PTY_u8); in LMIRBuilder()
68 u16Type = GetPrimitiveType(PTY_u16); in LMIRBuilder()
69 u32Type = GetPrimitiveType(PTY_u32); in LMIRBuilder()
[all …]
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h325 Type GetPrimitiveType() const in GetPrimitiveType() function
341 return IsPrimitiveType() && GetPrimitiveType() == Type::ANY; in IsAny()
346 return IsPrimitiveType() && GetPrimitiveType() == Type::NONE; in IsNone()
351 return IsPrimitiveType() && GetPrimitiveType() == Type::INT; in IsInt()
356 return IsPrimitiveType() && GetPrimitiveType() == Type::INT_OVERFLOW; in IsIntOverFlow()
361 return IsPrimitiveType() && GetPrimitiveType() == Type::DOUBLE; in IsDouble()
366 return IsPrimitiveType() && GetPrimitiveType() == Type::STRING; in IsString()
371 return type_.index() == 0 && GetPrimitiveType() == Type::BIG_INT; in IsBigInt()
376 return type_.index() == 0 && GetPrimitiveType() == Type::BOOLEAN; in IsBoolean()
381 return type_.index() == 0 && GetPrimitiveType() == Type::HEAP_OBJECT; in IsHeapObject()
[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.h28 PrimitiveType GetPrimitiveType() const in GetPrimitiveType() function
DetsPrimitiveType.cpp40 switch (GetPrimitiveType()) { in Dump()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DexpressionLambdaLowering.cpp29 …function->ReturnTypeAnnotation()->AsETSPrimitiveType()->GetPrimitiveType() == ir::PrimitiveType::V… in ConvertExpression()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_parser.h58 PrimType GetPrimitiveType(TokenKind tk) const;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp121 PrimType MIRParser::GetPrimitiveType(TokenKind tk) const in GetPrimitiveType() function in maple::MIRParser
336 PrimType primType = GetPrimitiveType(lexer.NextToken()); in ParseBitFieldType()
671 PrimType primType = GetPrimitiveType(lexer.GetTokenKind()); in ParsePrimType()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp888 auto primitiveType = sampleType.GetPrimitiveType(); in HWTEST_F_L0()
1082 auto primitiveType = sampleType.GetPrimitiveType(); in HWTEST_F_L0()
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp648 return PrimitiveTypeToName(typeAnnotation->AsETSPrimitiveType()->GetPrimitiveType()); in GetNameForTypeNode()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp1035 if (typeAnnotation->GetPrimitiveType() != ir::PrimitiveType::VOID) { in CheckVoidAnnotation()
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.cpp1972 return PrimitiveTypeToStr(node->GetPrimitiveType()); in PrimitiveTypeNodeType()