Home
last modified time | relevance | path

Searched defs:ty (Results 1 – 25 of 38) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp39 MIRType *ty = GlobalTables::GetTypeTable().GetTypeTable()[i]; in BECommon() local
117 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(i); in AddNewTypeAfterBecommon() local
128 void BECommon::ComputeStructTypeSizesAligns(MIRType &ty, const TyIdx &tyIdx) in ComputeStructTypeSizesAligns()
218 void BECommon::ComputeClassTypeSizesAligns(MIRType &ty, const TyIdx &tyIdx, uint8 align) in ComputeClassTypeSizesAligns()
311 void BECommon::ComputeArrayTypeSizesAligns(MIRType &ty, const TyIdx &tyIdx) in ComputeArrayTypeSizesAligns()
342 void BECommon::ComputeFArrayOrJArrayTypeSizesAligns(MIRType &ty, const TyIdx &tyIdx) in ComputeFArrayOrJArrayTypeSizesAligns()
359 void BECommon::ComputeTypeSizesAligns(MIRType &ty, uint8 align) in ComputeTypeSizesAligns()
412 void BECommon::LowerTypeAttribute(MIRType &ty) in LowerTypeAttribute()
419 void BECommon::LowerJavaTypeAttribute(MIRType &ty) in LowerJavaTypeAttribute()
432 void BECommon::LowerJavaVolatileInClassType(MIRClassType &ty) in LowerJavaVolatileInClassType()
[all …]
Dlower.cpp98 MIRSymbol *CGLowerer::CreateNewRetVar(const MIRType &ty, const std::string &prefix) in CreateNewRetVar()
221 …MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(static_cast<TyIdx>(opnd1->GetPrimType(… in SplitBinaryNodeOpnd1() local
242 …MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(static_cast<TyIdx>(tNode.GetPrimType()… in SplitTernaryNodeResult() local
1425 static PrimType IsStructElementSame(MIRType *ty) in IsStructElementSame()
1495 PrimType ty = IsStructElementSame(dtype); in LowerStructReturn() local
2760 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(fdNode.GetTyIdx()); in LowerExpr() local
2975 MIRType *ty = dst->GetType(); in LowerIntrinsicopDassign() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_memlayout.cpp40 MIRType *ty = nullptr; in ComputeStackSpaceRequirementForCall() local
112 MIRType *ty = func->GetNthParamType(i); in LayoutVarargParams() local
172 MIRType *ty = mirFunction->GetNthParamType(i); in LayoutFormalParams() local
215 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx); in LayoutLocalVariables() local
Dx64_args.cpp50 MIRType *ty = x64CGFunc->GetFunction().GetNthParamType(i); in CollectRegisterArgs() local
282 MIRType *ty = x64CGFunc->GetFunction().GetNthParamType(i); in MoveVRegisterArgs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_export.cpp164 void OutputTypeScalar(const MIRType &ty, BinaryMplExport &mplExport) in OutputTypeScalar()
170 void OutputTypePointer(const MIRType &ty, BinaryMplExport &mplExport) in OutputTypePointer()
179 void OutputTypeByName(const MIRType &ty, BinaryMplExport &mplExport) in OutputTypeByName()
185 void OutputTypeFArray(const MIRType &ty, BinaryMplExport &mplExport) in OutputTypeFArray()
193 void OutputTypeJArray(const MIRType &ty, BinaryMplExport &mplExport) in OutputTypeJArray()
201 void OutputTypeArray(const MIRType &ty, BinaryMplExport &mplExport) in OutputTypeArray()
214 void OutputTypeFunction(const MIRType &ty, BinaryMplExport &mplExport) in OutputTypeFunction()
233 void OutputTypeParam(const MIRType &ty, BinaryMplExport &mplExport) in OutputTypeParam()
240 void OutputTypeInstantVector(const MIRType &ty, BinaryMplExport &mplExport) in OutputTypeInstantVector()
249 void OutputTypeGenericInstant(const MIRType &ty, BinaryMplExport &mplExport) in OutputTypeGenericInstant()
[all …]
Dmir_module.cpp546 void MIRModule::DumpTypeTreeToCxxHeaderFile(MIRType &ty, std::unordered_set<MIRType *> &dumpedClass… in DumpTypeTreeToCxxHeaderFile()
634 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx); in DumpToCxxHeaderFile() local
Dmir_symbol.cpp38 const MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(GetTyIdx()); in IsTypeVolatile() local
Dmir_function.cpp355 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(formalDefVec[i].formalTyIdx); in DumpFlavorLoweredThanMmpl() local
Ddebug_info.cpp693 DBGDie *DebugInfo::GetOrCreatePrimTypeDie(MIRType *ty) in GetOrCreatePrimTypeDie()
924 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(type->GetPrimType()); in CreateBitfieldDie() local
Dbin_func_import.cpp455 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(lsym->GetTyIdx()); in ImportReturnValues() local
Dmir_nodes.cpp81 MIRType *ty = st->GetType(); in CheckNode() local
395 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx); in Dump() local
1416 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(instVecTyIdx); in Dump() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_memlayout.cpp58 MIRType *ty = nullptr; in ComputeStackSpaceRequirementForCall() local
151 MIRType *ty = func->GetNthParamType(i); in LayoutVarargParams() local
236 …MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(mirFunction->GetFormalDefVec()[i].form… in LayoutFormalParams() local
333 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx); in LayoutLocalVariables() local
438 …MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(mirFunction->GetFormalDefVec()[i].form… in LayoutActualParams() local
Daarch64_args.cpp51 MIRType *ty = aarchCGFunc->GetFunction().GetNthParamType(i); in CollectRegisterArgs() local
448 MIRType *ty = aarchCGFunc->GetFunction().GetNthParamType(i); in MoveVRegisterArgs() local
Daarch64_cg.cpp335 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx); in GenerateObjectMaps() local
Daarch64_call_conv.cpp67 PrimType TraverseStructFieldsForFp(MIRType *ty, uint32 &numRegs) in TraverseStructFieldsForFp()
Daarch64_abi.cpp168 PrimType IsVectorArrayType(MIRType *ty, uint32 &arraySize) in IsVectorArrayType()
Daarch64_cgfunc.cpp2146 MIRType *ty = nullptr; in LmbcGetAggTyFromCallSite() local
2180 MIRStructType *ty = static_cast<MIRStructType *>( in LmbcSmallAggForRet() local
2244 … MIRStructType *ty = static_cast<MIRStructType *>(LmbcGetAggTyFromCallSite(&bNode, parmList)); in LmbcSmallAggForCall() local
2305 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx); in LmbcFindTotalStkUsed() local
3344 MIRType *ty = func.GetReturnType(); in LmbcStructReturnLoad() local
8218 MIRType *ty = sym->GetType(); in SelectParmListForAggregate() local
8237 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(pointerty->GetPointedTyIdx()); in SelectParmListForAggregate() local
8273 …MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(callFunc->GetFormalDefVec()[0].formalT… in SelectParmListGetStructReturnSize() local
8297 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(funcTy->GetNthParamType(0)); in SelectParmListGetStructReturnSize() local
8312 MIRType *ty = sym->GetType(); in SelectParmListPreprocessLargeStruct() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dbecommon.h142 void UpdateTypeTable(MIRType &ty) in UpdateTypeTable()
152 uint32 GetFieldIdxIncrement(const MIRType &ty) const in GetFieldIdxIncrement()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_const.h213 …MIRAddrofConst(StIdx sy, FieldID fi, MIRType &ty) : MIRConst(ty, kConstAddrof), stIdx(sy), fldID(f… in MIRAddrofConst()
215 MIRAddrofConst(StIdx sy, FieldID fi, MIRType &ty, int32 ofst) in MIRAddrofConst()
259 MIRAddroffuncConst(PUIdx idx, MIRType &ty) : MIRConst(ty, kConstAddrofFunc), puIdx(idx) {} in MIRAddroffuncConst()
Dmir_builder.h226 MIRType *ty = GlobalTables::GetTypeTable().GetTypeFromTyIdx(static_cast<TyIdx>(pty)); in CreateExprBinary() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context_misc.cpp49 auto ty = panda_file::Type::GetTypeIdBySignature(s.front()); in DemangleName() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_ssa_pre.h58 Occ(AOccType ty, BB *bb) : occTy(ty), cgbb(bb) {} in Occ()
Dcg_occur.h36 …CgOccur(OccType ty, BB *bb, Insn *insn, Operand *opnd) : occTy(ty), cgBB(bb), insn(insn), opnd(opn… in CgOccur()
38 … CgOccur(OccType ty, int cId, BB &bb, CgOccur *df) : occTy(ty), classID(cId), cgBB(&bb), def(df) {} in CgOccur()
Dcg_ssu_pre.h66 SOcc(SOccType ty, BB *bb) : occTy(ty), cgbb(bb) {} in SOcc()
Dcall_conv.h119 void SetType(MIRStructType *ty) in SetType()

12