/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | GlobalISelCombinerEmitter.cpp | 173 const Pattern *Pat = nullptr; global() member in __anon0d4329740111::PrettyStackTraceEmit 176 PrettyStackTraceEmit(const Record & Def,const Pattern * Pat=nullptr) PrettyStackTraceEmit() argument 333 for (auto *Pat : ApplyPats) { propagateAndInferTypes() local 380 for (auto *Pat : ApplyPats) { propagateAndInferTypes() local 391 for (auto *Pat : ApplyPats) { propagateAndInferTypes() local 588 for (const auto *Pat : MatchPats) getRuleEqClasses() local 590 for (const auto *Pat : ApplyPats) getRuleEqClasses() local 819 __anon0d4329740802(auto Pat) parseAll() argument 825 __anon0d4329740902(auto Pat) parseAll() argument 990 addApplyPattern(std::unique_ptr<Pattern> Pat) addApplyPattern() argument 1016 addMatchPattern(std::unique_ptr<Pattern> Pat) addMatchPattern() argument 1083 for (auto &Pat : values(MatchPats)) { typecheckPatterns() local 1090 for (auto &Pat : values(ApplyPats)) { typecheckPatterns() local 1101 for (auto &Pat : values(MatchPats)) { typecheckPatterns() local 1118 for (const auto &Pat : values(MatchPats)) { buildPermutationsToEmit() local 1171 const auto *Pat = Match.second.get(); checkSemantics() local 1437 for (auto &Pat : values(MatchPats)) { buildRuleOperandsTable() local 1443 for (auto &Pat : values(ApplyPats)) { buildRuleOperandsTable() local 1521 if (auto Pat = parseInstructionPattern(*Arg, Name)) { parsePatternList() local 1527 if (auto Pat = parseWipMatchOpcodeMatcher(*Arg, Name)) { parsePatternList() local 1556 std::unique_ptr<InstructionPattern> Pat; parseInstructionPattern() local 1806 __anon0d4329741802(std::unique_ptr<Pattern> Pat) parsePatFragImpl() argument 1918 for (auto &Pat : values(MatchPats)) { emitMatchPattern() local 1968 for (auto &Pat : values(MatchPats)) { emitMatchPattern() local 2116 for (const auto &Pat : FragAlt.Pats) { emitPatFragMatchPattern() local 2144 for (auto &Pat : values(ApplyPats)) emitApplyPatterns() local 2161 for (auto &Pat : values(ApplyPats)) { emitApplyPatterns() local [all...] |
H A D | CodeGenDAGPatterns.cpp |
|
H A D | GlobalISelEmitter.cpp | 2401 for (const PatternToMatch &Pat : CGP.ptms()) { run() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | Patterns.cpp |
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | GlobPattern.cpp | 137 GlobPattern Pat; in create() local 161 SubGlobPattern Pat; in create() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | GlobPattern.h | 88 SmallVector<char, 0> Pat; member
|
/freebsd-src/contrib/llvm-project/clang/lib/Format/ |
H A D | MatchFilePath.cpp | 69 for (auto Pat = Pattern.substr(I); J < End && FilePath[J] != Separator; in matchFilePath() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 1975 printMatch(bool ExpectedMatch,const SourceMgr & SM,StringRef Prefix,SMLoc Loc,const Pattern & Pat,int MatchedCount,StringRef Buffer,Pattern::MatchResult MatchResult,const FileCheckRequest & Req,std::vector<FileCheckDiag> * Diags) printMatch() argument 2045 printNoMatch(bool ExpectedMatch,const SourceMgr & SM,StringRef Prefix,SMLoc Loc,const Pattern & Pat,int MatchedCount,StringRef Buffer,Error MatchError,bool VerboseVerbose,std::vector<FileCheckDiag> * Diags) printNoMatch() argument 2128 reportMatchResult(bool ExpectedMatch,const SourceMgr & SM,StringRef Prefix,SMLoc Loc,const Pattern & Pat,int MatchedCount,StringRef Buffer,Pattern::MatchResult MatchResult,const FileCheckRequest & Req,std::vector<FileCheckDiag> * Diags) reportMatchResult() argument 2351 const Pattern &Pat = PatItr->DagNotPat; CheckDag() local [all...] |
H A D | FileCheckImpl.h | 818 Pattern Pat; member
|
/freebsd-src/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 639 for (const auto &Pat : Patterns) { isIgnored() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64InstPrinter.cpp | 1975 if (auto Pat = AArch64SVEPredPattern::lookupSVEPREDPATByEncoding(Val)) in printSVEPattern() local 1989 if (auto Pat = in printSVEVecLenSpecifier() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | WholeProgramDevirt.cpp | 190 if (Expected<GlobPattern> Pat = GlobPattern::create(S)) in init() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 7926 auto Pat = AArch64SVEPredPattern::lookupSVEPREDPATByName(TokE.getString()); tryParseSVEPattern() local 7948 auto Pat = AArch64SVEVecLenSpecifier::lookupSVEVECLENSPECIFIERByName( tryParseSVEVecLenSpecifier() local
|