| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_call_conv.cpp | 22 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()
|
| D | x64_emitter.cpp | 1552 MIRType &mirType = mirConst.GetType(); in EmitArray() local 1786 MIRType *mirType = mirSymbol->GetType(); in EmitGlobalVariable() local
|
| D | x64_MPIsel.cpp | 140 … MIRType *mirType = GlobalTables::GetTypeTable().GetTypeTable()[static_cast<uint32>(primType)]; in SelectParmList() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_call_conv.cpp | 58 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()
|
| D | aarch64_memlayout.cpp | 64 auto *mirType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(typeIdx); in SetSizeAlignForTypeIdx() local
|
| D | aarch64_cgfunc.cpp | 3282 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/ |
| D | mir_lower.cpp | 426 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
|
| D | global_tables.cpp | 25 auto *mirType = new MIRType(defaultKind, primType); in CreateMirType() local 76 void TypeTable::PutToHashTable(MIRType *mirType) in PutToHashTable()
|
| D | mir_function.cpp | 449 MIRType *mirType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(formalDef.formalTyIdx); in EnterFormals() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
| D | emit.cpp | 304 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
|
| D | isel.cpp | 561 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/ |
| D | mir_preg.h | 107 MIRType *mirType = nullptr; variable
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
| D | aarch64_cgfunc.h | 600 : 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/ |
| D | lmir_builder.cpp | 130 Type *LMIRBuilder::CreatePtrType(Type *mirType) in CreatePtrType() 136 Type *LMIRBuilder::CreateRefType(Type *mirType) in CreateRefType()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 1333 MIRType *mirType = nullptr; in ExtractbitsRedundant() local
|