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.h6971 struct ConstructWrapper : public T { struct
6973 explicit ConstructWrapper([[maybe_unused]] ArenaAllocator *a, Args &&...args) in ConstructWrapper() function
6980 ConstructWrapper(Opcode opcode, DataType::Type type, PC pc, Args &&...args) in ConstructWrapper() function
6989 ConstructWrapper(Inst::Initializer t, T0 input0, Args &&...args) in ConstructWrapper() function
6995 ConstructWrapper(Inst::Initializer t, T0 input0, T1 input1, Args &&...args) in ConstructWrapper() function
7001 ConstructWrapper(Inst::Initializer t, T0 input0, T1 input1, T2 input2, Args &&...args) in ConstructWrapper() function
7008 ConstructWrapper(Inst::Initializer t, std::array<Inst *, N> &&inputs, Args &&...args) in ConstructWrapper() argument
7015 explicit ConstructWrapper(Args &&...args) : T(std::forward<Args>(args)...) in ConstructWrapper() argument