Home
last modified time | relevance | path

Searched refs:GetOrCreateLocator (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_args.cpp39 …*static_cast<AArch64CGFunc *>(cgFunc)->GetOrCreateLocator(CCImpl::GetCallConvKind(cgFunc->GetFunct… in MoveRegisterArgs()
214 …*static_cast<AArch64CGFunc *>(cgFunc)->GetOrCreateLocator(CCImpl::GetCallConvKind(cgFunc->GetFunct… in MoveVRegisterArgs()
Daarch64_memlayout.cpp32 …CCImpl &parmLocator = *static_cast<AArch64CGFunc *>(cgFunc)->GetOrCreateLocator(CCImpl::GetCallCon… in ComputeStackSpaceRequirementForCall()
226 …CCImpl &parmLocator = *static_cast<AArch64CGFunc *>(cgFunc)->GetOrCreateLocator(cgFunc->GetCurCall… in LayoutFormalParams()
Daarch64_reaching.cpp31 …CCImpl &parmLocator = *static_cast<AArch64CGFunc *>(cgFunc)->GetOrCreateLocator(cgFunc->GetCurCall… in InitStartGen()
Daarch64_cgfunc.cpp1823 CCImpl *AArch64CGFunc::GetOrCreateLocator(CallConvKind cc) in GetOrCreateLocator() function in maplebe::AArch64CGFunc
6053 CCImpl &retLocator = *GetOrCreateLocator(GetCurCallConvKind()); in IsSaveReg()
7567 CCImpl &parmLocator = *GetOrCreateLocator(CCImpl::GetCallConvKind(naryNode)); in SelectParmListNotC()
8059 CCImpl &retLocator = *GetOrCreateLocator(GetCurCallConvKind()); in SelectReturn()
9166 CCImpl &retLocator = *GetOrCreateLocator(GetCurCallConvKind()); in GetReturnRegisterNumber()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
Daarch64_cgfunc.h107 CCImpl *GetOrCreateLocator(CallConvKind cc);