Home
last modified time | relevance | path

Searched defs:mirType (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_call_conv.cpp22 int32 CCallConventionInfo::Classification(const BECommon &be, MIRType &mirType, in Classification()
55 int32 WebKitJSCallConventionInfo::Classification(const BECommon &be, MIRType &mirType, in Classification()
92 int32 GHCCallConventionInfo::Classification(const BECommon &be, MIRType &mirType, in Classification()
127 int32 X64CallConvImpl::LocateNextParm(MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIRFunction … in LocateNextParm()
Dx64_emitter.cpp1552 MIRType &mirType = mirConst.GetType(); in EmitArray() local
1786 MIRType *mirType = mirSymbol->GetType(); in EmitGlobalVariable() local
Dx64_MPIsel.cpp140 … MIRType *mirType = GlobalTables::GetTypeTable().GetTypeTable()[static_cast<uint32>(primType)]; in SelectParmList() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_call_conv.cpp58 void AArch64CallConvImpl::AllocateGPRegister(const MIRType &mirType, CCLocInfo &pLoc, uint64 size, … in AllocateGPRegister()
113 uint64 AArch64CallConvImpl::LocateNextParm(const MIRType &mirType, CCLocInfo &pLoc, bool isFirst, M… in LocateNextParm()
159 uint64 AArch64WebKitJSCC::LocateNextParm(const MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIR… in LocateNextParm()
212 int32 AArch64WebKitJSCC::ClassificationRet(const BECommon &be, const MIRType &mirType, in ClassificationRet()
242 int32 AArch64WebKitJSCC::ClassificationArg(const BECommon &be, const MIRType &mirType, in ClassificationArg()
Daarch64_memlayout.cpp64 auto *mirType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(typeIdx); in SetSizeAlignForTypeIdx() local
Daarch64_cgfunc.cpp3282 auto *mirType = GlobalTables::GetTypeTable().GetPrimType(primType); in SelectParmListPreprocess() local
3308 void AArch64CGFunc::SelectParmListPassByStack(const MIRType &mirType, Operand &opnd, uint32 memOffs… in SelectParmListPassByStack()
3357 auto *mirType = argsDesc[i].mirType; in SelectParmList() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp426 MIRType *mirType = symbol->GetType(); in FuncTypeFromFuncPtrExpr() local
441 MIRType *mirType = formalDef.formalSym->GetType(); in FuncTypeFromFuncPtrExpr() local
453 MIRType *mirType = symbol->GetType(); in FuncTypeFromFuncPtrExpr() local
462 MIRType *mirType = ptrType->GetPointedType(); in FuncTypeFromFuncPtrExpr() local
471 …MIRType *mirType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(static_cast<RetypeNode *>(x)->Get… in FuncTypeFromFuncPtrExpr() local
Dglobal_tables.cpp25 auto *mirType = new MIRType(defaultKind, primType); in CreateMirType() local
76 void TypeTable::PutToHashTable(MIRType *mirType) in PutToHashTable()
Dmir_function.cpp449 MIRType *mirType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(formalDef.formalTyIdx); in EnterFormals() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp304 MIRType *mirType = mirSymbol.GetType(); in EmitAsmLabel() local
650 MIRType &mirType = mirConst.GetType(); in EmitAsmLabel() local
1489 MIRType *mirType = it->second; in EmitAsmLabel() local
1582 MIRType &mirType = mirConst.GetType(); in EmitAsmLabel() local
2052 MIRType *mirType = endSym->GetType(); in EmitAsmLabel() local
2225 MIRType *mirType = mirSymbol->GetType(); in EmitAsmLabel() local
Disel.cpp561 MIRType *mirType = nullptr; in GetFieldIdAndMirTypeFromMirNode() local
600 MirTypeInfo MPISel::GetMirTypeInfoFormFieldIdAndMirType(FieldID fieldId, MIRType *mirType) in GetMirTypeInfoFormFieldIdAndMirType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_preg.h107 MIRType *mirType = nullptr; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h600 : mirType(type), argExpr(expr), offset(ofst), preCopyed(copyed) in mirType() function
603 MIRType *mirType = nullptr; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp130 Type *LMIRBuilder::CreatePtrType(Type *mirType) in CreatePtrType()
136 Type *LMIRBuilder::CreateRefType(Type *mirType) in CreateRefType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1333 MIRType *mirType = nullptr; in ExtractbitsRedundant() local