Searched defs:newType (Results 1 – 10 of 10) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | becommon.cpp | 105 …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/ |
| D | mpl_int_val.h | 436 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/ |
| D | phi_type_resolving.cpp | 114 auto newType = AnyBaseTypeToDataType(anyType_); in PropagateTypeToPhi() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | narrowingConverter.h | 189 TargetType *newType = Checker()->Allocator()->New<TargetType>(narrowedValue); in ApplyNarrowing() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | property_attributes.h | 197 TrackType newType = TrackType::TAGGED; in UpdateTrackType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
| D | global_tables.h | 339 MIRType *newType = oldType.CopyMIRTypeNode(); in CreateType() local
|
| /arkcompiler/ets_runtime/ecmascript/pgo_profiler/types/ |
| D | pgo_profiler_type.h | 201 static int32_t CombineType(int32_t curType, int32_t newType) in CombineType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
| D | lmir_builder.cpp | 723 PrimType newType = originType; in ICmp() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | lambdaLowering.cpp | 166 …auto *newType = capturedVar->TsType()->Substitute(checker->Relation(), calleeParameterInfo.substit… in CreateLambdaCalleeParameters() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | number_speculative_retype.cpp | 1893 void NumberSpeculativeRetype::UpdateMeta(GateRef gate, TypeInfo newType, const GateMetaData *meta) in UpdateMeta()
|