Home
last modified time | relevance | path

Searched refs:CheckNot (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SchedPredicates.td33 CheckNot<CheckInvalidRegOperand<1>>,
37 CheckNot<CheckInvalidRegOperand<3>>,
43 CheckNot<CheckZeroOperand<4>>
H A DX86SchedHaswell.td1937 CheckNot<CheckRegOperand<1, AX>>, // First MCOperand is not register AX
1938 CheckNot<CheckRegOperand<1, EAX>>, // First MCOperand is not register EAX
1939 CheckNot<CheckRegOperand<1, RAX>> // First MCOperand is not register RAX
H A DX86ScheduleBtVer2.td944 CheckNot<CheckImmOperand<2, 1>>
H A DX86ScheduleBdVer2.td565 CheckNot<CheckImmOperand<2, 1>>
H A DX86ScheduleZnver3.td589 CheckNot<CheckImmOperand<2, 1>>
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td19 // CheckNot<CheckRegOperand<0, LR>>]>;
85 class CheckNot<MCInstPredicate P> : MCInstPredicate {
132 CheckNot<CheckInvalidRegOperand<Index>>;
150 // Otherwise, it expands to a CheckNot<CheckInvalidRegOperand<Index>>.
167 // is not a member of the set is by using a `CheckNot<CheckOpcode<[...]>>`
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheck.cpp918 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in parsePattern()
1657 case Check::CheckNot: in getDescription()
1750 return ConsumeModifiers(Check::CheckNot); in FindCheckType()
1895 Pattern(Check::CheckNot, PatternContext.get())); in readCheckFile()
2000 if (CheckTy == Check::CheckDAG || CheckTy == Check::CheckNot) { in readCheckFile()
2309 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in Check()
2377 bool FileCheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot() function in FileCheckString
2383 assert((Pat->getCheckTy() == Check::CheckNot) && "Expect CHECK-NOT!"); in CheckNot()
2421 Pat.getCheckTy() == Check::CheckNot) && in CheckDag()
2424 if (Pat.getCheckTy() == Check::CheckNot) { in CheckDag()
[all …]
H A DFileCheckImpl.h896 bool CheckNot(const SourceMgr &SM, StringRef Buffer,
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/FileCheck/
H A DFileCheck.h51 CheckNot, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SchedPredicates.td382 CheckNot<CheckZeroOperand<3>>>>],
392 CheckNot<CheckZeroOperand<3>>>>],
403 CheckAny<[CheckNot<CheckMemExtLSL>,
/netbsd-src/external/apache2/llvm/dist/llvm/utils/FileCheck/
H A DFileCheck.cpp354 case Check::CheckNot: in GetCheckTypeAbbreviation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMScheduleA57.td45 class ScaledRegNotPlusLsl2<int n> : CheckNot<
60 def IsLdstsoScaledPredX2 : MCSchedPredicate<CheckNot<CheckAM2NoShift<4>>>;