Home
last modified time | relevance | path

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

123

/freebsd/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/contrib/llvm-project/lld/include/lld/Common/
H A DStrings.h67 StringMatcher(llvm::StringRef Pattern) in StringMatcher()
/freebsd/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/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp408 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 DCommonConfig.cpp15 create(StringRef Pattern,MatchStyle MS,function_ref<Error (Error)> ErrorCallback) create() argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp300 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 DMachineCombiner.cpp301 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 DTargetInstrInfo.cpp954 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 DPatternParser.h32 class Pattern; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp630 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 DSemaTemplateInstantiateDecl.cpp896 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 DSemaTemplateInstantiate.cpp271 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 DSemaTemplateDeductionGuide.cpp119 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 DDiagnosticHandler.cpp25 std::shared_ptr<Regex> Pattern; member
/freebsd/contrib/llvm-project/lld/Common/
H A DStrings.cpp22 SingleStringMatcher::SingleStringMatcher(StringRef Pattern) { in SingleStringMatcher() argument
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DHeaderFile.cpp21 std::string Pattern = "/include/"; in createIncludeHeaderName() local
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp635 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 DDAGISelMatcherGen.cpp56 const PatternToMatch &Pattern; member in __anon9c7aa4d20111::MatcherGen
1076 Matcher *llvm::ConvertPatternToMatcher(const PatternToMatch &Pattern, in ConvertPatternToMatcher()
H A DDAGISelMatcherOpt.cpp99 const PatternToMatch &Pattern = CM->getPattern(); in ContractNodes() local
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h177 const Expr *Pattern; member
H A DCodeCompleteConsumer.h789 CodeCompletionString *Pattern; member
931 CodeCompletionResult(CodeCompletionString *Pattern, const NamedDecl *D, in CodeCompletionResult()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1593 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 DSymbolRewriter.cpp156 const std::string Pattern; member in __anon8c4031380211::PatternRewriteDescriptor
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DDAGISelMatcher.h710 const ComplexPattern &Pattern; variable
1085 const PatternToMatch &Pattern; variable
1108 const PatternToMatch &Pattern; variable
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h437 friend class Pattern; global() variable
[all...]

123