Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp201 if (Opt.Subs.empty()) in addLiteralOption()
204 for (auto *SC : Opt.Subs) in addLiteralOption()
262 if (O->Subs.empty()) { in addOption()
265 for (auto *SC : O->Subs) in addOption()
304 if (O->Subs.empty()) in removeOption()
311 for (auto *SC : O->Subs) in removeOption()
343 if (O->Subs.empty()) in updateArgStr()
350 for (auto *SC : O->Subs) in updateArgStr()
2234 array_pod_sort(Subs.begin(), Subs.end(), SubNameCompare); in sortSubCommands()
2294 if (Subs.size() > 2) in printHelp()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp186 Subs.append(Next->Subs.begin(), Next->Subs.end()); in append()
199 Subs.push_back(SubIn); in addSub()
218 std::stable_partition(Subs.begin(), Subs.end(), [&](CHRScope *Sub) { in split()
235 Subs.erase(TailIt, Subs.end()); in split()
250 SmallVector<CHRScope *, 8> Subs; // Subscopes. member in __anonfd3f65480111::CHRScope
446 for (CHRScope *Sub : Subs) { in print()
1102 for (CHRScope *Sub : Scope->Subs) in getSelectsInScope()
1224 for (CHRScope *Sub : Split->Subs) { in splitScope()
1230 Split->Subs = NewSubs; in splitScope()
1301 for (CHRScope *Sub : Scope->Subs) { in classifyBiasedScopes()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h279 SmallPtrSet<SubCommand *, 1> Subs; // The subcommands this option belongs to. variable
312 return llvm::is_contained(Subs, &*AllSubCommands); in isInAllSubCommands()
328 void addSubCommand(SubCommand &S) { Subs.insert(&S); } in addSubCommand()
1871 if (!Subs.empty())
1873 Subs = AliasFor->Subs;
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2434 Subs.clear(); in reset()
2671 Subs.push_back(Result); in parseName()
2823 Subs.push_back(Module); in parseModuleNameOpt()
3233 Subs.push_back(SoFar); in parseNestedName()
3243 Subs.pop_back(); in parseNestedName()
3285 Subs.push_back(TP); in parseUnresolvedType()
3292 Subs.push_back(DT); in parseUnresolvedType()
4101 Subs.push_back(Result); in parseType()
5215 if (Subs.empty())
5217 return Subs[0];
[all …]
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h2434 Subs.clear(); in reset()
2671 Subs.push_back(Result); in parseName()
2823 Subs.push_back(Module); in parseModuleNameOpt()
3233 Subs.push_back(SoFar); in parseNestedName()
3243 Subs.pop_back(); in parseNestedName()
3285 Subs.push_back(TP); in parseUnresolvedType()
3292 Subs.push_back(DT); in parseUnresolvedType()
4101 Subs.push_back(Result); in parseType()
5215 if (Subs.empty())
5217 return Subs[0];
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DModuloSchedule.cpp1601 SmallVector<std::pair<MachineInstr *, Register>, 4> Subs; in filterInstructions() local
1608 Subs.emplace_back(&UseMI, Reg); in filterInstructions()
1610 for (auto &Sub : Subs) in filterInstructions()
1915 SmallVector<std::pair<MachineInstr *, Register>, 4> Subs; in rewriteUsesOf() local
1922 Subs.emplace_back(&UseMI, Reg); in rewriteUsesOf()
1924 for (auto &Sub : Subs) in rewriteUsesOf()
H A DRDFLiveness.cpp657 std::unordered_map<RegisterAggr, SubMap> Subs; in computePhiInfo() local
687 SubMap &SM = Subs[MidDefs]; in computePhiInfo()
/llvm-project-15.0.7/llvm/lib/IR/
H A DDebugInfo.cpp1157 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateArrayType() local
1160 unwrapDI<DIType>(Ty), Subs)); in LLVMDIBuilderCreateArrayType()
1168 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateVectorType() local
1171 unwrapDI<DIType>(Ty), Subs)); in LLVMDIBuilderCreateVectorType()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp6646 SmallVector<SDValue, 4> Subs; in SplitOpsAndApply() local
6655 Subs.push_back(Builder(DAG, DL, SubOps)); in SplitOpsAndApply()
6657 return DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, Subs); in SplitOpsAndApply()
53913 SmallVector<SDValue> Subs; in combineConcatVectorOps() local
53915 Subs.push_back(SubOp.getOperand(I)); in combineConcatVectorOps()
53916 return DAG.getNode(ISD::CONCAT_VECTORS, DL, VT, Subs); in combineConcatVectorOps()