Home
last modified time | relevance | path

Searched refs:CheckAll (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64SchedPredExynos.td19 CheckAll<
30 CheckAll<[CheckOpcode<[BLR]>,
41 CheckAll<
80 CheckAll<
121 CheckAll<
134 CheckAll<[CheckOpcode<[EXTRWrri, EXTRXrri]>,
H A DAArch64SchedPredicates.td65 def CheckDForm : CheckAll<[CheckIsRegOperand<0>,
100 def CheckQForm : CheckAll<[CheckIsRegOperand<0>,
281 CheckAll<
295 CheckAll<
350 CheckAll<
363 CheckAll<
/freebsd-12.1/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsatimer.c143 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 Dsatypes.h336 bit32 CheckAll; member
H A Dsaint.c873 else if (saRoot->CheckAll) in saDelayedInterruptHandler()
896 else if (saRoot->CheckAll) in saDelayedInterruptHandler()
906 saRoot->CheckAll = 0; in saDelayedInterruptHandler()
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86SchedPredicates.td24 def ZeroIdiomVPERMPredicate : CheckAll<[
31 def IsThreeOperandsLEAPredicate: CheckAll<[
42 CheckAll<[
H A DX86ScheduleBtVer2.td730 CheckAll<[
/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td17 // def MCInstPredicateExample : CheckAll<[
25 // The `CheckAll` from the example defines a composition of three different
182 // A sequence of predicates. It is used as the base class for CheckAll, and
189 class CheckAll<list<MCInstPredicate> Sequence>