Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SchedPredicates.td33 CheckNot<CheckInvalidRegOperand<1>>,
37 CheckNot<CheckInvalidRegOperand<3>>,
43 CheckNot<CheckZeroOperand<4>>
H A DX86SchedHaswell.td1860 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 DX86ScheduleBtVer2.td949 CheckNot<CheckImmOperand<2, 1>>
H A DX86ScheduleBdVer2.td564 CheckNot<CheckImmOperand<2, 1>>
H A DX86ScheduleZnver3.td594 CheckNot<CheckImmOperand<2, 1>>
H A DX86ScheduleZnver4.td608 CheckNot<CheckImmOperand<2, 1>>
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td19 // CheckNot<CheckRegOperand<0, LR>>]>;
85 class CheckNot<MCInstPredicate P> : MCInstPredicate {
102 class CheckIsNotVRegOperand<int Index> : CheckNot<CheckIsVRegOperand<Index>>;
138 CheckNot<CheckInvalidRegOperand<Index>>;
175 class CheckImmOperandLE<int Index, int Imm> : CheckNot<CheckImmOperandGT<Index, Imm>>;
181 class CheckImmOperandGE<int Index, int Imm> : CheckNot<CheckImmOperandLT<Index, Imm>>;
184 // Otherwise, it expands to a CheckNot<CheckInvalidRegOperand<Index>>.
201 // is not a member of the set is by using a `CheckNot<CheckOpcode<[...]>>`
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h55 CheckNot, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedPredicates.td240 CheckNot<CheckZeroOperand<3>>>>],
250 CheckNot<CheckZeroOperand<3>>>>],
261 CheckAny<[CheckNot<CheckMemExtLSL>,
/freebsd-14.2/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp1511 case Check::CheckNot: in getDescription()
1607 return ConsumeModifiers(Check::CheckNot); in FindCheckType()
1811 Pattern(Check::CheckNot, PatternContext.get()), in readCheckFile()
1929 if (CheckTy == Check::CheckDAG || CheckTy == Check::CheckNot) { in readCheckFile()
2238 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in Check()
2306 bool FileCheckString::CheckNot( in CheckNot() function in FileCheckString
2312 assert((NotInfo->DagNotPat.getCheckTy() == Check::CheckNot) && in CheckNot()
2354 Pat.getCheckTy() == Check::CheckNot) && in CheckDag()
2357 if (Pat.getCheckTy() == Check::CheckNot) { in CheckDag()
2444 std::next(PatItr)->DagNotPat.getCheckTy() == Check::CheckNot) { in CheckDag()
[all …]
H A DFileCheckImpl.h857 bool CheckNot(const SourceMgr &SM, StringRef Buffer,
/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h1643 bool CheckNot; // false = GIM_MIFlags, true = GIM_MIFlagsNot variable
1648 bool CheckNot = false)
1650 Flags(FlagsToCheck), CheckNot(CheckNot) { in InstructionPredicateMatcher()
H A DGlobalISelMatchTable.cpp1639 return Flags == Other.Flags && CheckNot == Other.CheckNot; in isIdentical()
1644 Table << MatchTable::Opcode(CheckNot ? "GIM_MIFlagsNot" : "GIM_MIFlags") in emitPredicateOpcodes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMScheduleA57.td45 class ScaledRegNotPlusLsl2<int n> : CheckNot<
60 def IsLdstsoScaledPredX2 : MCSchedPredicate<CheckNot<CheckAM2NoShift<4>>>;