Home
last modified time | relevance | path

Searched defs:newType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h409 IntVal Trunc(PrimType newType) const in Trunc()
416 IntVal Extend(PrimType newType) const in Extend()
423 IntVal TruncOrExtend(PrimType newType) const in TruncOrExtend()
489 inline IntVal Min(const IntVal &a, const IntVal &b, PrimType newType) in Min()
503 inline IntVal Max(const IntVal &a, const IntVal &b, PrimType newType) in Max()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dphi_type_resolving.cpp114 auto newType = AnyBaseTypeToDataType(anyType_); in PropagateTypeToPhi() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp728 …MIRType *newType = GlobalTables::GetTypeTable().GetOrCreatePointerType(pointedType, GetLoweredPtrT… in BeGetOrCreatePointerType() local
739 MIRType *newType = GlobalTables::GetTypeTable().GetOrCreateFunctionType(tyIdx, vecTy, vecAt); in BeGetOrCreateFunctionType() local
/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h181 TrackType newType = TrackType::TAGGED; in UpdateTrackType() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h181 static int32_t CombineType(int32_t curType, int32_t newType) in CombineType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h538 MIRType *newType = oldType.CopyMIRTypeNode(); in CreateType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp875 PrimType newType = originType; in ICmp() local