Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86SchedPredicates.td23 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 DX86ScheduleBtVer2.td948 CheckAll<[
H A DX86ScheduleBdVer2.td569 CheckAll<[
H A DX86ScheduleZnver3.td592 CheckAll<[
H A DX86SchedHaswell.td1975 CheckAll<[
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64SchedPredExynos.td18 CheckAll<
29 CheckAll<[CheckOpcode<[BLR]>,
40 CheckAll<
85 CheckAll<
129 CheckAll<
142 CheckAll<[CheckOpcode<[EXTRWrri, EXTRXrri]>,
H A DAArch64SchedPredicates.td223 CheckAll<
237 CheckAll<
292 CheckAll<
305 CheckAll<
H A DAArch64SchedPredAmpere.td19 CheckAll<
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtype.h242 template <typename P> bool CheckAll(P predicate) const { in CheckAll() function
412 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()
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTargetInstrPredicate.td16 // 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>
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMScheduleA57.td24 def IsCPSRDefinedAndPredicated : CheckAll<[IsCPSRDefined, IsPredicated]>;
36 class Am3NegativeRegOffset<int n> : MCSchedPredicate<CheckAll<[
48 CheckAll<[
/llvm-project-15.0.7/llvm/unittests/IR/
H A DConstantRangeTest.cpp200 static bool CheckAll(const ConstantRange &, const ConstantRange &) { in CheckAll() function
229 BinaryCheckFn CheckFn = CheckAll) { in TestBinaryOpExhaustive()