Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86SchedPredicates.td34 CheckNot<CheckInvalidRegOperand<1>>,
38 CheckNot<CheckInvalidRegOperand<3>>,
44 CheckNot<CheckZeroOperand<4>>
H A DX86ScheduleBtVer2.td732 CheckNot<CheckImmOperand<2, 1>>
/freebsd-12.1/contrib/llvm/lib/Support/
H A DFileCheck.cpp37 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in ParsePattern()
597 case Check::CheckNot: in getDescription()
649 return {Check::CheckNot, Rest}; in FindCheckType()
767 ImplicitNegativeChecks.push_back(FileCheckPattern(Check::CheckNot)); in ReadCheckFile()
860 if (CheckTy == Check::CheckDAG || CheckTy == Check::CheckNot) { in ReadCheckFile()
1082 if (CheckNot(SM, SkippedRegion, NotStrings, VariableTable, Req, Diags)) in Check()
1165 bool FileCheckString::CheckNot( in CheckNot() function in FileCheckString
1171 assert((Pat->getCheckTy() == Check::CheckNot) && "Expect CHECK-NOT!"); in CheckNot()
1219 Pat.getCheckTy() == Check::CheckNot) && in CheckDag()
1222 if (Pat.getCheckTy() == Check::CheckNot) { in CheckDag()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DFileCheck.h52 CheckNot, enumerator
232 bool CheckNot(const SourceMgr &SM, StringRef Buffer,
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64SchedPredicates.td311 CheckNot<CheckZeroOperand<3>>>>],
321 CheckNot<CheckZeroOperand<3>>>>],
332 CheckAny<[CheckNot<CheckMemExtLSL>,
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td20 // CheckNot<CheckRegOperand<0, LR>>]>;
86 class CheckNot<MCInstPredicate P> : MCInstPredicate {
146 // Otherwise, it expands to a CheckNot<CheckInvalidRegOperand<Index>>.
163 // is not a member of the set is by using a `CheckNot<CheckOpcode<[...]>>`