Home
last modified time | relevance | path

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

/external/llvm/utils/FileCheck/
DFileCheck.cpp88 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/
DX86SchedPredicates.td33 CheckNot<CheckInvalidRegOperand<1>>,
37 CheckNot<CheckInvalidRegOperand<3>>,
43 CheckNot<CheckZeroOperand<4>>
DX86SchedHaswell.td1936 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
DX86ScheduleBtVer2.td943 CheckNot<CheckImmOperand<2, 1>>
DX86ScheduleBdVer2.td565 CheckNot<CheckImmOperand<2, 1>>
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86SchedPredicates.td33 CheckNot<CheckInvalidRegOperand<1>>,
37 CheckNot<CheckInvalidRegOperand<3>>,
43 CheckNot<CheckZeroOperand<4>>
DX86SchedHaswell.td1953 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
DX86ScheduleBtVer2.td940 CheckNot<CheckImmOperand<2, 1>>
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp311 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 …]
DFileCheckImpl.h600 bool CheckNot(const SourceMgr &SM, StringRef Buffer,
/external/llvm-project/llvm/include/llvm/FileCheck/
DFileCheck.h50 CheckNot, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileCheck.h51 CheckNot, enumerator
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp889 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 …]
DFileCheckImpl.h846 bool CheckNot(const SourceMgr &SM, StringRef Buffer,
/external/llvm-project/llvm/include/llvm/Target/
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<[...]>>`
/external/llvm-project/llvm/utils/FileCheck/
DFileCheck.cpp341 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/
DAArch64SchedPredicates.td382 CheckNot<CheckZeroOperand<3>>>>],
392 CheckNot<CheckZeroOperand<3>>>>],
403 CheckAny<[CheckNot<CheckMemExtLSL>,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedPredicates.td382 CheckNot<CheckZeroOperand<3>>>>],
392 CheckNot<CheckZeroOperand<3>>>>],
403 CheckAny<[CheckNot<CheckMemExtLSL>,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetInstrPredicate.td19 // 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/
DARMScheduleA57.td45 class ScaledRegNotPlusLsl2<int n> : CheckNot<
60 def IsLdstsoScaledPredX2 : MCSchedPredicate<CheckNot<CheckAM2NoShift<4>>>;