Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
Dcframe.cpp103 auto regNum = mask.GetDistanceFromTail(vreg.GetValue()); in GetVRegValueRegister() local
177 auto regNum = locationValue - static_cast<int>(GetFirstCallerReg(ARCH, isFp)); in SetVRegValue() local
/arkcompiler/ets_runtime/ecmascript/stackmap/llvm/
Dllvm_stackmap_parser.cpp141 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.h3205 …auto regNum = (!constructedType.IsNone() && sigIter == formalArgs.cbegin()) ? INVALID_REG : *(regs… variable
4364 …kMethodArgsSubtypePrimitive(NameGetter &nameGetter, Type &formalType, Type &actualType, int regNum) in CheckMethodArgsSubtypePrimitive()
4411 …bool CheckMethodArgsIncompatibleTypes(NameGetter &nameGetter, int regNum, Type &actualType, Type &… in CheckMethodArgsIncompatibleTypes()
4453 …id CheckMethodArgsCheckType(NameGetter &nameGetter, Type &actualType, Type &formalType, int regNum) in CheckMethodArgsCheckType()
4478 …bool CheckMethodArgsNotFit(Type &formalType, Type &actualType, int regNum, bool &incompatibleTypes) in CheckMethodArgsNotFit()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_call_conv.cpp201 auto regNum = (size <= k8ByteSize) ? kOneRegister : kTwoRegister; in AllocateGPRegister() local
Daarch64_cgfunc.cpp8873 AArch64reg regNum = static_cast<AArch64reg>(is2ndRet ? retMech.GetReg1() : retMech.GetReg0()); in SelectLibCallNArg() local
9045 … Insn &insn, AArch64reg regNum, bool &isOutOfRange) in AdjustMemOperandIfOffsetOutOfRange()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dmemlayout.h282 void SetSpillRegLocInfo(regno_t regNum, SymbolAlloc &symAlloc) in SetSpillRegLocInfo()
Doperand.h315 void SetRegisterNumber(regno_t regNum) in SetRegisterNumber()
/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/ir_builder/
Dinst_builder.cpp152 auto regNum = GetRuntime()->GetMethodRegistersCount(GetMethod()) + i; in Prepare() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dcodegen.cpp1041 auto regNum = location.GetValue(); in CreateVRegForRegister() local