Home
last modified time | relevance | path

Searched defs:regNo (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dreg_info.h190 void AddToAllRegs(regno_t regNo) in AddToAllRegs()
198 void AddToIntRegs(regno_t regNo) in AddToIntRegs()
206 void AddToFpRegs(regno_t regNo) in AddToFpRegs()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dreg_alloc_basic.cpp184 regno_t regNo = opnd.GetRegisterNumber(); in AllocatePhysicalRegister() local
226 uint32 DefaultO0RegAllocator::GetRegLivenessId(regno_t regNo) in GetRegLivenessId()
Dlive.cpp57 regno_t regNo = phiOpndIt.second->GetRegisterNumber(); in RemovePhiLiveInFromSuccNotFromThisBB() local
Dreg_alloc_lsra.cpp940 uint32 regNo = regOpnd.GetRegisterNumber(); in ComputeLoopLiveIntervalPriorityInInsn() local
1201 auto regNo = paramQueue[i].front()->GetRegNO(); in UpdateParamAllocateInfo() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_global.cpp1732 regno_t regNo = regOperand.GetRegisterNumber(); in CheckCondition() local
2039 regno_t regNo = regOpnd0.GetRegisterNumber(); in IsSameOperand() local
2064 bool SameDefPattern::SrcRegIsRedefined(regno_t regNo) in SrcRegIsRedefined()
2108 regno_t regNo = static_cast<RegOperand &>(insn.GetOperand(kInsnFirstOpnd)).GetRegisterNumber(); in CheckCondition() local
Daarch64_prop.cpp1377 regno_t regNo = regOperand.GetRegisterNumber(); in CheckCondition() local
Daarch64_cgfunc.cpp2772 AArch64reg regNo = static_cast<AArch64reg>(V0 + static_cast<uint32>(i)); in LmbcStructReturnLoad() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp165 void X64MPIsel::CreateCallStructParamPassByReg(MemOperand &memOpnd, regno_t regNo, uint32 parmNum) in CreateCallStructParamPassByReg()
566 regno_t regNo = (i == 0) ? x64::RAX : x64::RDX; in SelectAggIassign() local