Home
last modified time | relevance | path

Searched defs:numRegs (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_call_conv.cpp67 PrimType TraverseStructFieldsForFp(MIRType *ty, uint32 &numRegs) in TraverseStructFieldsForFp()
112 uint32 numRegs = 0; in ProcessStructWhenClassifyAggregate() local
211 …uint32 numRegs = ProcessStructWhenClassifyAggregate(beCommon, structType, classes, kMaxRegCount, f… in FloatParamRegRequired() local
242 …uint32 numRegs = static_cast<uint32>(ClassifyAggregate(beCommon, retType, classes, sizeof(classes)… in LocateRetVal() local
436 uint32 numRegs = static_cast<uint32>( in ProcessPtyAggWhenLocateNextParm() local
Daarch64_cgfunc.cpp2079 uint32 numRegs = 0; in SelectIassignfpoff() local
2178 uint32 numRegs = 0; in LmbcSmallAggForRet() local
2449 uint32 numRegs; in SelectAggIassign() local
2653 uint32 numRegs = (lhsSize <= k8ByteSize) ? kOneRegister : kTwoRegister; in SelectAggIassign() local
2798 uint32 numRegs; in SelectReturnSendOfStructInRegs() local
2896 uint32 numRegs = (typeSize <= k8ByteSize) ? kOneRegister : kTwoRegister; in SelectReturnSendOfStructInRegs() local
Daarch64_color_ra.cpp2162 size_t numRegs = newConflict.size() + lr.GetPregvetoSize() + conflictRegs.size(); in LrCanBeColored() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dreg_encoder.h183 auto numRegs = GetNumLocalsFromGraph() + GetNumArgsFromGraph(); in GetNumRegs() local
Dreg_encoder.cpp107 const auto numRegs = GetNumRegs(); in RunImpl() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcall_conv.h232 uint32 numRegs = 0; /* number of regs for struct param */ variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.cpp300 uint32_t numRegs = accumulatorIndex_; in AdvanceToNextBc() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_MPIsel.cpp560 uint32 numRegs = (symbolInfo.size <= k8ByteSize) ? kOneRegister : kTwoRegister; in SelectAggIassign() local