Searched defs:regNum (Results 1 – 11 of 11) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | cframe.cpp | 103 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/ |
| D | llvm_stackmap_parser.cpp | 141 uint16_t regNum = (loc.location == LocationTy::Kind::INDIRECT) in CalcCallSite() local
|
| /arkcompiler/runtime_core/static_core/verification/absint/ |
| D | absint.cpp | 200 for (int regNum : regContext->InconsistentRegsNums()) { in ComputeRegContext() local
|
| D | abs_int_inl.h | 3205 …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/ |
| D | aarch64_call_conv.cpp | 201 auto regNum = (size <= k8ByteSize) ? kOneRegister : kTwoRegister; in AllocateGPRegister() local
|
| D | aarch64_cgfunc.cpp | 8873 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/ |
| D | memlayout.h | 282 void SetSpillRegLocInfo(regno_t regNum, SymbolAlloc &symAlloc) in SetSpillRegLocInfo()
|
| D | operand.h | 315 void SetRegisterNumber(regno_t regNum) in SetRegisterNumber()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | me_function.h | 472 uint32 regNum = 0; // count virtual registers variable
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.cpp | 152 auto regNum = GetRuntime()->GetMethodRegistersCount(GetMethod()) + i; in Prepare() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 1041 auto regNum = location.GetValue(); in CreateVRegForRegister() local
|