| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | ControlHeightReduction.cpp | 194 Subs.append(Next->Subs.begin(), Next->Subs.end()); in append() 207 Subs.push_back(SubIn); in addSub() 226 std::stable_partition(Subs.begin(), Subs.end(), [&](CHRScope *Sub) { in split() 243 Subs.erase(TailIt, Subs.end()); in split() 258 SmallVector<CHRScope *, 8> Subs; // Subscopes. member in __anon784f818e0111::CHRScope 462 for (CHRScope *Sub : Subs) { in print() 1110 for (CHRScope *Sub : Scope->Subs) in getSelectsInScope() 1232 for (CHRScope *Sub : Split->Subs) { in splitScope() 1238 Split->Subs = NewSubs; in splitScope() 1309 for (CHRScope *Sub : Scope->Subs) { in classifyBiasedScopes() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | CommandLine.cpp | 176 if (Opt.Subs.empty()) { in forEachSubCommand() 180 if (Opt.Subs.size() == 1 && *Opt.Subs.begin() == &SubCommand::getAll()) { in forEachSubCommand() 186 for (auto *SC : Opt.Subs) { in forEachSubCommand() 2309 array_pod_sort(Subs.begin(), Subs.end(), SubNameCompare); in sortSubCommands() 2328 for (const auto &S : Subs) { in printSubCommands() 2361 StrSubCommandPairVector Subs; in printHelp() local 2369 if (!Subs.empty()) in printHelp() 2399 printSubCommands(Subs, MaxSubLen); in printHelp() 2752 auto &Subs = GlobalParser->RegisteredSubCommands; in getRegisteredOptions() local 2753 (void)Subs; in getRegisteredOptions() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 247 SmallVector<SubCommand *, 4> Subs; variable 250 SubCommandGroup(std::initializer_list<SubCommand *> IL) : Subs(IL) {} in SubCommandGroup() 252 ArrayRef<SubCommand *> getSubCommands() const { return Subs; } in getSubCommands() 294 SmallPtrSet<SubCommand *, 1> Subs; // The subcommands this option belongs to. variable 339 void addSubCommand(SubCommand &S) { Subs.insert(&S); } in addSubCommand() 1952 if (!Subs.empty()) 1954 Subs = AliasFor->Subs;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | RDFLiveness.cpp | 660 std::unordered_map<RegisterAggr, SubMap> Subs; in computePhiInfo() local 690 if (Subs.find(MidDefs) == Subs.end()) { in computePhiInfo() 691 Subs.insert({MidDefs, SubMap(1, RefHash(), RefEqual(PRI))}); in computePhiInfo() 693 SubMap &SM = Subs.at(MidDefs); in computePhiInfo()
|
| H A D | ModuloSchedule.cpp | 1617 SmallVector<std::pair<MachineInstr *, Register>, 4> Subs; in filterInstructions() local 1624 Subs.emplace_back(&UseMI, Reg); in filterInstructions() 1626 for (auto &Sub : Subs) in filterInstructions() 1931 SmallVector<std::pair<MachineInstr *, Register>, 4> Subs; in rewriteUsesOf() local 1938 Subs.emplace_back(&UseMI, Reg); in rewriteUsesOf() 1940 for (auto &Sub : Subs) in rewriteUsesOf()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 2697 Subs.clear(); in reset() 2943 Subs.push_back(Result); in parseName() 3103 Subs.push_back(Module); in parseModuleNameOpt() 3549 Subs.push_back(SoFar); in parseNestedName() 3559 Subs.pop_back(); in parseNestedName() 3601 Subs.push_back(TP); in parseUnresolvedType() 3608 Subs.push_back(DT); in parseUnresolvedType() 4437 Subs.push_back(Result); in parseType() 5633 if (Subs.empty()) 5635 return Subs[0]; [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 1306 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateArrayType() local 1309 unwrapDI<DIType>(Ty), Subs)); in LLVMDIBuilderCreateArrayType() 1317 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateVectorType() local 1320 unwrapDI<DIType>(Ty), Subs)); in LLVMDIBuilderCreateVectorType()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 4107 SmallVector<SDValue, 4> Subs; in SplitOpsAndApply() local 4116 Subs.push_back(Builder(DAG, DL, SubOps)); in SplitOpsAndApply() 4118 return DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, Subs); in SplitOpsAndApply() 54728 SmallVector<SDValue> Subs; in combineConcatVectorOps() local 54730 Subs.push_back(SubOp.getOperand(I)); in combineConcatVectorOps() 54731 return DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, Subs); in combineConcatVectorOps()
|