Lines Matching defs:S
174 #define SLP_INSTANCE_TREE(S) (S)->root argument
175 #define SLP_INSTANCE_GROUP_SIZE(S) (S)->group_size argument
176 #define SLP_INSTANCE_UNROLLING_FACTOR(S) (S)->unrolling_factor argument
177 #define SLP_INSTANCE_LOADS(S) (S)->loads argument
178 #define SLP_INSTANCE_ROOT_STMT(S) (S)->root_stmt argument
180 #define SLP_TREE_CHILDREN(S) (S)->children argument
181 #define SLP_TREE_SCALAR_STMTS(S) (S)->stmts argument
182 #define SLP_TREE_SCALAR_OPS(S) (S)->ops argument
183 #define SLP_TREE_VEC_STMTS(S) (S)->vec_stmts argument
184 #define SLP_TREE_NUMBER_OF_VEC_STMTS(S) (S)->vec_stmts_size argument
185 #define SLP_TREE_LOAD_PERMUTATION(S) (S)->load_permutation argument
186 #define SLP_TREE_TWO_OPERATORS(S) (S)->two_operators argument
187 #define SLP_TREE_DEF_TYPE(S) (S)->def_type argument