Home
last modified time | relevance | path

Searched defs:regNum (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dcframe.cpp103 auto regNum = mask.GetDistanceFromTail(vreg.GetValue()); in GetVRegValueRegister() local
177 auto regNum = locationValue - GetFirstCallerReg(ARCH, isFp); in SetVRegValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_reg_info.cpp185 regno_t regNum, bool &isOutOfRange) in AdjustMemOperandIfOffsetOutOfRange()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_reg_info.cpp164 … Insn &insn, regno_t regNum, bool &isOutOfRange) in AdjustMemOperandIfOffsetOutOfRange()
Daarch64_cgfunc.cpp9990 AArch64reg regNum = static_cast<AArch64reg>(is2ndRet ? retMech.GetReg1() : retMech.GetReg0()); in SelectLibCallNArg() local
10132 … Insn &insn, AArch64reg regNum, bool &isOutOfRange) in AdjustMemOperandIfOffsetOutOfRange()
/arkcompiler/ets_runtime/ecmascript/stackmap/
Dllvm_stackmap_parser.cpp147 uint16_t regNum = (loc.location == LocationTy::Kind::INDIRECT) in CalcCallSite() local
/arkcompiler/runtime_core/static_core/verification/absint/
Dabsint.cpp200 for (int regNum : regContext->InconsistentRegsNums()) { in ComputeRegContext() local
Dabs_int_inl.h3171 …auto regNum = (checkingConstructor && sigIter == formalArgs.cbegin()) ? invalidReg : *(regsIter++); variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dmemlayout.h271 void SetSpillRegLocInfo(regno_t regNum, SymbolAlloc &symAlloc) in SetSpillRegLocInfo()
Doperand.h309 void SetRegisterNumber(regno_t regNum) in SetRegisterNumber()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder.cpp86 auto regNum = GetRuntime()->GetMethodRegistersCount(GetMethod()) + i; in Prepare() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_function.h472 uint32 regNum = 0; // count virtual registers variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp980 auto regNum = location.GetValue(); in CreateVRegForRegister() local