Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.h7091 struct ConstructWrapper : public T { struct
7093 explicit ConstructWrapper([[maybe_unused]] ArenaAllocator *a, Args &&...args) in ConstructWrapper() function
7100 ConstructWrapper(Opcode opcode, DataType::Type type, PC pc, Args &&...args) in ConstructWrapper() function
7109 ConstructWrapper(Inst::Initializer t, T0 input0, Args &&...args) in ConstructWrapper() argument
7115 ConstructWrapper(Inst::Initializer t, T0 input0, T1 input1, Args &&...args) in ConstructWrapper() function
7121 ConstructWrapper(Inst::Initializer t, T0 input0, T1 input1, T2 input2, Args &&...args) in ConstructWrapper() argument
7128 ConstructWrapper(Inst::Initializer t, std::array<Inst *, N> &&inputs, Args &&...args) in ConstructWrapper() argument
7135 explicit ConstructWrapper(Args &&...args) : T(std::forward<Args>(args)...) in ConstructWrapper() argument