Searched refs:CheckAll (Results 1 – 12 of 12) sorted by relevance
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<[
948 CheckAll<[
569 CheckAll<[
592 CheckAll<[
1975 CheckAll<[
18 CheckAll<29 CheckAll<[CheckOpcode<[BLR]>,40 CheckAll<85 CheckAll<129 CheckAll<142 CheckAll<[CheckOpcode<[EXTRWrri, EXTRXrri]>,
223 CheckAll<237 CheckAll<292 CheckAll<305 CheckAll<
19 CheckAll<
242 template <typename P> bool CheckAll(P predicate) const { in CheckAll() function412 return CheckAll([](const ShapeSpec &x) { return x.ubound().isExplicit(); }); in IsExplicitShape()415 return CheckAll([](const ShapeSpec &x) { return x.ubound().isColon(); }); in CanBeAssumedShape()418 return CheckAll([](const ShapeSpec &x) { in CanBeDeferredShape()424 CheckAll([](const ShapeSpec &x) { return x.ubound().isStar(); }); in CanBeImpliedShape()
16 // def MCInstPredicateExample : CheckAll<[24 // The `CheckAll` from the example defines a composition of three different186 // A sequence of predicates. It is used as the base class for CheckAll, and193 class CheckAll<list<MCInstPredicate> Sequence>
24 def IsCPSRDefinedAndPredicated : CheckAll<[IsCPSRDefined, IsPredicated]>;36 class Am3NegativeRegOffset<int n> : MCSchedPredicate<CheckAll<[48 CheckAll<[
200 static bool CheckAll(const ConstantRange &, const ConstantRange &) { in CheckAll() function229 BinaryCheckFn CheckFn = CheckAll) { in TestBinaryOpExhaustive()