Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.h998 return GetField<InputsCount>() == MAX_STATIC_INPUTS; in IsOperandsDynamic()
1172 auto inputs_count {GetField<InputsCount>()}; in GetInputs()
1359 using InputsCount = FieldType::NextField<uint32_t, BITS_PER_INPUTS_NUM>; variable
1360 using LastField = InputsCount;
1373 auto inputs_count {GetField<InputsCount>()}; in GetUser()
1388 auto inputs_count {GetField<InputsCount>()}; in OperandsStorageSize()
2888 static_cast<Inst *>(inst)->SetField<InputsCount>(InstType::INPUT_COUNT); in New()
2898 static_cast<Inst *>(inst)->SetField<InputsCount>(InstType::INPUT_COUNT); in New()