/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
H A D | becommon.cpp | 38 MIRType *ty = GlobalTables::GetTypeTable().GetTypeTable()[i]; in BECommon() local 46 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(i); in AddNewTypeAfterBecommon() local 56 void BECommon::ComputeTypeSizesAligns(MIRType &ty, uint8 align) in ComputeTypeSizesAligns() argument 95 AddAndComputeSizeAlign(MIRType &ty) AddAndComputeSizeAlign() argument 129 FinalizeTypeTable(const MIRType &ty) FinalizeTypeTable() argument [all...] |
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker_context_misc.cpp | 49 auto ty = panda_file::Type::GetTypeIdBySignature(s.front()); in DemangleName() local 50 o << ty; in DemangleName() local
|
H A D | linker_context.cpp | 803 const auto ty = old->GetType(); in TypeFromOld() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/ |
H A D | becommon.h | 71 void UpdateTypeTable(MIRType &ty) in UpdateTypeTable() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_memlayout.cpp | 40 MIRType *ty = nullptr; in ComputeStackSpaceRequirementForCall() local 80 MIRType *ty = mirFunction->GetNthParamType(i); in LayoutFormalParams() local 119 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx); in LayoutLocalVariables() local
|
H A D | x64_args.cpp | 50 MIRType *ty = x64CGFunc->GetFunction().GetNthParamType(i); in CollectRegisterArgs() local 276 MIRType *ty = x64CGFunc->GetFunction().GetNthParamType(i); in MoveVRegisterArgs() local
|
H A D | x64_emitter.cpp | 1719 MIRType *ty = symbol->GetType(); in EmitLocalVariable() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_args.cpp | 42 MIRType *ty = mirFunc.GetNthParamType(i); in MoveRegisterArgs() local 205 MIRType *ty = mirFunc.GetNthParamType(i); in MoveVRegisterArgs() local
|
H A D | aarch64_memlayout.cpp | 50 MIRType *ty = nullptr; in ComputeStackSpaceRequirementForCall() local 80 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(mirFunction->GetFormalDefVec()[i].formalTyIdx); in LayoutFormalParams() local 155 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx); in LayoutLocalVariables() local 200 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(mirFunction->GetFormalDefVec()[i].formalTyIdx); in LayoutActualParams() local [all...] |
H A D | aarch64_proepilog.cpp | 368 MIRType *ty = mirFunc.GetNthParamType(i); in GenerateFunctionSave() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | mir_nodes.cpp | 139 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx); in Dump() local
|
H A D | mir_function.cpp | 216 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(formalDefVec[i].formalTyIdx); in DumpFlavorLoweredThanMmpl() local
|
H A D | mir_builder.cpp | 81 MIRType *ty = arguments[i].second; in CreateFunction() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_const.h | 216 MIRAddrofConst(StIdx sy, FieldID fi, MIRType &ty) : MIRConst(ty, kConstAddrof), stIdx(sy), fldID(fi), offset(0) {} in MIRAddrofConst() argument 218 MIRAddrofConst(StIdx sy, FieldID fi, MIRType &ty, int32 ofst) in MIRAddrofConst() argument 262 MIRAddroffuncConst(PUIdx idx, MIRType &ty) : MIRConst(ty, kConstAddrofFunc), puIdx(idx) {} in MIRAddroffuncConst() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/ |
H A D | llvm_ir_builder.cpp | 1576 auto ty = LLVMTypeOf(v); in GetPtrAddressSpace() local
|