Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Disa.h174 struct InsnDesc { struct
175InsnDesc(MOperator op, std::vector<const OpndDesc *> opndmd, uint64 props, uint64 ltype, const std… in InsnDesc() function
186InsnDesc(MOperator op, std::vector<const OpndDesc *> opndmd, uint64 props, uint64 ltype, const std… in InsnDesc() function
198InsnDesc(MOperator op, std::vector<const OpndDesc *> opndmd, uint64 props, uint64 ltype, const std… in InsnDesc() argument
212InsnDesc(MOperator op, std::vector<const OpndDesc *> opndmd, uint64 props, uint64 ltype, const std… in InsnDesc() argument
235 …bool IsSame(const InsnDesc &left, std::function<bool(const InsnDesc &left, const InsnDesc &right)>… argument
237 bool IsCall() const in IsCall()
241 bool IsTailCall() const in IsTailCall()
245 bool IsPhi() const in IsPhi()
249 bool IsPhysicalInsn() const in IsPhysicalInsn()
[all …]