/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_call_conv.cpp | 24 int32 CCallConventionInfo::Classification(const BECommon &be, MIRType &mirType, in Classification() argument 57 int32 WebKitJSCallConventionInfo::Classification(const BECommon &be, MIRType &mirType, in Classification() argument 94 int32 GHCCallConventionInfo::Classification(const BECommon &be, MIRType &mirType, in Classification() argument 129 int32 X64CallConvImpl::LocateNextParm(MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIRFunction *tFunc) in LocateNextParm() argument
|
H A D | x64_emitter.cpp | 1550 MIRType &mirType = mirConst.GetType(); in EmitArray() local 1784 MIRType *mirType = mirSymbol->GetType(); in EmitGlobalVariable() local
|
H A D | x64_MPIsel.cpp | 143 MIRType *mirType = GlobalTables::GetTypeTable().GetTypeTable()[static_cast<uint32>(primType)]; in SelectParmList() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
H A D | aarch64_call_conv.cpp | 59 void AArch64CallConvImpl::AllocateGPRegister(const MIRType &mirType, CCLocInfo &pLoc, uint64 size, uint64 align) in AllocateGPRegister() argument 114 uint64 AArch64CallConvImpl::LocateNextParm(const MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIRFuncType *tFunc) in LocateNextParm() argument 160 LocateNextParm(const MIRType &mirType, CCLocInfo &pLoc, bool isFirst, MIRFuncType *tFunc) LocateNextParm() argument 213 ClassificationRet(const BECommon &be, const MIRType &mirType, std::vector<ArgumentClass> &classes) const ClassificationRet() argument 243 ClassificationArg(const BECommon &be, const MIRType &mirType, std::vector<ArgumentClass> &classes) const ClassificationArg() argument [all...] |
H A D | aarch64_memlayout.cpp | 65 auto *mirType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(typeIdx); in SetSizeAlignForTypeIdx() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | global_tables.cpp | 26 auto *mirType = new MIRType(defaultKind, primType); in CreateMirType() local 77 void TypeTable::PutToHashTable(MIRType *mirType) in PutToHashTable() argument
|
H A D | mir_lower.cpp | 428 MIRType *mirType = symbol->GetType(); in FuncTypeFromFuncPtrExpr() local 443 MIRType *mirType = formalDef.formalSym->GetType(); in FuncTypeFromFuncPtrExpr() local 455 MIRType *mirType = symbol->GetType(); in FuncTypeFromFuncPtrExpr() local 464 MIRType *mirType in FuncTypeFromFuncPtrExpr() local 473 MIRType *mirType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(static_cast<RetypeNode *>(x)->GetTyIdx()); FuncTypeFromFuncPtrExpr() local [all...] |
H A D | mir_function.cpp | 453 MIRType *mirType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(formalDef.formalTyIdx); in EnterFormals() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
H A D | mir_preg.h | 107 MIRType *mirType = nullptr; member in maple::MIRPreg
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/ |
H A D | aarch64_cgfunc.h | 588 MIRType *mirType = nullptr; member
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | isel.cpp | 562 MIRType *mirType = nullptr; in GetFieldIdAndMirTypeFromMirNode() local 601 GetMirTypeInfoFormFieldIdAndMirType(FieldID fieldId, MIRType *mirType) GetMirTypeInfoFormFieldIdAndMirType() argument [all...] |
H A D | emit.cpp | 305 MIRType *mirType = mirSymbol.GetType(); in EmitAsmLabel() local 651 MIRType &mirType in EmitAsmLabel() local 1490 MIRType *mirType = it->second; EmitAsmLabel() local 1583 MIRType &mirType = mirConst.GetType(); EmitAsmLabel() local 2053 MIRType *mirType = endSym->GetType(); EmitAsmLabel() local 2226 MIRType *mirType = mirSymbol->GetType(); EmitAsmLabel() local [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/ |
H A D | lmir_builder.cpp | 130 Type *LMIRBuilder::CreatePtrType(Type *mirType) in CreatePtrType() argument 136 Type *LMIRBuilder::CreateRefType(Type *mirType) in CreateRefType() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
H A D | constantfold.cpp | 1343 MIRType *mirType = nullptr; in ExtractbitsRedundant() local
|