Searched refs:CheckNot (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86SchedPredicates.td | 33 CheckNot<CheckInvalidRegOperand<1>>, 37 CheckNot<CheckInvalidRegOperand<3>>, 43 CheckNot<CheckZeroOperand<4>>
|
| H A D | X86SchedHaswell.td | 1860 CheckNot<CheckRegOperand<1, AX>>, // First MCOperand is not register AX 1861 CheckNot<CheckRegOperand<1, EAX>>, // First MCOperand is not register EAX 1862 CheckNot<CheckRegOperand<1, RAX>> // First MCOperand is not register RAX
|
| H A D | X86ScheduleBtVer2.td | 949 CheckNot<CheckImmOperand<2, 1>>
|
| H A D | X86ScheduleBdVer2.td | 564 CheckNot<CheckImmOperand<2, 1>>
|
| H A D | X86ScheduleZnver3.td | 594 CheckNot<CheckImmOperand<2, 1>>
|
| H A D | X86ScheduleZnver4.td | 607 CheckNot<CheckImmOperand<2, 1>>
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedPredicates.td | 253 CheckNot<CheckZeroOperand<3>>>>], 263 CheckNot<CheckZeroOperand<3>>>>], 274 CheckAny<[CheckNot<CheckMemExtLSL>,
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Target/ |
| H A D | TargetInstrPredicate.td | 19 // 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<[...]>>`
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/FileCheck/ |
| H A D | FileCheck.h | 55 CheckNot, enumerator
|
| /openbsd-src/gnu/llvm/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 918 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in parsePattern() 1666 case Check::CheckNot: in getDescription() 1762 return ConsumeModifiers(Check::CheckNot); in FindCheckType() 1916 Pattern(Check::CheckNot, PatternContext.get())); in readCheckFile() 2031 if (CheckTy == Check::CheckDAG || CheckTy == Check::CheckNot) { in readCheckFile() 2340 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in Check() 2408 bool FileCheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot() function in FileCheckString 2414 assert((Pat->getCheckTy() == Check::CheckNot) && "Expect CHECK-NOT!"); in CheckNot() 2452 Pat.getCheckTy() == Check::CheckNot) && in CheckDag() 2455 if (Pat.getCheckTy() == Check::CheckNot) { in CheckDag() [all …]
|
| H A D | FileCheckImpl.h | 896 bool CheckNot(const SourceMgr &SM, StringRef Buffer,
|
| /openbsd-src/gnu/llvm/llvm/utils/FileCheck/ |
| H A D | FileCheck.cpp | 356 case Check::CheckNot: in GetCheckTypeAbbreviation()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA57.td | 45 class ScaledRegNotPlusLsl2<int n> : CheckNot< 60 def IsLdstsoScaledPredX2 : MCSchedPredicate<CheckNot<CheckAM2NoShift<4>>>;
|