Searched defs:regNum (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/ |
H A 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 [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | memlayout.h | 282 void SetSpillRegLocInfo(regno_t regNum, SymbolAlloc &symAlloc) in SetSpillRegLocInfo() argument
|
H A D | operand.h | 242 RegOperand(regno_t regNum, uint32 size, RegType type, uint32 flg = 0) in RegOperand() argument 315 void SetRegisterNumber(regno_t regNum) in SetRegisterNumber() argument
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
H A D | inst_builder.cpp | 155 auto regNum = GetRuntime()->GetMethodRegistersCount(GetMethod()) + i; in Prepare() local
|
/arkcompiler/runtime_core/static_core/verification/absint/ |
H A D | abs_int_inl.h | 3208 auto regNum = (!constructedType.IsNone() && sigIter == formalArgs.cbegin()) ? INVALID_REG : *(regsIter++); local 3212 LOG_VERIFIER_BAD_CALL_UNDEFINED_REGISTER(nameGetter(), regNum); local 4367 CheckMethodArgsSubtypePrimitive(NameGetter &nameGetter, Type &formalType, Type &actualType, int regNum) CheckMethodArgsSubtypePrimitive() argument 4414 CheckMethodArgsIncompatibleTypes(NameGetter &nameGetter, int regNum, Type &actualType, Type &formalType) CheckMethodArgsIncompatibleTypes() argument 4456 CheckMethodArgsCheckType(NameGetter &nameGetter, Type &actualType, Type &formalType, int regNum) CheckMethodArgsCheckType() argument 4466 LOG_VERIFIER_BAD_CALL_WRONG_REGISTER(nameGetter(), regNum); CheckMethodArgsCheckType() local 4481 CheckMethodArgsNotFit(Type &formalType, Type &actualType, int regNum, bool &incompatibleTypes) CheckMethodArgsNotFit() argument [all...] |
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | codegen.cpp | 1038 auto regNum = location.GetValue(); in CreateVRegForRegister() local [all...] |
Completed in 14 milliseconds