Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp105 …MIRType *newType = GlobalTables::GetTypeTable().GetOrCreatePointerType(pointedType, GetLoweredPtrT… in BeGetOrCreatePointerType() local
116 MIRType *newType = GlobalTables::GetTypeTable().GetOrCreateFunctionType(tyIdx, vecTy, vecAt); in BeGetOrCreateFunctionType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_int_val.h436 IntVal Trunc(PrimType newType) const in Trunc()
443 IntVal Extend(PrimType newType) const in Extend()
450 IntVal TruncOrExtend(PrimType newType) const in TruncOrExtend()
516 inline IntVal Min(const IntVal &a, const IntVal &b, PrimType newType) in Min()
530 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_frontend/ets2panda/checker/ets/
DnarrowingConverter.h189 TargetType *newType = Checker()->Allocator()->New<TargetType>(narrowedValue); in ApplyNarrowing() local
/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h197 TrackType newType = TrackType::TAGGED; in UpdateTrackType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dglobal_tables.h339 MIRType *newType = oldType.CopyMIRTypeNode(); in CreateType() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/
Dpgo_profiler_type.h201 static int32_t CombineType(int32_t curType, int32_t newType) in CombineType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp723 PrimType newType = originType; in ICmp() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp166 …auto *newType = capturedVar->TsType()->Substitute(checker->Relation(), calleeParameterInfo.substit… in CreateLambdaCalleeParameters() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp1893 void NumberSpeculativeRetype::UpdateMeta(GateRef gate, TypeInfo newType, const GateMetaData *meta) in UpdateMeta()