/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 88 CheckNot, enumerator 190 bool MatchFullLinesHere = MatchFullLines && CheckTy != Check::CheckNot; in ParsePattern() 649 bool CheckNot(const SourceMgr &SM, StringRef Buffer, 715 case Check::CheckNot: in CheckTypeSize() 749 return Check::CheckNot; in FindCheckType() 899 ImplicitNegativeChecks.push_back(Pattern(Check::CheckNot)); in ReadCheckFile() 977 if (CheckTy == Check::CheckDAG || CheckTy == Check::CheckNot) { in ReadCheckFile() 1105 if (CheckNot(SM, SkippedRegion, NotStrings, VariableTable)) in Check() 1179 bool CheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot() function in CheckString 1183 assert((Pat->getCheckTy() == Check::CheckNot) && "Expect CHECK-NOT!"); in CheckNot() [all …]
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86SchedPredicates.td | 33 CheckNot<CheckInvalidRegOperand<1>>, 37 CheckNot<CheckInvalidRegOperand<3>>, 43 CheckNot<CheckZeroOperand<4>>
|
D | X86SchedHaswell.td | 1936 CheckNot<CheckRegOperand<1, AX>>, // First MCOperand is not register AX 1937 CheckNot<CheckRegOperand<1, EAX>>, // First MCOperand is not register EAX 1938 CheckNot<CheckRegOperand<1, RAX>> // First MCOperand is not register RAX
|
D | X86ScheduleBtVer2.td | 943 CheckNot<CheckImmOperand<2, 1>>
|
D | X86ScheduleBdVer2.td | 565 CheckNot<CheckImmOperand<2, 1>>
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86SchedPredicates.td | 33 CheckNot<CheckInvalidRegOperand<1>>, 37 CheckNot<CheckInvalidRegOperand<3>>, 43 CheckNot<CheckZeroOperand<4>>
|
D | X86SchedHaswell.td | 1953 CheckNot<CheckRegOperand<1, AX>>, // First MCOperand is not register AX 1954 CheckNot<CheckRegOperand<1, EAX>>, // First MCOperand is not register EAX 1955 CheckNot<CheckRegOperand<1, RAX>> // First MCOperand is not register RAX
|
D | X86ScheduleBtVer2.td | 940 CheckNot<CheckImmOperand<2, 1>>
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheck.cpp | 311 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in parsePattern() 954 case Check::CheckNot: in getDescription() 1006 return {Check::CheckNot, Rest}; in FindCheckType() 1142 Pattern(Check::CheckNot, PatternContext.get())); in readCheckFile() 1235 if (CheckTy == Check::CheckDAG || CheckTy == Check::CheckNot) { in readCheckFile() 1485 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in Check() 1553 bool FileCheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot() function in FileCheckString 1558 assert((Pat->getCheckTy() == Check::CheckNot) && "Expect CHECK-NOT!"); in CheckNot() 1604 Pat.getCheckTy() == Check::CheckNot) && in CheckDag() 1607 if (Pat.getCheckTy() == Check::CheckNot) { in CheckDag() [all …]
|
D | FileCheckImpl.h | 600 bool CheckNot(const SourceMgr &SM, StringRef Buffer,
|
/external/llvm-project/llvm/include/llvm/FileCheck/ |
D | FileCheck.h | 50 CheckNot, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FileCheck.h | 51 CheckNot, enumerator
|
/external/llvm-project/llvm/lib/FileCheck/ |
D | FileCheck.cpp | 889 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in parsePattern() 1603 case Check::CheckNot: in getDescription() 1666 return {Check::CheckNot, Rest}; in FindCheckType() 1818 Pattern(Check::CheckNot, PatternContext.get())); in readCheckFile() 1923 if (CheckTy == Check::CheckDAG || CheckTy == Check::CheckNot) { in readCheckFile() 2186 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in Check() 2254 bool FileCheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot() function in FileCheckString 2260 assert((Pat->getCheckTy() == Check::CheckNot) && "Expect CHECK-NOT!"); in CheckNot() 2306 Pat.getCheckTy() == Check::CheckNot) && in CheckDag() 2309 if (Pat.getCheckTy() == Check::CheckNot) { in CheckDag() [all …]
|
D | FileCheckImpl.h | 846 bool CheckNot(const SourceMgr &SM, StringRef Buffer,
|
/external/llvm-project/llvm/include/llvm/Target/ |
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<[...]>>`
|
/external/llvm-project/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 341 case Check::CheckNot: in GetCheckTypeAbbreviation() 754 for (StringRef CheckNot : ImplicitCheckNot) in main() local 755 Req.ImplicitCheckNot.push_back(CheckNot); in main()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64SchedPredicates.td | 382 CheckNot<CheckZeroOperand<3>>>>], 392 CheckNot<CheckZeroOperand<3>>>>], 403 CheckAny<[CheckNot<CheckMemExtLSL>,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedPredicates.td | 382 CheckNot<CheckZeroOperand<3>>>>], 392 CheckNot<CheckZeroOperand<3>>>>], 403 CheckAny<[CheckNot<CheckMemExtLSL>,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | TargetInstrPredicate.td | 19 // CheckNot<CheckRegOperand<0, LR>>]>; 85 class CheckNot<MCInstPredicate P> : MCInstPredicate { 145 // Otherwise, it expands to a CheckNot<CheckInvalidRegOperand<Index>>. 162 // is not a member of the set is by using a `CheckNot<CheckOpcode<[...]>>`
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMScheduleA57.td | 45 class ScaledRegNotPlusLsl2<int n> : CheckNot< 60 def IsLdstsoScaledPredX2 : MCSchedPredicate<CheckNot<CheckAM2NoShift<4>>>;
|