Home
last modified time | relevance | path

Searched defs:regList (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dpressure.h41 void SetRegUses(RegList *regList) in SetRegUses()
46 void SetRegDefs(size_t idx, RegList *regList) in SetRegDefs()
Ddeps.h602 void SetRegUses(RegList &regList) const in SetRegUses()
608 void SetRegDefs(size_t idx, RegList *regList) const in SetRegDefs()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dschedule.cpp247 RegList *regList = node.GetRegUses(i); in IsLastUse() local
304 auto regList = node.GetRegDefs(i); in UpdateLiveReg() local
339 RegList *regList = node.GetRegUses(idx); in UpdateBBPressure() local
Ddata_dep_base.cpp92 RegList *regList = curCDGNode->GetUseInsnChain(regNO); in BuildDepsDefReg() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dcallconv.cpp81 auto regList = vixl::aarch32::SRegisterList(vixl::aarch32::SRegister(first), size); in PushPopVRegs() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_call_conv.cpp35 static void AllocateHomogeneousAggregatesRegister(CCLocInfo &pLoc, std::vector<AArch64reg> &regList in AllocateHomogeneousAggregatesRegister()
Daarch64_dependence.cpp83 RegList *regList = memPool.New<RegList>(); in AppendRegUseList() local
182 RegList *regList = regUses[regNO]; in BuildDepsDefReg() local