Searched defs:Subs (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
H A D | MCRegisterInfo.cpp | 38 for (MCSubRegIterator Subs(Reg, this); Subs.isValid(); ++Subs, ++SRI) in getSubReg() local 50 for (MCSubRegIterator Subs(Reg, this); Subs.isValid(); ++Subs, ++SRI) in getSubRegIndex() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | CommandLine.cpp | 2151 SmallVectorImpl<std::pair<const char *, SubCommand *>> &Subs) { in sortSubCommands() 2175 void printSubCommands(StrSubCommandPairVector &Subs, size_t MaxSubLen) { in printSubCommands() 2209 StrSubCommandPairVector Subs; in printHelp() local 2587 auto &Subs = GlobalParser->RegisteredSubCommands; in getRegisteredOptions() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 286 SmallPtrSet<SubCommand *, 1> Subs; // The subcommands this option belongs to. variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 1604 SmallVector<std::pair<MachineInstr *, Register>, 4> Subs; in filterInstructions() local 1918 SmallVector<std::pair<MachineInstr *, Register>, 4> Subs; in rewriteUsesOf() local
|
H A D | RDFLiveness.cpp | 659 std::unordered_map<RegisterAggr, SubMap> Subs; in computePhiInfo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 1116 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateArrayType() local 1127 auto Subs = unwrap(Builder)->getOrCreateArray({unwrap(Subscripts), in LLVMDIBuilderCreateVectorType() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 290 SmallVector<CHRScope *, 8> Subs; // Subscopes. member in __anon566c75c30211::CHRScope
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2351 PODSmallVector<Node *, 32> Subs; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6135 SmallVector<SDValue, 4> Subs; in SplitOpsAndApply() local 49832 SmallVector<SDValue> Subs; in combineConcatVectorOps() local
|