| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Internalize.cpp | 62 for (StringRef Pattern : APIList) in PreserveAPIList() local 75 void addGlob(StringRef Pattern) { in addGlob()
|
| /src/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | Strings.h | 67 StringMatcher(llvm::StringRef Pattern) in StringMatcher()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIASession.cpp | 284 llvm::StringRef Pattern, in findSourceFiles() 306 llvm::StringRef Pattern, in findOneSourceFile() 315 DIASession::findCompilandsForSourceFile(llvm::StringRef Pattern, in findCompilandsForSourceFile() 324 DIASession::findOneCompilandForSourceFile(llvm::StringRef Pattern, in findOneCompilandForSourceFile()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVOptions.cpp | 408 Error LVPatterns::createMatchEntry(LVMatchInfo &Filters, StringRef Pattern, in createMatchEntry() 460 StringRef Pattern = Entry.first(); in addPatterns() local
|
| /src/contrib/llvm-project/llvm/lib/ObjCopy/ |
| H A D | CommonConfig.cpp | 16 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create()
|
| /src/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | PatternParser.h | 32 class Pattern; variable
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeSession.cpp | 300 StringRef Pattern, in findSourceFiles() 307 StringRef Pattern, in findOneSourceFile() 313 NativeSession::findCompilandsForSourceFile(StringRef Pattern, in findCompilandsForSourceFile() 319 NativeSession::findOneCompilandForSourceFile(StringRef Pattern, in findOneCompilandForSourceFile()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCombiner.cpp | 301 CombinerObjective MachineCombiner::getCombinerObjective(unsigned Pattern) { in getCombinerObjective() 341 SmallVectorImpl<MachineInstr *> &DelInstrs, unsigned Pattern) { in reduceRegisterPressure() 359 DenseMap<unsigned, unsigned> &InstrIdxForVirtReg, unsigned Pattern, in improvesCriticalPathLen() argument 489 const TargetInstrInfo *TII, unsigned Pattern, in insertDeleteInstructions()
|
| H A D | TargetInstrInfo.cpp | 954 TargetInstrInfo::getReassociationOpcodes(unsigned Pattern, in getReassociationOpcodes() 1043 static std::pair<bool, bool> mustSwapOperands(unsigned Pattern) { in mustSwapOperands() 1059 const MachineInstr &Root, unsigned Pattern, in getReassociateOperandIndices() 1082 MachineInstr &Root, MachineInstr &Prev, unsigned Pattern, in reassociateOps() 1248 MachineInstr &Root, unsigned Pattern, in genAlternativeCodeSequence()
|
| /src/contrib/llvm-project/clang/lib/Format/ |
| H A D | MatchFilePath.cpp | 24 bool matchFilePath(StringRef Pattern, StringRef FilePath) { in matchFilePath()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DiagnosticHandler.cpp | 25 std::shared_ptr<Regex> Pattern; member
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 630 Sema::CheckPackExpansion(TypeSourceInfo *Pattern, SourceLocation EllipsisLoc, in CheckPackExpansion() 647 QualType Sema::CheckPackExpansion(QualType Pattern, SourceRange PatternRange, in CheckPackExpansion() 668 ExprResult Sema::ActOnPackExpansion(Expr *Pattern, SourceLocation EllipsisLoc) { in ActOnPackExpansion() 672 ExprResult Sema::CheckPackExpansion(Expr *Pattern, SourceLocation EllipsisLoc, in CheckPackExpansion() 830 QualType Pattern = cast<PackExpansionType>(T)->getPattern(); in getNumArgumentsInExpansion() local 1144 TypeLoc Pattern = Expansion.getPatternLoc(); in getTemplateArgumentPackExpansionPattern() local 1161 Expr *Pattern = Expansion->getPattern(); in getTemplateArgumentPackExpansionPattern() local
|
| H A D | SemaTemplateInstantiateDecl.cpp | 896 void Sema::updateAttrsForLateParsedTemplate(const Decl *Pattern, Decl *Inst) { in updateAttrsForLateParsedTemplate() 1110 TypeAliasDecl *Pattern = D->getTemplatedDecl(); in InstantiateTypeAliasTemplateDecl() local 1581 EnumDecl *Enum, EnumDecl *Pattern) { in InstantiateEnumDefinition() 1660 CXXRecordDecl *Pattern = D->getTemplatedDecl(); in VisitClassTemplateDecl() local 1848 VarDecl *Pattern = D->getTemplatedDecl(); in VisitVarTemplateDecl() local 3012 TypeLoc Pattern = Expansion.getPatternLoc(); in VisitNonTypeTemplateParmDecl() local 4922 Stmt *Pattern = nullptr; in InstantiateFunctionDefinition() local 5857 static bool isInstantiationOf(ClassTemplateDecl *Pattern, in isInstantiationOf() 5870 static bool isInstantiationOf(FunctionTemplateDecl *Pattern, in isInstantiationOf() 5884 isInstantiationOf(ClassTemplatePartialSpecializationDecl *Pattern, in isInstantiationOf() [all …]
|
| H A D | SemaTemplateInstantiate.cpp | 271 const FunctionDecl *Pattern, bool RelativeToPrimary, in HandleFunction() 469 const FunctionDecl *Pattern, bool ForConstraintInstantiation, in getTemplateInstantiationArgs() 3292 CXXRecordDecl *Pattern, in SubstBaseSpecifiers() 3406 CXXRecordDecl *Instantiation, CXXRecordDecl *Pattern, in InstantiateClass() 3655 EnumDecl *Instantiation, EnumDecl *Pattern, in InstantiateEnum() 3706 FieldDecl *Pattern, const MultiLevelTemplateArgumentList &TemplateArgs) { in InstantiateInClassInitializer() 3920 CXXRecordDecl *Pattern = nullptr; in getPatternForClassTemplateSpecialization() local 3960 ActionResult<CXXRecordDecl *> Pattern = in InstantiateClassTemplateSpecialization() local 3987 if (FunctionDecl *Pattern = in InstantiateClassMembers() local 4118 CXXRecordDecl *Pattern = Record->getInstantiatedFromMemberClass(); in InstantiateClassMembers() local [all …]
|
| H A D | SemaTemplateDeductionGuide.cpp | 119 auto *Pattern = TATD; in RebuildTemplateSpecializationType() local 295 ClassTemplateDecl *Pattern = Template; in ConvertConstructorToDeductionGuideTransform() local 1344 ClassTemplateDecl *Pattern = in DeclareAggregateDeductionGuideFromInitList() local 1397 ClassTemplateDecl *Pattern = in DeclareImplicitDeductionGuides() local
|
| /src/contrib/llvm-project/lld/Common/ |
| H A D | Strings.cpp | 22 SingleStringMatcher::SingleStringMatcher(StringRef Pattern) { in SingleStringMatcher()
|
| /src/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | HeaderFile.cpp | 21 std::string Pattern = "/include/"; in createIncludeHeaderName() local
|
| /src/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexingContext.cpp | 227 if (const CXXRecordDecl *Pattern = in adjustTemplateImplicitInstantiation() local 238 if (const EnumDecl *Pattern = ED->getInstantiatedFromMemberEnum()) { in adjustTemplateImplicitInstantiation() local
|
| /src/contrib/llvm-project/clang/tools/clang-format/ |
| H A D | ClangFormat.cpp | 635 if (const auto Pattern{StringRef{Line}.trim()}; in isIgnored() local 649 StringRef Pattern{Pat}; in isIgnored() local
|
| /src/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 556 return llvm::any_of(Patterns, [&](const Pattern &Pattern) { in foundMatch() 563 struct Pattern { struct in clang::ast_matchers::internal::__anon72c619990811::PatternSet 564 StringRef P; 565 bool IsFullyQualified; 654 for (const StringRef Pattern : Names) { in matchesNodeFullSlow() local
|
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SpecialCaseList.cpp | 27 Error SpecialCaseList::Matcher::insert(StringRef Pattern, unsigned LineNumber, in insert()
|
| /src/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherGen.cpp | 56 const PatternToMatch &Pattern; member in __anon62192ae70111::MatcherGen 1076 Matcher *llvm::ConvertPatternToMatcher(const PatternToMatch &Pattern, in ConvertPatternToMatcher()
|
| H A D | DAGISelMatcherOpt.cpp | 99 const PatternToMatch &Pattern = CM->getPattern(); in ContractNodes() local
|
| /src/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | SemaConcept.h | 177 const Expr *Pattern; member
|
| /src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrInfo.cpp | 1593 MachineInstr &Root, unsigned &Pattern, in finalizeInsInstrs() 1863 const MachineInstr &Root, unsigned Pattern, in getReassociateOperandIndices() 2181 static unsigned getFPFusedMultiplyOpcode(unsigned RootOpc, unsigned Pattern) { in getFPFusedMultiplyOpcode() 2203 static unsigned getAddendOperandIdx(unsigned Pattern) { in getAddendOperandIdx() 2217 unsigned Pattern, in combineFPFusedMultiply() 2321 MachineInstr &Root, unsigned Pattern, in genAlternativeCodeSequence()
|