HomeSort by: relevance | last modified time | path
    Searched defs:type_class_index (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/arm/
arm-mve-builtins.h 143 enum type_class_index enum in namespace:arm_mve
212 type_class_index tclass : 8;
369 static const type_class_index SAME_TYPE_CLASS = NUM_TYPE_CLASSES;
397 type_class_index = SAME_TYPE_CLASS,
402 bool require_derived_scalar_type (unsigned int, type_class_index,
407 tree resolve_unary (type_class_index = SAME_TYPE_CLASS,
413 type_class_index = SAME_TYPE_CLASS,
626 find_type_suffix (type_class_index tclass, unsigned int element_bits)
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 170 enum type_class_index enum in namespace:aarch64_sve
261 type_class_index tclass : 8;
493 static const type_class_index SAME_TYPE_CLASS = NUM_TYPE_CLASSES;
538 type_class_index = SAME_TYPE_CLASS,
547 bool require_derived_scalar_type (unsigned int, type_class_index,
564 tree resolve_unary (type_class_index = SAME_TYPE_CLASS,
569 type_class_index = SAME_TYPE_CLASS,
573 type_class_index = SAME_TYPE_CLASS);
851 find_type_suffix (type_class_index tclass, unsigned int element_bits)
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.h 150 enum type_class_index enum in namespace:aarch64_sve
219 type_class_index tclass : 8;
379 static const type_class_index SAME_TYPE_CLASS = NUM_TYPE_CLASSES;
412 type_class_index = SAME_TYPE_CLASS,
419 bool require_derived_scalar_type (unsigned int, type_class_index,
436 tree resolve_unary (type_class_index = SAME_TYPE_CLASS,
441 type_class_index = SAME_TYPE_CLASS,
701 find_type_suffix (type_class_index tclass, unsigned int element_bits)

Completed in 23 milliseconds