| riscv-vector-builtins-shapes.cc | 36 /* Check whether the RETURN_TYPE and ARGUMENT_TYPES are 40 check_type (tree return_type, vec<tree> &argument_types) 48 FOR_EACH_VEC_ELT (argument_types, i, arg) 62 auto_vec<tree, 21> argument_types; local 69 b.allocate_argument_types (function_instance, argument_types); 70 b.apply_predication (function_instance, return_type, argument_types); 72 if (TARGET_XTHEADVECTOR && !check_type (return_type, argument_types)) 78 argument_types, group.required_extensions); 221 auto_vec<tree, 5> argument_types; local 228 b.allocate_argument_types (function_instance, argument_types); 911 auto_vec<tree, 8> argument_types; variable 969 auto_vec<tree> argument_types; variable 971 size_type_node, argument_types, variable 1025 auto_vec<tree> argument_types; variable [all...] |