Home
last modified time | relevance | path

Searched refs:MAX_NUM_NON_RANGE_ARGS (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
Dcommon.h25 const constexpr compiler::Register MAX_NUM_NON_RANGE_ARGS = 4; variable
26 const constexpr compiler::Register MAX_NUM_INPUTS = MAX_NUM_NON_RANGE_ARGS;
Dreg_encoder.cpp71 if (nargs > MAX_NUM_NON_RANGE_ARGS || IsIntrinsicRange(inst)) { in CalculateNumNeededRangeTemps()
352 …bool range = IsIntrinsicRange(inst) || (nargs - start > MAX_NUM_NON_RANGE_ARGS && CanHoldRange(ins… in InsertSpillsForDynInputsInst()
443 if (nargs - start > MAX_NUM_NON_RANGE_ARGS) { // is call.range in CalculateNumNeededTempsForInst()
Dreg_acc_alloc.cpp133 return user->GetInputsCount() <= (MAX_NUM_NON_RANGE_ARGS + 1); // +1 for SaveState in CanUserReadAcc()