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.cpp570 template class FixedInputsInst<0>; variable
571 template class FixedInputsInst<1>; variable
572 template class FixedInputsInst<2U>; variable
573 template class FixedInputsInst<3U>; variable
574 template class FixedInputsInst<4U>; variable
Dinst.h53 class FixedInputsInst; variable
2368 explicit FixedInputsInst(Initializer t) : Inst(t.base) in FixedInputsInst() function
2377 …explicit FixedInputsInst(Inst::Initializer t, Inputs... inputs) : FixedInputsInst(Initializer {t, … in FixedInputsInst() function
2381 explicit FixedInputsInst(Opcode opcode) : Inst(opcode) in FixedInputsInst() function
2385FixedInputsInst(Opcode opcode, DataType::Type type) : FixedInputsInst({opcode, type, INVALID_PC}) … in FixedInputsInst() function
3361 …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