Home
last modified time | relevance | path

Searched refs:MatchTy (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1207 FileCheckDiag::MatchType MatchTy, in printSubstitutions() argument
1231 Diags->emplace_back(SM, CheckTy, getLoc(), MatchTy, in printSubstitutions()
1240 FileCheckDiag::MatchType MatchTy, in printVariableDefs() argument
1286 Diags->emplace_back(SM, CheckTy, getLoc(), MatchTy, VC.Range, OS.str()); in printVariableDefs()
1292 static SMRange ProcessMatchResult(FileCheckDiag::MatchType MatchTy, in ProcessMatchResult() argument
1306 I->MatchTy = MatchTy; in ProcessMatchResult()
1308 Diags->emplace_back(SM, CheckTy, Loc, MatchTy, Range); in ProcessMatchResult()
1459 SMLoc CheckLoc, MatchType MatchTy, in FileCheckDiag() argument
1461 : CheckTy(CheckTy), CheckLoc(CheckLoc), MatchTy(MatchTy), Note(Note) { in FileCheckDiag()
1997 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printMatch() local
[all …]
H A DFileCheckImpl.h711 SMRange MatchRange, FileCheckDiag::MatchType MatchTy,
719 void printVariableDefs(const SourceMgr &SM, FileCheckDiag::MatchType MatchTy, in MatchResult()
/freebsd/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h160 } MatchTy; member
161 /// The search range if MatchTy starts with MatchNone, or the match range
167 /// A note to replace the one normally indicated by MatchTy, or the empty
171 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp6342 LLT MatchTy = MRI.getType(MatchInfo); in matchTruncLshrBuildVectorFold() local
6343 return ShiftAmt->Value.getZExtValue() == MatchTy.getSizeInBits() && in matchTruncLshrBuildVectorFold()
6344 MatchTy == MRI.getType(MI.getOperand(0).getReg()); in matchTruncLshrBuildVectorFold()