Searched refs:CheckAll (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86SchedPredicates.td | 23 def ZeroIdiomVPERMPredicate : CheckAll<[ 30 def IsThreeOperandsLEAPredicate: CheckAll<[ 41 CheckAll<[ 125 def IsAtomicCompareAndSwap_8 : CheckAll<[ 130 def IsAtomicCompareAndSwap : CheckAll<[ 135 def IsAtomicCompareAndSwap8B : CheckAll<[ 140 def IsAtomicCompareAndSwap16B : CheckAll<[
|
| H A D | X86ScheduleBtVer2.td | 943 CheckAll<[
|
| H A D | X86ScheduleBdVer2.td | 564 CheckAll<[
|
| H A D | X86SchedHaswell.td | 1939 CheckAll<[
|
| H A D | X86ScheduleZnver3.td | 592 CheckAll<[
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedPredExynos.td | 18 CheckAll< 29 CheckAll<[CheckOpcode<[BLR]>, 40 CheckAll< 85 CheckAll< 132 CheckAll< 145 CheckAll<[CheckOpcode<[EXTRWrri, EXTRXrri]>,
|
| H A D | AArch64SchedPredicates.td | 64 def CheckHForm : CheckAll<[CheckIsRegOperand<0>, 99 def CheckSForm : CheckAll<[CheckIsRegOperand<0>, 134 def CheckDForm : CheckAll<[CheckIsRegOperand<0>, 169 def CheckQForm : CheckAll<[CheckIsRegOperand<0>, 352 CheckAll< 366 CheckAll< 421 CheckAll< 434 CheckAll<
|
| /freebsd-13.1/sys/dev/pms/RefTisa/sallsdk/spc/ |
| H A D | satimer.c | 143 saRoot->CheckAll++; in saTimerTick() 150 saRoot->CheckAll, in saTimerTick() 156 saRoot->CheckAll, in saTimerTick() 167 saRoot->CheckAll, in saTimerTick() 175 if( saRoot->CheckAll > 1) in saTimerTick() 197 if(saRoot->CheckAll ) in saTimerTick()
|
| H A D | satypes.h | 336 bit32 CheckAll; member
|
| H A D | saint.c | 873 else if (saRoot->CheckAll) in saDelayedInterruptHandler() 896 else if (saRoot->CheckAll) in saDelayedInterruptHandler() 906 saRoot->CheckAll = 0; in saDelayedInterruptHandler()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetInstrPredicate.td | 16 // def MCInstPredicateExample : CheckAll<[ 24 // The `CheckAll` from the example defines a composition of three different 186 // A sequence of predicates. It is used as the base class for CheckAll, and 193 class CheckAll<list<MCInstPredicate> Sequence>
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMScheduleA57.td | 24 def IsCPSRDefinedAndPredicated : CheckAll<[IsCPSRDefined, IsPredicated]>; 36 class Am3NegativeRegOffset<int n> : MCSchedPredicate<CheckAll<[ 48 CheckAll<[
|