Home
last modified time | relevance | path

Searched refs:MAX_PIECES (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.c221 static const unsigned int MAX_PIECES = NUM_FP_ARG_REGS + NUM_PR_ARG_REGS; variable
223 static_assert (MAX_PIECES >= 8, "Need to store at least 8 predicates");
256 auto_vec<piece, MAX_PIECES> pieces;
1956 if (count > MAX_PIECES) in analyze_array()
1959 if (count * element_info.pieces.length () > MAX_PIECES) in analyze_array()
2016 || pieces.length () + field_info.pieces.length () > MAX_PIECES) in analyze_record()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc228 static const unsigned int MAX_PIECES = NUM_FP_ARG_REGS + NUM_PR_ARG_REGS; member in __anon143809a40411::pure_scalable_type_info
229 static_assert (MAX_PIECES >= 8, "Need to store at least 8 predicates");
261 auto_vec<piece, MAX_PIECES> pieces;
3089 if (count > MAX_PIECES) in analyze_array()
3092 if (count * element_info.pieces.length () > MAX_PIECES) in analyze_array()
3149 || pieces.length () + field_info.pieces.length () > MAX_PIECES) in analyze_record()