Home
last modified time | relevance | path

Searched refs:subgroups (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/clang/tools/diagtool/
H A DTreeView.cpp43 return llvm::all_of(Group.subgroups(), unimplemented); in unimplemented()
52 for (const GroupRecord &GR : Group.subgroups()) { in enabledByDefault()
73 for (const GroupRecord &GR : Group.subgroups()) { in printGroup()
H A DDiagnosticNames.cpp88 GroupRecord::subgroups() const { in subgroups() function in GroupRecord
H A DDiagnosticNames.h91 llvm::iterator_range<subgroup_iterator> subgroups() const;
/llvm-project-15.0.7/clang/test/TableGen/
H A DDiagnosticBase.inc58 class DiagGroup<string Name, list<DiagGroup> subgroups = []> {
60 list<DiagGroup> SubGroups = subgroups;
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DDiagnostic.td58 class DiagGroup<string Name, list<DiagGroup> subgroups = []> {
60 list<DiagGroup> SubGroups = subgroups;
/llvm-project-15.0.7/mlir/include/mlir/Dialect/GPU/IR/
H A DGPUOps.td152 Returns the number of subgroups within a workgroup.
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td1733 // model and is used to categorize instructions into subgroups. For instance,