Home
last modified time | relevance | path

Searched refs:Subs (Results 1 – 16 of 16) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCRegisterInfo.cpp38 for (MCSubRegIterator Subs(Reg, this); Subs.isValid(); ++Subs, ++SRI) in getSubReg() local
40 return *Subs; in getSubReg()
50 for (MCSubRegIterator Subs(Reg, this); Subs.isValid(); ++Subs, ++SRI) in getSubRegIndex() local
51 if (*Subs == SubReg) in getSubRegIndex()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp199 if (Opt.Subs.empty()) in addLiteralOption()
202 for (auto *SC : Opt.Subs) in addLiteralOption()
260 if (O->Subs.empty()) { in addOption()
263 for (auto *SC : O->Subs) in addOption()
302 if (O->Subs.empty()) in removeOption()
309 for (auto *SC : O->Subs) in removeOption()
341 if (O->Subs.empty()) in updateArgStr()
348 for (auto *SC : O->Subs) in updateArgStr()
2303 SmallVectorImpl<std::pair<const char *, SubCommand *>> &Subs) { in sortSubCommands() argument
2307 Subs.push_back(std::make_pair(S->getName().data(), S)); in sortSubCommands()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp195 Subs.append(Next->Subs.begin(), Next->Subs.end()); in append()
208 Subs.push_back(SubIn); in addSub()
227 std::stable_partition(Subs.begin(), Subs.end(), [&](CHRScope *Sub) { in split()
239 ArrayRef<CHRScope *> TailSubs(TailIt, Subs.end()); in split()
244 Subs.erase(TailIt, Subs.end()); in split()
259 SmallVector<CHRScope *, 8> Subs; // Subscopes. member in __anon50f5060f0111::CHRScope
285 Subs(SubsIn.begin(), SubsIn.end()), BranchInsertPoint(nullptr) {} in CHRScope()
463 for (CHRScope *Sub : Subs) { in print()
1111 for (CHRScope *Sub : Scope->Subs) in getSelectsInScope()
1233 for (CHRScope *Sub : Split->Subs) { in splitScope()
[all …]
/openbsd-src/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-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2393 PODSmallVector<Node *, 32> Subs; member
2447 Subs.clear(); in reset()
2684 Subs.push_back(Result); in parseName()
2836 Subs.push_back(Module); in parseModuleNameOpt()
3253 Subs.push_back(SoFar); in parseNestedName()
3260 if (SoFar == nullptr || Subs.empty()) in parseNestedName()
3263 Subs.pop_back(); in parseNestedName()
3305 Subs.push_back(TP); in parseUnresolvedType()
3312 Subs.push_back(DT); in parseUnresolvedType()
4096 Subs.push_back(Result); in parseType()
[all …]
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h2393 PODSmallVector<Node *, 32> Subs; member
2447 Subs.clear(); in reset()
2684 Subs.push_back(Result); in parseName()
2836 Subs.push_back(Module); in parseModuleNameOpt()
3253 Subs.push_back(SoFar); in parseNestedName()
3260 if (SoFar == nullptr || Subs.empty()) in parseNestedName()
3263 Subs.pop_back(); in parseNestedName()
3305 Subs.push_back(TP); in parseUnresolvedType()
3312 Subs.push_back(DT); in parseUnresolvedType()
4096 Subs.push_back(Result); in parseType()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h285 SmallPtrSet<SubCommand *, 1> Subs; // The subcommands this option belongs to. variable
318 return llvm::is_contained(Subs, &SubCommand::getAll()); in isInAllSubCommands()
334 void addSubCommand(SubCommand &S) { Subs.insert(&S); } in addSubCommand()
1936 if (!Subs.empty())
1938 Subs = AliasFor->Subs;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1622 SmallVector<std::pair<MachineInstr *, Register>, 4> Subs; in filterInstructions() local
1629 Subs.emplace_back(&UseMI, Reg); in filterInstructions()
1631 for (auto &Sub : Subs) in filterInstructions()
1936 SmallVector<std::pair<MachineInstr *, Register>, 4> Subs; in rewriteUsesOf() local
1943 Subs.emplace_back(&UseMI, Reg); in rewriteUsesOf()
1945 for (auto &Sub : Subs) in rewriteUsesOf()
H A DRDFLiveness.cpp656 std::unordered_map<RegisterAggr, SubMap> Subs; in computePhiInfo() local
686 SubMap &SM = Subs[MidDefs]; in computePhiInfo()
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-d10v.texi57 * D10V-Subs:: Sub-Instructions
82 @node D10V-Subs
H A Dc-d30v.texi55 * D30V-Subs:: Sub-Instructions
80 @node D30V-Subs
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-d10v.texi57 * D10V-Subs:: Sub-Instructions
82 @node D10V-Subs
H A Dc-d30v.texi55 * D30V-Subs:: Sub-Instructions
80 @node D30V-Subs
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DDebugInfo.cpp1212 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateArrayType() local
1215 unwrapDI<DIType>(Ty), Subs)); in LLVMDIBuilderCreateArrayType()
1223 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateVectorType() local
1226 unwrapDI<DIType>(Ty), Subs)); in LLVMDIBuilderCreateVectorType()
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5180delta.pod3115 Subs in the CORE:: namespace no longer crash after C<undef *_> when called
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6770 SmallVector<SDValue, 4> Subs; in SplitOpsAndApply() local
6779 Subs.push_back(Builder(DAG, DL, SubOps)); in SplitOpsAndApply()
6781 return DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, Subs); in SplitOpsAndApply()
55250 SmallVector<SDValue> Subs; in combineConcatVectorOps() local
55252 Subs.push_back(SubOp.getOperand(I)); in combineConcatVectorOps()
55253 return DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, Subs); in combineConcatVectorOps()