Home
last modified time | relevance | path

Searched defs:typeInfo (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dobject_type_propagation.cpp29 auto typeInfo = GetPhiTypeInfo(phi); in RunImpl() local
169 auto typeInfo = ObjectTypeInfo::UNKNOWN; in GetPhiTypeInfo() local
[all...]
H A Dbounds_analysis.cpp720 auto typeInfo = arrayInst->GetObjectTypeInfo(); in FindBoundsRange() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/ap_file/
H A Dpgo_method_type_set.cpp61 auto typeInfo = base::ReadBufferInSize<TypeInfoHeader>(buffer); in ParseFromBinary() local
[all...]
H A Dpgo_method_type_set.h246 void Merge(const ScalarOpTemplate &typeInfo) in Merge() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dasm_printer_test.cpp224 void DoTest(TypeInfo typeInfo, std::string_view opName, EncodeFuncType<PARAMS> encodeFunc) in DoTest() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dspill_fill_encoder.cpp266 auto typeInfo = Codegen::ConvertDataType(sf.GetType(), codegen_->GetArch()); in EncodeStackToX() local
H A Dcodegen.cpp246 void Codegen::Convert(ArenaVector<Reg> *regsUsage, const ArenaVector<bool> *mask, TypeInfo typeInfo) in Convert() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Danalysis.cpp101 auto typeInfo = inst->GetObjectTypeInfo(); in GetClass() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dpeepholes.cpp2591 auto typeInfo = inst->GetDataFlowInput(0)->GetObjectTypeInfo(); in VisitGetInstanceClass() local
H A Dinlining.cpp1555 auto typeInfo = objectInst->GetObjectTypeInfo(); in ResolveTarget() local
1592 bool Inlining::CanUseTypeInfo(ObjectTypeInfo typeInfo, RuntimeInterface::MethodPtr method) in CanUseTypeInfo() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dnumber_speculative_retype.cpp92 TypeInfo typeInfo = GetOutputTypeInfo(gate); in GetNumberTypeInfo() local
567 TypeInfo typeInfo = GetOutputTypeInfo(gate); in VisitPhi() local
1483 TypeInfo typeInfo = GetOutputTypeInfo(input); in VisitLoadStringLength() local
1957 TypeInfo typeInfo = GetOutputTypeInfo(gate); in GetNumberInputTypeInfo() local
2060 TypeInfo typeInfo = GetOutputTypeInfo(input); in VisitBigIntConstructor() local
[all...]

Completed in 41 milliseconds