/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | mir_symbol_builder.cpp | 31 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 D | global_tables.cpp | 144 TyIdx tyIdx = GetOrCreateMIRType(&type); in GetOrCreatePointerType() local
|
H A D | mir_module.cpp | 92 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 D | mir_builder.cpp | 103 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 D | becommon.cpp | 58 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 D | global_tables.h | 68 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 D | mir_nodes.h | 343 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 D | mir_module.h | 171 void SetGStrIdxToTyIdx(GStrIdx gStrIdx, TyIdx tyIdx) in SetGStrIdxToTyIdx() argument
|
H A D | mir_function.h | 198 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 D | becommon.h | 112 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 D | x64_memlayout.cpp | 113 TyIdx tyIdx = sym->GetTyIdx(); in LayoutLocalVariables() local
|
H A D | x64_args.cpp | 43 TyIdx tyIdx = x64CGFunc->GetBecommon().GetFuncReturnType(*func); in CollectRegisterArgs() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_memlayout.cpp | 150 TyIdx tyIdx = sym->GetTyIdx(); in LayoutLocalVariables() local
|