Home
last modified time | relevance | path

Searched defs:maxRegNum (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dsparse_datainfo.h158 uint32 maxRegNum; variable
Dcg_cdg.h254 void InitDataDepInfo(MemPool &tmpMp, MapleAllocator &tmpAlloc, uint32 maxRegNum) in InitDataDepInfo()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_call_conv.cpp35 …eHomogeneousAggregatesRegister(CCLocInfo &pLoc, std::vector<AArch64reg> &regList, uint32 maxRegNum, in AllocateHomogeneousAggregatesRegister()
Daarch64_dependence.cpp34 uint32 maxRegNum; in AArch64DepAnalysis() local
721 uint32 maxRegNum; in ClearAllDepData() local
Daarch64_data_dep_base.cpp41 uint32 maxRegNum = (cgFunc.IsAfterRegAlloc() ? AArch64reg::kAllRegNum : cgFunc.GetMaxVReg()); in InitCDGNodeDataInfo() local