Searched refs:CheckNot (Results 1 – 15 of 15) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86SchedPredicates.td | 33 CheckNot<CheckInvalidRegOperand<1>>, 37 CheckNot<CheckInvalidRegOperand<3>>, 43 CheckNot<CheckZeroOperand<4>>
|
| H A D | X86SchedHaswell.td | 1846 CheckNot<CheckRegOperand<1, AX>>, // First MCOperand is not register AX 1847 CheckNot<CheckRegOperand<1, EAX>>, // First MCOperand is not register EAX 1848 CheckNot<CheckRegOperand<1, RAX>> // First MCOperand is not register RAX
|
| H A D | X86ScheduleBtVer2.td | 949 CheckNot<CheckImmOperand<2, 1>>
|
| H A D | X86ScheduleBdVer2.td | 564 CheckNot<CheckImmOperand<2, 1>>
|
| H A D | X86ScheduleZnver3.td | 591 CheckNot<CheckImmOperand<2, 1>>
|
| H A D | X86ScheduleZnver4.td | 603 CheckNot<CheckImmOperand<2, 1>>
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedPredicates.td | 240 CheckNot<CheckZeroOperand<3>>>>], 250 CheckNot<CheckZeroOperand<3>>>>], 261 CheckAny<[CheckNot<CheckMemExtLSL>,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetInstrPredicate.td | 19 // 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/contrib/llvm-project/llvm/include/llvm/FileCheck/ |
| H A D | FileCheck.h | 56 CheckNot, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
| H A D | FileCheck.cpp | 803 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in parsePattern() 1553 case Check::CheckNot: in getDescription() 1649 return ConsumeModifiers(Check::CheckNot); in FindCheckType() 1850 Pattern(Check::CheckNot, PatternContext.get()), in readCheckFile() 1968 if (CheckTy == Check::CheckDAG || CheckTy == Check::CheckNot) { in readCheckFile() 2277 if (CheckNot(SM, SkippedRegion, NotStrings, Req, Diags)) in Check() 2345 bool FileCheckString::CheckNot( in CheckNot() function in FileCheckString 2351 assert((NotInfo->DagNotPat.getCheckTy() == Check::CheckNot) && in CheckNot() 2393 Pat.getCheckTy() == Check::CheckNot) && in CheckDag() 2396 if (Pat.getCheckTy() == Check::CheckNot) { in CheckDag() [all …]
|
| H A D | FileCheckImpl.h | 884 bool CheckNot(const SourceMgr &SM, StringRef Buffer,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVInstrPredicates.td | 148 CheckNot<CheckImmOperand<2, 0>>
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | GlobalISelMatchTable.h | 1700 bool CheckNot; // false = GIM_MIFlags, true = GIM_MIFlagsNot variable 1705 bool CheckNot = false) 1707 Flags(FlagsToCheck), CheckNot(CheckNot) { in InstructionPredicateMatcher()
|
| H A D | GlobalISelMatchTable.cpp | 1703 return Flags == Other.Flags && CheckNot == Other.CheckNot; in isIdentical() 1708 Table << MatchTable::Opcode(CheckNot ? "GIM_MIFlagsNot" : "GIM_MIFlags") in emitPredicateOpcodes()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA57.td | 45 class ScaledRegNotPlusLsl2<int n> : CheckNot< 60 def IsLdstsoScaledPredX2 : MCSchedPredicate<CheckNot<CheckAM2NoShift<4>>>;
|