H A D | mir_nodes.h | 106 BaseNode(const Opcode o, const PrimType typ, uint8 numOpr) in BaseNode() argument 220 UnaryNode(Opcode o, PrimType typ) : BaseNode(o, typ, 1) {} in UnaryNode() argument 222 UnaryNode(Opcode o, PrimType typ, BaseNode *expr) : BaseNode(o, typ, 1), uOpnd(expr) {} in UnaryNode() argument 272 TypeCvtNode(Opcode o, PrimType typ) : UnaryNode(o, typ) {} in TypeCvtNode() argument 274 TypeCvtNode(Opcode o, PrimType typ, PrimType fromtyp, BaseNode *expr) in TypeCvtNode() argument 311 RetypeNode(PrimType typ) RetypeNode() argument 313 RetypeNode(PrimType typ, PrimType fromtyp, TyIdx idx, BaseNode *expr) RetypeNode() argument 351 ExtractbitsNode(Opcode o, PrimType typ) ExtractbitsNode() argument 353 ExtractbitsNode(Opcode o, PrimType typ, uint8 offset, uint8 size) ExtractbitsNode() argument 358 ExtractbitsNode(Opcode o, PrimType typ, uint8 offset, uint8 size, BaseNode *expr) ExtractbitsNode() argument 406 IreadNode(Opcode o, PrimType typ) IreadNode() argument 408 IreadNode(Opcode o, PrimType typ, TyIdx typeIdx, FieldID fid) IreadNode() argument 410 IreadNode(Opcode o, PrimType typ, TyIdx typeIdx, FieldID fid, BaseNode *expr) IreadNode() argument 565 CompareNode(Opcode o, PrimType typ) CompareNode() argument 567 CompareNode(Opcode o, PrimType typ, PrimType otype, BaseNode *l, BaseNode *r) CompareNode() argument 872 ConstvalNode(PrimType typ) ConstvalNode() argument 876 ConstvalNode(PrimType typ, MIRConst *constv) ConstvalNode() argument 912 AddrofNode(Opcode o, PrimType typ) AddrofNode() argument 914 AddrofNode(Opcode o, PrimType typ, StIdx sIdx, FieldID fid) AddrofNode() argument 964 DreadoffNode(Opcode o, PrimType typ) DreadoffNode() argument 1035 StmtNode(Opcode o, PrimType typ, uint8 numOpr) StmtNode() argument 1042 StmtNode(Opcode o, PrimType typ, uint8 numOpr, const SrcPosition &srcPosition, uint32 stmtOriginalID, StmtAttrs attrs) StmtNode() argument [all...] |