Searched refs:Subs (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/MC/
H A DMCRegisterInfo.cpp38 for (MCSubRegIterator Subs(Reg, this); Subs.isValid(); ++Subs, ++SRI)
40 return *Subs;
50 for (MCSubRegIterator Subs(Reg, this); Subs.isValid(); ++Subs, ++SRI)
51 if (*Subs == SubReg)
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A Db.t38 our %Subs;
39 local %Subs = ();
46 $main::Subs{$symbol->STASH->NAME . '::' . $symbol->NAME}++;
53 ok( join('', sort @syms) eq join('', sort keys %Subs), 'all symbols found' );
56 ok( (!grep $_ != 1, values %Subs), '...and found once' );
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp199 if (Opt.Subs.empty())
202 for (auto *SC : Opt.Subs)
260 if (O->Subs.empty()) {
263 for (auto *SC : O->Subs)
302 if (O->Subs.empty())
309 for (auto *SC : O->Subs)
341 if (O->Subs.empty())
348 for (auto *SC : O->Subs)
2303 SmallVectorImpl<std::pair<const char *, SubCommand *>> &Subs) {
2307 Subs
2302 sortSubCommands(const SmallPtrSetImpl<SubCommand *> &SubMap, SmallVectorImpl<std::pair<const char *, SubCommand *>> &Subs) argument
2327 printSubCommands(StrSubCommandPairVector &Subs, size_t MaxSubLen) argument
2361 StrSubCommandPairVector Subs; local
2759 auto &Subs = GlobalParser->RegisteredSubCommands; local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp195 Subs.append(Next->Subs.begin(), Next->Subs.end());
208 Subs.push_back(SubIn);
227 std::stable_partition(Subs.begin(), Subs.end(), [&](CHRScope *Sub) {
239 ArrayRef<CHRScope *> TailSubs(TailIt, Subs.end());
244 Subs.erase(TailIt, Subs.end());
259 SmallVector<CHRScope *, 8> Subs; // Subscope member in class:__anon3390::CHRScope
[all...]
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DInstance.pm650 Add a context init callback. Subs are called every time a context is created. Subs
655 Add a context release callback. Subs are called every time a context is released. Subs
661 Add a pre-subtest callback. Subs are called every time a subtest is
662 going to be run. Subs get the subtest name, coderef, and any
/openbsd-current/gnu/usr.bin/perl/cpan/autodie/lib/autodie/
H A DUtil.pm201 the same "compile-time" scope) to install multiple subs. Subs are
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h285 SmallPtrSet<SubCommand *, 1> Subs; // The subcommands this option belongs to. member in class:llvm::cl::Option
318 return llvm::is_contained(Subs, &SubCommand::getAll());
334 void addSubCommand(SubCommand &S) { Subs.insert(&S); }
1936 if (!Subs.empty())
1938 Subs = AliasFor->Subs;
/openbsd-current/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2393 PODSmallVector<Node *, 32> Subs;
2415 // This has a smaller size compared to Subs and Names because it can be
2447 Subs.clear();
2684 Subs.push_back(Result);
2836 Subs.push_back(Module);
3253 Subs.push_back(SoFar);
3260 if (SoFar == nullptr || Subs.empty())
3263 Subs.pop_back();
3305 Subs.push_back(TP);
3312 Subs
[all...]
/openbsd-current/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h2393 PODSmallVector<Node *, 32> Subs;
2415 // This has a smaller size compared to Subs and Names because it can be
2447 Subs.clear();
2684 Subs.push_back(Result);
2836 Subs.push_back(Module);
3253 Subs.push_back(SoFar);
3260 if (SoFar == nullptr || Subs.empty())
3263 Subs.pop_back();
3305 Subs.push_back(TP);
3312 Subs
[all...]
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1622 SmallVector<std::pair<MachineInstr *, Register>, 4> Subs; local
1629 Subs.emplace_back(&UseMI, Reg);
1631 for (auto &Sub : Subs)
1936 SmallVector<std::pair<MachineInstr *, Register>, 4> Subs; local
1943 Subs.emplace_back(&UseMI, Reg);
1945 for (auto &Sub : Subs)
H A DRDFLiveness.cpp656 std::unordered_map<RegisterAggr, SubMap> Subs;
686 SubMap &SM = Subs[MidDefs];
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1212 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts),
1215 unwrapDI<DIType>(Ty), Subs));
1223 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts),
1226 unwrapDI<DIType>(Ty), Subs));
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6770 SmallVector<SDValue, 4> Subs;
6779 Subs.push_back(Builder(DAG, DL, SubOps));
6781 return DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, Subs);
[all...]

Completed in 422 milliseconds