/freebsd/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()
|
/freebsd/contrib/llvm-project/lld/include/lld/Common/ |
H A D | Strings.h | 67 StringMatcher(llvm::StringRef Pattern) in StringMatcher()
|
/freebsd/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()
|
/freebsd/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
|
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ |
H A D | CommonConfig.cpp | 15 create(StringRef Pattern,MatchStyle MS,function_ref<Error (Error)> ErrorCallback) create() argument
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | NativeSession.cpp | 300 StringRef Pattern, in findSourceFiles() argument 307 StringRef Pattern, in findOneSourceFile() argument 313 NativeSession::findCompilandsForSourceFile(StringRef Pattern, in findCompilandsForSourceFile() argument 319 NativeSession::findOneCompilandForSourceFile(StringRef Pattern, in findOneCompilandForSourceFile() argument
|
/freebsd/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()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | PatternParser.h | 32 class Pattern; variable
|
/freebsd/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 4920 Stmt *Pattern = nullptr; in InstantiateFunctionDefinition() local 5855 static bool isInstantiationOf(ClassTemplateDecl *Pattern, in isInstantiationOf() 5868 static bool isInstantiationOf(FunctionTemplateDecl *Pattern, in isInstantiationOf() 5882 isInstantiationOf(ClassTemplatePartialSpecializationDecl *Pattern, in isInstantiationOf() [all …]
|
H A D | SemaTemplateInstantiate.cpp | 271 const FunctionDecl *Pattern, bool RelativeToPrimary, in HandleFunction() 467 const FunctionDecl *Pattern, bool ForConstraintInstantiation, in getTemplateInstantiationArgs() 3299 CXXRecordDecl *Pattern, in SubstBaseSpecifiers() 3413 CXXRecordDecl *Instantiation, CXXRecordDecl *Pattern, in InstantiateClass() 3662 EnumDecl *Instantiation, EnumDecl *Pattern, in InstantiateEnum() 3713 FieldDecl *Pattern, const MultiLevelTemplateArgumentList &TemplateArgs) { in InstantiateInClassInitializer() 3927 CXXRecordDecl *Pattern = nullptr; in getPatternForClassTemplateSpecialization() local 3967 ActionResult<CXXRecordDecl *> Pattern = in InstantiateClassTemplateSpecialization() local 3994 if (FunctionDecl *Pattern = in InstantiateClassMembers() local 4125 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
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DiagnosticHandler.cpp | 25 std::shared_ptr<Regex> Pattern; member
|
/freebsd/contrib/llvm-project/lld/Common/ |
H A D | Strings.cpp | 22 SingleStringMatcher::SingleStringMatcher(StringRef Pattern) { in SingleStringMatcher() argument
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | HeaderFile.cpp | 21 std::string Pattern = "/include/"; in createIncludeHeaderName() local
|
/freebsd/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
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherGen.cpp | 56 const PatternToMatch &Pattern; member in __anon9c7aa4d20111::MatcherGen 1076 Matcher *llvm::ConvertPatternToMatcher(const PatternToMatch &Pattern, in ConvertPatternToMatcher()
|
H A D | DAGISelMatcherOpt.cpp | 99 const PatternToMatch &Pattern = CM->getPattern(); in ContractNodes() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaConcept.h | 177 const Expr *Pattern; member
|
H A D | CodeCompleteConsumer.h | 789 CodeCompletionString *Pattern; member 931 CodeCompletionResult(CodeCompletionString *Pattern, const NamedDecl *D, in CodeCompletionResult()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 1593 MachineInstr &Root, unsigned &Pattern, in finalizeInsInstrs() argument 1863 const MachineInstr &Root, unsigned Pattern, in getReassociateOperandIndices() argument 2181 static unsigned getFPFusedMultiplyOpcode(unsigned RootOpc, unsigned Pattern) { in getFPFusedMultiplyOpcode() argument 2203 getAddendOperandIdx(unsigned Pattern) getAddendOperandIdx() argument 2217 combineFPFusedMultiply(MachineInstr & Root,MachineInstr & Prev,unsigned Pattern,SmallVectorImpl<MachineInstr * > & InsInstrs,SmallVectorImpl<MachineInstr * > & DelInstrs) combineFPFusedMultiply() argument 2321 genAlternativeCodeSequence(MachineInstr & Root,unsigned Pattern,SmallVectorImpl<MachineInstr * > & InsInstrs,SmallVectorImpl<MachineInstr * > & DelInstrs,DenseMap<unsigned,unsigned> & InstrIdxForVirtReg) const genAlternativeCodeSequence() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SymbolRewriter.cpp | 156 const std::string Pattern; member in __anon8c4031380211::PatternRewriteDescriptor
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | DAGISelMatcher.h | 710 const ComplexPattern &Pattern; variable 1085 const PatternToMatch &Pattern; variable 1108 const PatternToMatch &Pattern; variable
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 437 friend class Pattern; global() variable [all...] |