Home
last modified time | relevance | path

Searched defs:FixedInputsInst (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp574 template class FixedInputsInst<0>; variable
575 template class FixedInputsInst<1>; variable
576 template class FixedInputsInst<2U>; variable
577 template class FixedInputsInst<3U>; variable
578 template class FixedInputsInst<4U>; variable
Dinst.h52 class FixedInputsInst; variable
2372 explicit FixedInputsInst(Initializer t) : Inst(t.base) in FixedInputsInst() function
2381 …explicit FixedInputsInst(Inst::Initializer t, Inputs... inputs) : FixedInputsInst(Initializer {t, … in FixedInputsInst() function
2385 explicit FixedInputsInst(Opcode opcode) : Inst(opcode) in FixedInputsInst() function
2389FixedInputsInst(Opcode opcode, DataType::Type type) : FixedInputsInst({opcode, type, INVALID_PC}) … in FixedInputsInst() function
3385 …stantInst(Opcode /* unused */, T value, bool supportInt32 = false) : FixedInputsInst(Opcode::Const… in FixedInputsInst() function
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dinst.cpp280 template class FixedInputsInst<0>; variable
281 template class FixedInputsInst<1>; variable
282 template class FixedInputsInst<2U>; variable