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/runtime_core/static_core/verification/absint/ |
| D | absint.cpp | 200 for (int regNum : regContext->InconsistentRegsNums()) { in ComputeRegContext() local
|
| D | abs_int_inl.h | 3054 …auto regNum = (!constructedType.IsNone() && sigIter == formalArgs.cbegin()) ? INVALID_REG : *(regs… variable 4177 …kMethodArgsSubtypePrimitive(NameGetter &nameGetter, Type &formalType, Type &actualType, int regNum) in CheckMethodArgsSubtypePrimitive() 4224 …bool CheckMethodArgsIncompatibleTypes(NameGetter &nameGetter, int regNum, Type &actualType, Type &… in CheckMethodArgsIncompatibleTypes() 4266 …id CheckMethodArgsCheckType(NameGetter &nameGetter, Type &actualType, Type &formalType, int regNum) in CheckMethodArgsCheckType() 4291 …bool CheckMethodArgsNotFit(Type &formalType, Type &actualType, int regNum, bool &incompatibleTypes) in CheckMethodArgsNotFit()
|
| /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/libabckit/src/irbuilder_dynamic/ |
| D | inst_builder_dyn.cpp | 35 auto regNum = GetRuntime()->GetMethodRegistersCount(GetMethod()) + i; in Prepare() local
|
| /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/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen-inl.h | 231 auto regNum = location.GetValue(); in GetBaseOffset() local
|
| D | codegen.cpp | 1032 auto regNum = location.GetValue(); in CreateVRegForRegister() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder.cpp | 155 auto regNum = GetRuntime()->GetMethodRegistersCount(GetMethod()) + i; in Prepare() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 4247 … Insn &insn, AArch64reg regNum, bool &isOutOfRange) in AdjustMemOperandIfOffsetOutOfRange()
|