Home
last modified time | relevance | path

Searched defs:tyIdx (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_symbol_builder.cpp31 MIRSymbol *MIRSymbolBuilder::CreateSymbol(TyIdx tyIdx, GStrIdx strIdx, MIRSymKind mClass, MIRStorageClass sClass, in CreateSymbol() argument
50 MIRSymbol *MIRSymbolBuilder::CreatePregFormalSymbol(TyIdx tyIdx, PregIdx pRegIdx, MIRFunction &func) const in CreatePregFormalSymbol() argument
H A Dglobal_tables.cpp144 TyIdx tyIdx = GetOrCreateMIRType(&type); in GetOrCreatePointerType() local
H A Dmir_module.cpp92 void MIRModule::AddExternStructType(TyIdx tyIdx) in AddExternStructType() argument
245 TyIdx tyIdx = typeNameTab->GetTyIdxFromGStrIdx(*it); in DumpGlobals() local
382 TyIdx tyIdx = typeNameTab->GetTyIdxFromGStrIdx(*it); in DumpDefType() local
H A Dmir_builder.cpp103 MIRSymbol *MIRBuilder::GetOrCreateLocalDecl(const std::string &str, TyIdx tyIdx, MIRSymbolTable &symbolTable, in GetOrCreateLocalDecl() argument
152 MIRSymbol *MIRBuilder::CreateSymbol(TyIdx tyIdx, const std::string &name, MIRSymKind mClass, MIRStorageClass sClass, in CreateSymbol() argument
159 MIRSymbol *MIRBuilder::CreateSymbol(TyIdx tyIdx, GStrIdx strIdx, MIRSymKind mClass, MIRStorageClass sClass, in CreateSymbol() argument
165 MIRSymbol *MIRBuilder::CreatePregFormalSymbol(TyIdx tyIdx, PregIdx pRegIdx, MIRFunction &func) const in CreatePregFormalSymbol() argument
372 CreateStmtIntrinsicCall(MIRIntrinsicID idx, const MapleVector<BaseNode *> &arguments, TyIdx tyIdx) CreateStmtIntrinsicCall() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dbecommon.cpp58 TyIdx tyIdx = ty.GetTypeIndex(); in ComputeTypeSizesAligns() local
103 void BECommon::AddElementToFuncReturnType(MIRFunction &func, const TyIdx tyIdx) in AddElementToFuncReturnType() argument
118 BeGetOrCreateFunctionType(TyIdx tyIdx, const std::vector<TyIdx> &vecTy, const std::vector<TypeAttrs> &vecAt) BeGetOrCreateFunctionType() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dglobal_tables.h68 IntConstKey(int64 v, TyIdx tyIdx) : val(v), tyIdx(tyIdx) {} in IntConstKey() argument
73 TyIdx tyIdx; member in maple::IntConstKey
132 MIRType *GetTypeFromTyIdx(TyIdx tyIdx) in GetTypeFromTyIdx() argument
[all...]
H A Dmir_nodes.h343 TyIdx tyIdx = TyIdx(0); member in maple::RetypeNode
461 TyIdx tyIdx = TyIdx(0); member in maple::IreadNode
865 TyIdx tyIdx; global() member
1191 IassignNode(TyIdx tyIdx, FieldID fieldID, BaseNode *addrOpnd, BaseNode *rhsOpnd) IassignNode() argument
1280 TyIdx tyIdx; global() member in IassignNode
[all...]
H A Dmir_module.h171 void SetGStrIdxToTyIdx(GStrIdx gStrIdx, TyIdx tyIdx) in SetGStrIdxToTyIdx() argument
H A Dmir_function.h198 void SetClassTyIdx(TyIdx tyIdx) in SetClassTyIdx() argument
662 void SetInferredReturnTyIdx(TyIdx tyIdx) in SetInferredReturnTyIdx() argument
692 void SetGStrIdxToTyIdx(GStrIdx gStrIdx, TyIdx tyIdx) in SetGStrIdxToTyIdx() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
H A Dbecommon.h112 void AddTypeSizeAndAlign(const TyIdx tyIdx, uint64 value) in AddTypeSizeAndAlign() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_memlayout.cpp113 TyIdx tyIdx = sym->GetTyIdx(); in LayoutLocalVariables() local
H A Dx64_args.cpp43 TyIdx tyIdx = x64CGFunc->GetBecommon().GetFuncReturnType(*func); in CollectRegisterArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_memlayout.cpp150 TyIdx tyIdx = sym->GetTyIdx(); in LayoutLocalVariables() local

Completed in 12 milliseconds