Home
last modified time | relevance | path

Searched refs:INPUT_COUNT (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dinst.h1345 static constexpr int INPUT_COUNT = 0; member
1636 static constexpr int INPUT_COUNT = N; member in ConditionMixin::FixedInputsInst
1674 std::array<Register, N> src_regs_ = CreateArray(INVALID_REG, std::make_index_sequence<INPUT_COUNT>());
1682 for (size_t i = 0; i < INPUT_COUNT; ++i) {
1728 static constexpr int INPUT_COUNT = MAX_STATIC_INPUTS;
2881 } else if constexpr (InstType::INPUT_COUNT == 0) { in New()
2886 } else if constexpr (InstType::INPUT_COUNT == MAX_STATIC_INPUTS) { in New()
2893 static_cast<Inst *>(inst)->SetField<InputsCount>(InstType::INPUT_COUNT); in New()
2896 constexpr size_t OPERANDS_SIZE = sizeof(Operands<InstType::INPUT_COUNT>); in New()
2897 constexpr auto ALIGNMENT {GetLogAlignment(alignof(Operands<InstType::INPUT_COUNT>))}; in New()
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dinst.h1680 static constexpr int INPUT_COUNT = 0; member
2360 static constexpr int INPUT_COUNT = N;
2362 using InputsArray = std::array<Inst *, INPUT_COUNT>;
2370 SetField<InputsCount>(INPUT_COUNT);
2383 SetField<InputsCount>(INPUT_COUNT);
2434 std::array<Register, N> srcRegs_ = CreateArray(INVALID_REG, std::make_index_sequence<INPUT_COUNT>());
2449 static constexpr int INPUT_COUNT = MAX_STATIC_INPUTS;
7044 if constexpr (InstType::INPUT_COUNT == MAX_STATIC_INPUTS) {
7049 } else if constexpr (InstType::INPUT_COUNT != 0) {
7050 constexpr size_t OPERANDS_SIZE = sizeof(Operands<InstType::INPUT_COUNT>);
[all...]
H A Dinst.cpp562 for (size_t i = 0; i < INPUT_COUNT; ++i) { in Clone()

Completed in 13 milliseconds