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.h7002 struct ConstructWrapper : public T { struct
7004 explicit ConstructWrapper([[maybe_unused]] ArenaAllocator *a, Args &&...args) in ConstructWrapper() argument
7011 ConstructWrapper(Opcode opcode, DataType::Type type, PC pc, Args &&...args) in ConstructWrapper() argument
7020 ConstructWrapper(Inst::Initializer t, T0 input0, Args &&...args) in ConstructWrapper() argument
7026 ConstructWrapper(Inst::Initializer t, T0 input0, T1 input1, Args &&...args) in ConstructWrapper() function
7032 ConstructWrapper(Inst::Initializer t, T0 input0, T1 input1, T2 input2, Args &&...args) in ConstructWrapper() argument
7039 ConstructWrapper(Inst::Initializer t, std::array<Inst *, N> &&inputs, Args &&...args) in ConstructWrapper() function
7046 explicit ConstructWrapper(Args &&...args) : T(std::forward<Args>(args)...) in ConstructWrapper() function