Home
last modified time | relevance | path

Searched refs:CanHoldRange (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/bytecode_optimizer/
H A Dreg_encoder.cpp50 static bool CanHoldRange(Inst *inst) in CanHoldRange() function
66 if (!CanHoldRange(inst)) { in CalculateNumNeededRangeTemps()
352 bool range = IsIntrinsicRange(inst) || (nargs - start > MAX_NUM_NON_RANGE_ARGS && CanHoldRange(inst)); in InsertSpillsForDynInputsInst()
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dreg_encoder.cpp65 static bool CanHoldRange(Inst *inst) in CanHoldRange() function
86 if (!CanHoldRange(inst)) { in CalculateNumNeededRangeTemps()
406 bool range = IsIntrinsicRange(inst) || (nargs - start > MAX_NUM_NON_RANGE_ARGS && CanHoldRange(inst)); in InsertSpillsForDynInputsInst()

Completed in 2 milliseconds