| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/ |
| H A D | Options.td | 98 Group<CompileOnly_Group>, 102 def IncludePath_Group : OptionGroup<"<I/i group>">, Group<Preprocessor_Group>, 107 def I_Group : OptionGroup<"<I group>">, Group<IncludePath_Group>, DocFlatten; 108 def i_Group : OptionGroup<"<i group>">, Group<IncludePath_Group>, DocFlatten; 109 def clang_i_Group : OptionGroup<"<clang i group>">, Group<i_Group>, DocFlatten; 111 def M_Group : OptionGroup<"<M group>">, Group<Preprocessor_Group>, 116 def d_Group : OptionGroup<"<d group>">, Group<Preprocessor_Group>, 120 def Diag_Group : OptionGroup<"<W/R group>">, Group<CompileOnly_Group>, 125 def R_Group : OptionGroup<"<R group>">, Group<Diag_Group>, DocFlatten; 126 def R_value_Group : OptionGroup<"<R (with value) group>">, Group<R_Group>, [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mt/ |
| H A D | Opts.td | 5 …d<["/", "-"], "identity:">, HelpText<"Not supported">, MetaVarName<"identity">, Group<unsupported>; 6 def rgs : Joined<["/", "-"], "rgs:">, HelpText<"Not supported">, MetaVarName<"script">, Group<unsup… 7 def tlb : Joined<["/", "-"], "tlb:">, HelpText<"Not supported">, MetaVarName<"file">, Group<unsuppo… 8 def dll : Joined<["/", "-"], "dll:">, HelpText<"Not supported">, MetaVarName<"dll">, Group<unsuppor… 9 …d<["/", "-"], "replacements:">, HelpText<"Not supported">, MetaVarName<"file">, Group<unsupported>; 10 …], "managedassemblyname:">, HelpText<"Not supported">, MetaVarName<"assembly">, Group<unsupported>; 11 def no_dependency : Flag<["/", "-"], "nodependency">, HelpText<"Not supported">, Group<unsupported>; 12 def category : Flag<["/", "-"], "category">, HelpText<"Not supported">, Group<unsupported>; 15 …<["/", "-"], "inputresource:">, HelpText<"Not supported">, MetaVarName<"file">, Group<unsupported>; 16 …["/", "-"], "outputresource:">, HelpText<"Not supported">, MetaVarName<"file">, Group<unsupported>; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| H A D | Options.td | 9 Group<grp_general>; 13 Group<grp_general>; 17 Group<grp_general>; 21 Group<grp_general>; 25 Group<grp_general>; 29 Group<grp_general>; 38 Group<grp_general>; 42 Group<grp_general>; 46 Group<grp_general>; 50 Group<grp_general>; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/ |
| H A D | TreeView.cpp | 39 static bool unimplemented(const GroupRecord &Group) { in unimplemented() argument 40 if (!Group.diagnostics().empty()) in unimplemented() 43 for (const GroupRecord &GR : Group.subgroups()) in unimplemented() 50 static bool enabledByDefault(const GroupRecord &Group) { in enabledByDefault() argument 51 for (const DiagnosticRecord &DR : Group.diagnostics()) { in enabledByDefault() 56 for (const GroupRecord &GR : Group.subgroups()) { in enabledByDefault() 64 void printGroup(const GroupRecord &Group, unsigned Indent = 0) { in printGroup() argument 67 if (unimplemented(Group)) in printGroup() 69 else if (enabledByDefault(Group)) in printGroup() 74 out << "-W" << Group.getName() << "\n" << Colors::RESET; in printGroup() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/sh/ |
| H A D | sh4a.md | 56 ;; Group: BR 64 ;; Group: BR 72 ;; Group: CO 79 ;; EX Group Single 80 ;; Group: EX 88 ;; Group: LS 96 ;; Group: MT 106 ;; Group: LS 119 ;; Group: LS 129 ;; Group: LS [all …]
|
| H A D | sh4.md | 105 ;; Group: MT 111 ;; Group: LS 133 ;; Group: MT 142 ;; Group: EX 164 ;; Group: LS 205 ;; Group: LS 214 ;; Group: LS 223 ;; Group: BR 238 ;; Group: CO 249 ;; Group: CO [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/sh/ |
| H A D | sh4a.md | 56 ;; Group: BR 64 ;; Group: BR 72 ;; Group: CO 79 ;; EX Group Single 80 ;; Group: EX 88 ;; Group: LS 96 ;; Group: MT 106 ;; Group: LS 119 ;; Group: LS 129 ;; Group: LS [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86CmovConversion.cpp | 146 void convertCmovInstsToBranches(SmallVectorImpl<MachineInstr *> &Group) const; 186 for (auto &Group : AllCmovGroups) { in runOnMachineFunction() local 188 if (!llvm::any_of(Group, [&](MachineInstr *I) { return I->mayLoad(); })) in runOnMachineFunction() 195 convertCmovInstsToBranches(Group); in runOnMachineFunction() 247 for (auto &Group : CmovInstGroups) in runOnMachineFunction() local 248 convertCmovInstsToBranches(Group); in runOnMachineFunction() 277 CmovGroup Group; in collectCmovCandidates() local 279 Group.clear(); in collectCmovCandidates() 296 if (Group.empty()) { in collectCmovCandidates() 305 Group.push_back(&I); in collectCmovCandidates() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/HardwareUnits/ |
| H A D | LSUnit.h | 82 void addSuccessor(MemoryGroup *Group, bool IsDataDependent) { in addSuccessor() argument 89 Group->NumPredecessors++; in addSuccessor() 92 Group->onGroupIssued(CriticalMemoryInstruction, IsDataDependent); in addSuccessor() 95 DataSucc.emplace_back(Group); in addSuccessor() 97 OrderSucc.emplace_back(Group); in addSuccessor() 278 const MemoryGroup &Group = getGroup(GroupID); in isReady() local 279 return Group.isReady(); in isReady() 286 const MemoryGroup &Group = getGroup(GroupID); in isPending() local 287 return Group.isPending(); in isPending() 294 const MemoryGroup &Group = getGroup(GroupID); in isWaiting() local [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | Security.rst | 2 LLVM Security Group 5 The LLVM Security Group has the following goals: 16 The LLVM Security Group is private. It is composed of trusted LLVM contributors. Its discussions re… 25 …mailing list`_ asking to get in touch with someone from the LLVM Security Group. **The escalation … 28 Group Composition 31 Security Group Members 56 * Nominees for LLVM Security Group membership should fall in one of these groups: 74 … the following are necessary but not sufficient criteria for membership in the LLVM Security Group: 76 …- If already in the LLVM Security Group, has actively participated in one (if any) security issue … 77 …- If already in the LLVM Security Group, has actively participated in most membership discussions … [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CloneChecker.cpp | 114 for (const CloneDetector::CloneGroup &Group : CloneGroups) { in reportClones() local 118 *BT_Exact, "Duplicate code detected", makeLocation(Group.front(), Mgr)); in reportClones() 119 R->addRange(Group.front().getSourceRange()); in reportClones() 121 for (unsigned i = 1; i < Group.size(); ++i) in reportClones() 122 R->addNote("Similar code here", makeLocation(Group[i], Mgr), in reportClones() 123 Group[i].getSourceRange()); in reportClones() 133 for (const CloneDetector::CloneGroup &Group : CloneGroups) { in reportSuspiciousClones() local 134 for (unsigned i = 0; i < Group.size(); ++i) { in reportSuspiciousClones() 135 VariablePattern PatternA(Group[i]); in reportSuspiciousClones() 137 for (unsigned j = i + 1; j < Group.size(); ++j) { in reportSuspiciousClones() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | ObjdumpOpts.td | 212 Group<grp_mach_o>; 216 Group<grp_mach_o>; 220 Group<grp_mach_o>; 224 Group<grp_mach_o>; 228 Group<grp_mach_o>; 232 Group<grp_mach_o>; 236 Group<grp_mach_o>; 240 Group<grp_mach_o>; 243 Group<grp_mach_o>; 247 Group<grp_mach_o>; [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
| H A D | ClangOptionDocEmitter.cpp | 36 Record *Group; member 71 Record *Group = nullptr; in extractDocumentation() local 73 Group = SkipFlattened(G->getDef()); in extractDocumentation() 74 GroupsInGroup[Group].push_back(R); in extractDocumentation() 96 Record *Group = nullptr; in extractDocumentation() local 98 Group = SkipFlattened(G->getDef()); in extractDocumentation() 99 OptionsInGroup[Group].push_back(R); in extractDocumentation() 124 D.Groups.back().Group = G; in extractDocumentation() 353 void emitGroup(int Depth, const DocumentedGroup &Group, const Record *DocInfo, in emitGroup() argument 355 if (isExcluded(Group.Group, DocInfo)) in emitGroup() [all …]
|
| H A D | ClangDiagnosticsEmitter.cpp | 56 const std::vector<Record*> &getParents(const Record *Group) { in getParents() argument 57 return Mapping[Group]; in getParents() 63 getCategoryFromDiagGroup(const Record *Group, in getCategoryFromDiagGroup() argument 66 std::string CatName = std::string(Group->getValueAsString("CategoryName")); in getCategoryFromDiagGroup() 71 const std::vector<Record*> &Parents = DiagGroupParents.getParents(Group); in getCategoryFromDiagGroup() 84 if (DefInit *Group = dyn_cast<DefInit>(R->getValueInit("Group"))) { in getDiagnosticCategory() local 86 std::string CatName = getCategoryFromDiagGroup(Group->getDef(), in getDiagnosticCategory() 174 Record *Group = DiagGroups[i]; in groupDiagnostics() local 176 DiagsInGroup[std::string(Group->getValueAsString("GroupName"))]; in groupDiagnostics() 177 GI.Defs.push_back(Group); in groupDiagnostics() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/ |
| H A D | TestSupport.cpp | 34 for (const auto &Group : GroupedRanges) { in dump() local 35 OS << "Test selection group '" << Group.Name << "':\n"; in dump() 36 for (const auto &Range : Group.Ranges) { in dump() 53 for (const auto &Group : GroupedRanges) { in foreachRange() local 54 for (const TestSelectionRange &Range : Group.Ranges) { in foreachRange() 120 for (auto &Group : Results) { in ~TestRefactoringResultConsumer() local 121 for (auto &Result : Group) { in ~TestRefactoringResultConsumer() 178 for (auto &Group : llvm::enumerate(Results)) { in handleAllResults() local 182 for (auto &I : llvm::enumerate(Group.value())) { in handleAllResults() 220 TestRanges.GroupedRanges[Group.index()].Ranges[I.index()].Begin); in handleAllResults() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | VectorUtils.cpp | 757 const InterleaveGroup<Instruction> &Group) { in createBitMaskForGaps() argument 759 if (Group.getNumMembers() == Group.getFactor()) in createBitMaskForGaps() 763 assert(!Group.isReverse() && "Reversed group not supported."); in createBitMaskForGaps() 767 for (unsigned j = 0; j < Group.getFactor(); ++j) { in createBitMaskForGaps() 768 unsigned HasMember = Group.getMember(j) ? 1 : 0; in createBitMaskForGaps() 1060 InterleaveGroup<Instruction> *Group = nullptr; in analyzeInterleaving() local 1063 Group = getInterleaveGroup(B); in analyzeInterleaving() 1064 if (!Group) { in analyzeInterleaving() 1067 Group = createInterleaveGroup(B, DesB.Stride, DesB.Alignment); in analyzeInterleaving() 1070 StoreGroups.insert(Group); in analyzeInterleaving() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCSectionELF.h | 44 const PointerIntPair<const MCSymbolELF *, 1, bool> Group; variable 59 UniqueID(UniqueID), EntrySize(entrySize), Group(group, IsComdat), in MCSectionELF() 61 if (Group.getPointer()) in MCSectionELF() 62 Group.getPointer()->setIsSignature(); in MCSectionELF() 78 const MCSymbolELF *getGroup() const { return Group.getPointer(); } in getGroup() 79 bool isComdat() const { return Group.getInt(); } in isComdat()
|
| H A D | MCSectionWasm.h | 29 const MCSymbolWasm *Group; variable 49 const MCSymbolWasm *Group, unsigned UniqueID, MCSymbol *Begin) in MCSectionWasm() argument 50 : MCSection(SV_Wasm, Name, K, Begin), UniqueID(UniqueID), Group(Group), in MCSectionWasm() 58 const MCSymbolWasm *getGroup() const { return Group; } in getGroup()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | IROutliner.cpp | 356 Function *IROutliner::createFunction(Module &M, OutlinableGroup &Group, in createFunction() argument 358 assert(!Group.OutlinedFunction && "Function is already defined!"); in createFunction() 360 Group.OutlinedFunctionType = FunctionType::get( in createFunction() 361 Type::getVoidTy(M.getContext()), Group.ArgumentTypes, false); in createFunction() 365 Group.OutlinedFunction = Function::Create( in createFunction() 366 Group.OutlinedFunctionType, GlobalValue::InternalLinkage, in createFunction() 370 if (Group.SwiftErrorArgument.hasValue()) in createFunction() 371 Group.OutlinedFunction->addParamAttr(Group.SwiftErrorArgument.getValue(), in createFunction() 374 Group.OutlinedFunction->addFnAttr(Attribute::OptimizeForSize); in createFunction() 375 Group.OutlinedFunction->addFnAttr(Attribute::MinSize); in createFunction() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/yaml-bench/ |
| H A D | YAMLBench.cpp | 145 static void benchmark(llvm::TimerGroup &Group, llvm::StringRef Name, in benchmark() argument 148 Group); in benchmark() 158 (Description + ": Tokenizing").str(), Group); in benchmark() 166 (Description + ": Parsing").str(), Group); in benchmark() 222 llvm::TimerGroup Group("yaml", "YAML parser benchmark"); in main() local 223 benchmark(Group, "Fast", "Fast", createJSONText(10, 500)); in main() 225 llvm::TimerGroup Group("yaml", "YAML parser benchmark"); in main() local 226 benchmark(Group, "Small", "Small Values", createJSONText(MemoryLimitMB, 5)); in main() 227 benchmark(Group, "Medium", "Medium Values", in main() 229 benchmark(Group, "Large", "Large Values", in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/ |
| H A D | LSUnit.cpp | 57 const MemoryGroup &Group = *GroupIt.second; in dump() local 59 << "[ #Preds = " << Group.getNumPredecessors() in dump() 60 << ", #GIssued = " << Group.getNumExecutingPredecessors() in dump() 61 << ", #GExecuted = " << Group.getNumExecutedPredecessors() in dump() 62 << ", #Inst = " << Group.getNumInstructions() in dump() 63 << ", #IIssued = " << Group.getNumExecuting() in dump() 64 << ", #IExecuted = " << Group.getNumExecuted() << '\n'; in dump() 190 MemoryGroup &Group = getGroup(CurrentLoadGroupID); in dispatch() local 191 Group.addInstruction(); in dispatch()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | XCOFFObjectWriter.cpp | 137 for (auto *Group : Groups) in reset() local 138 Group->clear(); in reset() 362 CsectGroup &Group = getCsectGroup(MCSec); in executePostLayoutBinding() local 363 Group.emplace_back(MCSec); in executePostLayoutBinding() 364 SectionMap[MCSec] = &Group.back(); in executePostLayoutBinding() 533 for (const auto *Group : Section->Groups) { in writeSections() local 534 for (const auto &Csect : *Group) { in writeSections() 734 for (const auto *Group : Section->Groups) { in writeRelocations() local 735 if (Group->empty()) in writeRelocations() 738 for (const auto &Csect : *Group) { in writeRelocations() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lipo/ |
| H A D | LipoOpts.td | 23 Group<action_group>, 28 Group<action_group>, 32 Group<action_group>, 38 Group<action_group>, 43 Group<action_group>, 48 Group<action_group>, 54 Group<action_group>,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
| H A D | CoverageSummaryInfo.cpp | 84 FunctionCoverageSummary::get(const InstantiationGroup &Group, in get() argument 87 if (Group.hasName()) { in get() 88 Name = std::string(Group.getName()); in get() 91 OS << "Definition at line " << Group.getLine() << ", column " in get() 92 << Group.getColumn(); in get() 96 Summary.ExecutionCount = Group.getTotalExecutionCount(); in get()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/AsmParser/ |
| H A D | SystemZAsmParser.cpp | 403 RegisterGroup Group; member 410 bool parseIntegerRegister(Register &Reg, RegisterGroup Group); 782 Reg.Group = RegGR; in parseRegister() 784 Reg.Group = RegFP; in parseRegister() 786 Reg.Group = RegV; in parseRegister() 788 Reg.Group = RegAR; in parseRegister() 790 Reg.Group = RegCR; in parseRegister() 806 RegisterGroup Group; in parseRegister() local 812 Group = RegGR; in parseRegister() 817 Group = RegFP; in parseRegister() [all …]
|