Searched refs:matrix_types (Results 1 – 5 of 5) sorted by relevance
5 #if __has_extension(matrix_types)
3 #if !__has_extension(matrix_types)
258 EXTENSION(matrix_types, LangOpts.MatrixTypes)
10566 const Utils::_variable_type matrix_types[] = { in getArgumentListsForVariableType() local10573 const unsigned int n_matrix_types = sizeof(matrix_types) / sizeof(matrix_types[0]); in getArgumentListsForVariableType()10614 Utils::_variable_type new_argument_type = matrix_types[n_matrix_type]; in getArgumentListsForVariableType()
7854 llvm::iterator_range<iterator> matrix_types() { return MatrixTypes; } in matrix_types() function in __anone93f13810b11::BuiltinCandidateTypeSet8660 for (QualType M1 : CandidateTypes[0].matrix_types()) { in addMatrixBinaryArithmeticOverloads()8665 for (QualType M2 : CandidateTypes[1].matrix_types()) { in addMatrixBinaryArithmeticOverloads()