Home
last modified time | relevance | path

Searched refs:regNo (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dreg_info.h190 void AddToAllRegs(regno_t regNo)
192 (void)allregs.insert(regNo);
198 void AddToIntRegs(regno_t regNo)
200 (void)allIntRegs.insert(regNo);
206 void AddToFpRegs(regno_t regNo)
208 (void)allFpRegs.insert(regNo);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dreg_alloc_lsra.cpp764 uint32 regNo = regOpnd.GetRegisterNumber(); in ComputeLoopLiveIntervalPriorityInInsn() local
765 LiveInterval *li = liveIntervalsArray[regNo]; in ComputeLoopLiveIntervalPriorityInInsn()
766 if (li == nullptr || loopBBRegSet.find(regNo) != loopBBRegSet.end()) { in ComputeLoopLiveIntervalPriorityInInsn()
770 (void)loopBBRegSet.insert(regNo); in ComputeLoopLiveIntervalPriorityInInsn()
1018 auto regNo = paramQueue[i].front()->GetRegNO(); in UpdateParamAllocateInfo() local
1021 freeUntilPos[regNo] = 0; in UpdateParamAllocateInfo()
1026 if (startPos < freeUntilPos[regNo]) { in UpdateParamAllocateInfo()
1027 freeUntilPos[regNo] = startPos; in UpdateParamAllocateInfo()
H A Dlive.cpp57 regno_t regNo = phiOpndIt.second->GetRegisterNumber(); in RemovePhiLiveInFromSuccNotFromThisBB() local
58 tempPhiIn.SetBit(regNo); in RemovePhiLiveInFromSuccNotFromThisBB()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp2923 reg->regNo = static_cast<RegOperand *>(opnd0)->regNo;

Completed in 11 milliseconds