Home
last modified time | relevance | path

Searched defs:Pattern (Results 1 – 25 of 70) sorted by relevance

123

/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInternalize.cpp62 for (StringRef Pattern : APIList) in PreserveAPIList() local
75 void addGlob(StringRef Pattern) { in addGlob()
/freebsd-src/contrib/llvm-project/lld/include/lld/Common/
H A DStrings.h67 StringMatcher(llvm::StringRef Pattern) in StringMatcher()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp408 Error LVPatterns::createMatchEntry(LVMatchInfo &Filters, StringRef Pattern, in createMatchEntry() argument
460 StringRef Pattern = Entry.first(); in addPatterns() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/
H A DCommonConfig.cpp16 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp284 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-src/contrib/llvm-project/clang/lib/Format/
H A DMatchFilePath.cpp24 bool matchFilePath(StringRef Pattern, StringRef FilePath) { in matchFilePath()
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp614 CheckPackExpansion(TypeSourceInfo * Pattern,SourceLocation EllipsisLoc,std::optional<unsigned> NumExpansions) CheckPackExpansion() argument
631 CheckPackExpansion(QualType Pattern,SourceRange PatternRange,SourceLocation EllipsisLoc,std::optional<unsigned> NumExpansions) CheckPackExpansion() argument
652 ActOnPackExpansion(Expr * Pattern,SourceLocation EllipsisLoc) ActOnPackExpansion() argument
656 CheckPackExpansion(Expr * Pattern,SourceLocation EllipsisLoc,std::optional<unsigned> NumExpansions) CheckPackExpansion() argument
814 QualType Pattern = cast<PackExpansionType>(T)->getPattern(); getNumArgumentsInExpansion() local
1081 TypeLoc Pattern = Expansion.getPatternLoc(); getTemplateArgumentPackExpansionPattern() local
1098 Expr *Pattern = Expansion->getPattern(); getTemplateArgumentPackExpansionPattern() local
[all...]
H A DSemaTemplateInstantiateDecl.cpp867 updateAttrsForLateParsedTemplate(const Decl * Pattern,Decl * Inst) updateAttrsForLateParsedTemplate() argument
1085 TypeAliasDecl *Pattern = D->getTemplatedDecl(); VisitTypeAliasTemplateDecl() local
1543 InstantiateEnumDefinition(EnumDecl * Enum,EnumDecl * Pattern) InstantiateEnumDefinition() argument
1622 CXXRecordDecl *Pattern = D->getTemplatedDecl(); VisitClassTemplateDecl() local
1809 VarDecl *Pattern = D->getTemplatedDecl(); VisitVarTemplateDecl() local
2969 TypeLoc Pattern = Expansion.getPatternLoc(); VisitNonTypeTemplateParmDecl() local
4934 Stmt *Pattern = nullptr; InstantiateFunctionDefinition() local
5873 isInstantiationOf(ClassTemplateDecl * Pattern,ClassTemplateDecl * Instance) isInstantiationOf() argument
5886 isInstantiationOf(FunctionTemplateDecl * Pattern,FunctionTemplateDecl * Instance) isInstantiationOf() argument
5900 isInstantiationOf(ClassTemplatePartialSpecializationDecl * Pattern,ClassTemplatePartialSpecializationDecl * Instance) isInstantiationOf() argument
5915 isInstantiationOf(CXXRecordDecl * Pattern,CXXRecordDecl * Instance) isInstantiationOf() argument
5928 isInstantiationOf(FunctionDecl * Pattern,FunctionDecl * Instance) isInstantiationOf() argument
5941 isInstantiationOf(EnumDecl * Pattern,EnumDecl * Instance) isInstantiationOf() argument
5954 isInstantiationOf(UsingShadowDecl * Pattern,UsingShadowDecl * Instance,ASTContext & C) isInstantiationOf() argument
5961 isInstantiationOf(UsingDecl * Pattern,UsingDecl * Instance,ASTContext & C) isInstantiationOf() argument
5967 isInstantiationOfUnresolvedUsingDecl(T * Pattern,Decl * Other,ASTContext & Ctx) isInstantiationOfUnresolvedUsingDecl() argument
5993 isInstantiationOfStaticDataMember(VarDecl * Pattern,VarDecl * Instance) isInstantiationOfStaticDataMember() argument
6503 PerformDependentDiagnostics(const DeclContext * Pattern,const MultiLevelTemplateArgumentList & TemplateArgs) PerformDependentDiagnostics() argument
[all...]
H A DSemaTemplateInstantiate.cpp180 HandleFunction(const FunctionDecl * Function,MultiLevelTemplateArgumentList & Result,const FunctionDecl * Pattern,bool RelativeToPrimary,bool ForConstraintInstantiation) HandleFunction() argument
342 getTemplateInstantiationArgs(const NamedDecl * ND,const DeclContext * DC,bool Final,const TemplateArgumentList * Innermost,bool RelativeToPrimary,const FunctionDecl * Pattern,bool ForConstraintInstantiation,bool SkipForSpecialization) getTemplateInstantiationArgs() argument
3113 SubstBaseSpecifiers(CXXRecordDecl * Instantiation,CXXRecordDecl * Pattern,const MultiLevelTemplateArgumentList & TemplateArgs) SubstBaseSpecifiers() argument
3249 InstantiateClass(SourceLocation PointOfInstantiation,CXXRecordDecl * Instantiation,CXXRecordDecl * Pattern,const MultiLevelTemplateArgumentList & TemplateArgs,TemplateSpecializationKind TSK,bool Complain) InstantiateClass() argument
3508 InstantiateEnum(SourceLocation PointOfInstantiation,EnumDecl * Instantiation,EnumDecl * Pattern,const MultiLevelTemplateArgumentList & TemplateArgs,TemplateSpecializationKind TSK) InstantiateEnum() argument
3574 InstantiateInClassInitializer(SourceLocation PointOfInstantiation,FieldDecl * Instantiation,FieldDecl * Pattern,const MultiLevelTemplateArgumentList & TemplateArgs) InstantiateInClassInitializer() argument
3786 CXXRecordDecl *Pattern = nullptr; getPatternForClassTemplateSpecialization() local
3826 ActionResult<CXXRecordDecl *> Pattern = InstantiateClassTemplateSpecialization() local
3856 if (FunctionDecl *Pattern = InstantiateClassMembers() local
3987 CXXRecordDecl *Pattern = Record->getInstantiatedFromMemberClass(); InstantiateClassMembers() local
4040 EnumDecl *Pattern = Enum->getTemplateInstantiationPattern(); InstantiateClassMembers() local
4060 FieldDecl *Pattern = Lookup.find_first<FieldDecl>(); InstantiateClassMembers() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp300 StringRef Pattern, in findSourceFiles()
307 StringRef Pattern, in findOneSourceFile()
313 NativeSession::findCompilandsForSourceFile(StringRef Pattern, in findCompilandsForSourceFile()
319 NativeSession::findOneCompilandForSourceFile(StringRef Pattern, in findOneCompilandForSourceFile()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticHandler.cpp25 std::shared_ptr<Regex> Pattern; member
/freebsd-src/contrib/llvm-project/lld/Common/
H A DStrings.cpp22 SingleStringMatcher::SingleStringMatcher(StringRef Pattern) { in SingleStringMatcher()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp356 reduceRegisterPressure(MachineInstr & Root,MachineBasicBlock * MBB,SmallVectorImpl<MachineInstr * > & InsInstrs,SmallVectorImpl<MachineInstr * > & DelInstrs,MachineCombinerPattern Pattern) reduceRegisterPressure() argument
375 improvesCriticalPathLen(MachineBasicBlock * MBB,MachineInstr * Root,MachineTraceMetrics::Trace BlockTrace,SmallVectorImpl<MachineInstr * > & InsInstrs,SmallVectorImpl<MachineInstr * > & DelInstrs,DenseMap<unsigned,unsigned> & InstrIdxForVirtReg,MachineCombinerPattern Pattern,bool SlackIsAccurate) improvesCriticalPathLen() argument
505 insertDeleteInstructions(MachineBasicBlock * MBB,MachineInstr & MI,SmallVectorImpl<MachineInstr * > & InsInstrs,SmallVectorImpl<MachineInstr * > & DelInstrs,MachineTraceMetrics::Ensemble * TraceEnsemble,SparseSet<LiveRegUnit> & RegUnits,const TargetInstrInfo * TII,MachineCombinerPattern Pattern,bool IncrementalUpdate) insertDeleteInstructions() argument
[all...]
H A DTargetInstrInfo.cpp950 getReassociationOpcodes(MachineCombinerPattern Pattern,const MachineInstr & Root,const MachineInstr & Prev) const getReassociationOpcodes() argument
1039 mustSwapOperands(MachineCombinerPattern Pattern) mustSwapOperands() argument
1058 reassociateOps(MachineInstr & Root,MachineInstr & Prev,MachineCombinerPattern Pattern,SmallVectorImpl<MachineInstr * > & InsInstrs,SmallVectorImpl<MachineInstr * > & DelInstrs,DenseMap<unsigned,unsigned> & InstrIdxForVirtReg) const reassociateOps() argument
1180 genAlternativeCodeSequence(MachineInstr & Root,MachineCombinerPattern Pattern,SmallVectorImpl<MachineInstr * > & InsInstrs,SmallVectorImpl<MachineInstr * > & DelInstrs,DenseMap<unsigned,unsigned> & InstIdxForVirtReg) const genAlternativeCodeSequence() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp227 if (const CXXRecordDecl *Pattern = in adjustTemplateImplicitInstantiation() local
238 if (const EnumDecl *Pattern = ED->getInstantiatedFromMemberEnum()) { in adjustTemplateImplicitInstantiation() local
/freebsd-src/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp627 if (const auto Pattern{StringRef{Line}.trim()}; isIgnored() local
641 StringRef Pattern{Pat}; isIgnored() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp556 return llvm::any_of(Patterns, [&](const Pattern &Pattern) { in foundMatch()
563 struct Pattern { struct in clang::ast_matchers::internal::__anon56faf6d60811::PatternSet
564 StringRef P;
565 bool IsFullyQualified;
654 for (const StringRef Pattern : Names) { in matchesNodeFullSlow() local
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp27 Error SpecialCaseList::Matcher::insert(StringRef Pattern, unsigned LineNumber, in insert()
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp58 const PatternToMatch &Pattern; global() member in __anon0f7ef1a40111::MatcherGen
1083 ConvertPatternToMatcher(const PatternToMatch & Pattern,unsigned Variant,const CodeGenDAGPatterns & CGP) ConvertPatternToMatcher() argument
[all...]
H A DDAGISelMatcherOpt.cpp99 const PatternToMatch &Pattern = CM->getPattern(); in ContractNodes() local
H A DDAGISelMatcher.h
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp156 const std::string Pattern; member in __anon7ae424ca0211::PatternRewriteDescriptor
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h787 CodeCompletionString *Pattern; global() member
929 CodeCompletionResult(CodeCompletionString * Pattern,const NamedDecl * D,unsigned Priority) CodeCompletionResult() argument
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp497 static bool shouldIgnoreRecord(const RecordDecl *RD, StringRef Pattern) { in shouldIgnoreRecord()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1851 getFPFusedMultiplyOpcode(unsigned RootOpc,MachineCombinerPattern Pattern) getFPFusedMultiplyOpcode() argument
1873 getAddendOperandIdx(MachineCombinerPattern Pattern) getAddendOperandIdx() argument
1887 combineFPFusedMultiply(MachineInstr & Root,MachineInstr & Prev,MachineCombinerPattern Pattern,SmallVectorImpl<MachineInstr * > & InsInstrs,SmallVectorImpl<MachineInstr * > & DelInstrs) combineFPFusedMultiply() argument
1929 genAlternativeCodeSequence(MachineInstr & Root,MachineCombinerPattern Pattern,SmallVectorImpl<MachineInstr * > & InsInstrs,SmallVectorImpl<MachineInstr * > & DelInstrs,DenseMap<unsigned,unsigned> & InstrIdxForVirtReg) const genAlternativeCodeSequence() argument
[all...]

123