Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86SchedPredicates.td29 CheckNot<CheckInvalidRegOperand<1>>,
33 CheckNot<CheckInvalidRegOperand<3>>,
39 CheckNot<CheckZeroOperand<4>>
DX86ScheduleBtVer2.td663 CheckNot<CheckImmOperand<2, 1>>
/external/swiftshader/third_party/llvm-7.0/llvm/utils/FileCheck/
DFileCheck.cpp120 CheckNot, enumerator
202 bool MatchFullLinesHere = MatchFullLines && CheckTy != Check::CheckNot; in ParsePattern()
694 bool CheckNot(const SourceMgr &SM, StringRef Buffer,
753 case Check::CheckNot: in CheckTypeSize()
783 case Check::CheckNot: in CheckTypeName()
820 return Check::CheckNot; in FindCheckType()
932 ImplicitNegativeChecks.push_back(Pattern(Check::CheckNot)); in ReadCheckFile()
1010 if (CheckTy == Check::CheckDAG || CheckTy == Check::CheckNot) { in ReadCheckFile()
1179 if (CheckNot(SM, SkippedRegion, NotStrings, VariableTable)) in Check()
1262 bool CheckString::CheckNot(const SourceMgr &SM, StringRef Buffer, in CheckNot() function in CheckString
[all …]
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetInstrPredicate.td27 // CheckNot<CheckRegOperand<0, LR>>]>;
84 class CheckNot<MCInstPredicate P> : MCInstPredicate {
139 // is not a member of the set is by using a `CheckNot<CheckOpcode<[...]>>`