Searched defs:InsnDesc (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | isa.h | 174 struct InsnDesc { struct 175 …InsnDesc(MOperator op, std::vector<const OpndDesc *> opndmd, uint64 props, uint64 ltype, const std… in InsnDesc() function 186 …InsnDesc(MOperator op, std::vector<const OpndDesc *> opndmd, uint64 props, uint64 ltype, const std… in InsnDesc() function 198 …InsnDesc(MOperator op, std::vector<const OpndDesc *> opndmd, uint64 props, uint64 ltype, const std… in InsnDesc() argument 212 …InsnDesc(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 …]
|