Home
last modified time | relevance | path

Searched full:all_of (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMPredicates.td10 AssemblerPredicate<(all_of HasV4TOps), "armv4t">;
13 AssemblerPredicate<(all_of HasV5TOps), "armv5t">;
16 AssemblerPredicate<(all_of HasV5TEOps), "armv5te">;
18 AssemblerPredicate<(all_of HasV6Ops), "armv6">;
21 AssemblerPredicate<(all_of HasV6MOps),
24 AssemblerPredicate<(all_of HasV8MBaselineOps),
27 AssemblerPredicate<(all_of HasV8MMainlineOps),
30 AssemblerPredicate<(all_of HasV8_1MMainlineOps),
33 AssemblerPredicate<(all_of HasMVEIntegerOps),
36 AssemblerPredicate<(all_of HasMVEFloatOps),
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaFeatures.td9 AssemblerPredicate<(all_of FeatureDensity)>;
14 AssemblerPredicate<(all_of FeatureSingleFloat)>;
19 AssemblerPredicate<(all_of FeatureWindowed)>;
24 AssemblerPredicate<(all_of FeatureMAC16)>;
29 AssemblerPredicate<(all_of FeatureBoolean)>;
34 AssemblerPredicate<(all_of FeatureLoop)>;
39 AssemblerPredicate<(all_of FeatureSEXT)>;
44 AssemblerPredicate<(all_of FeatureCLAMPS)>;
49 AssemblerPredicate<(all_of FeatureNSA)>;
54 AssemblerPredicate<(all_of FeatureMINMAX)>;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPU.td2091 AssemblerPredicate<(all_of FeatureSouthernIslands)>;
2096 AssemblerPredicate<(all_of (not FeatureGCN3Encoding), (not FeatureGFX10Insts))>;
2102 AssemblerPredicate<(all_of (not FeatureGCN3Encoding), (not FeatureGFX11Insts))>;
2108 AssemblerPredicate<(all_of (not FeatureGCN3Encoding))>;
2112 AssemblerPredicate<(all_of (not FeatureGCN3Encoding), FeatureCIInsts, (not FeatureGFX10Insts))>;
2117 AssemblerPredicate<(all_of (not FeatureGCN3Encoding), FeatureCIInsts, (not FeatureGFX11Insts))>;
2123 AssemblerPredicate<(all_of (not FeatureGCN3Encoding), FeatureCIInsts)>;
2129 AssemblerPredicate<(all_of FeatureGFX7GFX8GFX9Insts)>;
2136 AssemblerPredicate<(all_of (not FeatureGFX10Insts))>;
2144 AssemblerPredicate<(all_of (not FeatureGFX10Insts), (not FeatureGFX90AInsts))>;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFeatures.td31 "soft-float", "SoftFloat", (all_of FeatureSoftFloat),
36 "backchain", "BackChain", (all_of FeatureBackChain),
41 "unaligned-symbols", "UnalignedSymbols", (all_of FeatureUnalignedSymbols),
52 "distinct-ops", "DistinctOps", (all_of FeatureDistinctOps),
57 "fast-serialization", "FastSerialization", (all_of FeatureFastSerialization),
62 "fp-extension", "FPExtension", (all_of FeatureFPExtension),
67 "high-word", "HighWord", (all_of FeatureHighWord),
72 "interlocked-access1", "InterlockedAccess1", (all_of FeatureInterlockedAccess1),
78 "load-store-on-cond", "LoadStoreOnCond", (all_of FeatureLoadStoreOnCond),
84 "population-count", "PopulationCount", (all_of FeaturePopulationCount),
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td87 AssemblerPredicate<(all_of FeatureStdExtZicbom),
93 AssemblerPredicate<(all_of FeatureStdExtZicbop),
100 AssemblerPredicate<(all_of FeatureStdExtZicboz),
123 AssemblerPredicate<(all_of FeatureStdExtZicsr),
134 AssemblerPredicate<(all_of FeatureStdExtZicond),
140 AssemblerPredicate<(all_of FeatureStdExtZifencei),
147 AssemblerPredicate<(all_of FeatureStdExtZihintpause),
154 AssemblerPredicate<(all_of FeatureStdExtZihintntl),
164 AssemblerPredicate<(all_of FeatureStdExtZimop),
171 AssemblerPredicate<(all_of FeatureStdExtZicfilp),
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepArch.td12 def HasV5 : Predicate<"HST->hasV5Ops()">, AssemblerPredicate<(all_of ArchV5)>;
14 def HasV55 : Predicate<"HST->hasV55Ops()">, AssemblerPredicate<(all_of ArchV55)>;
16 def HasV60 : Predicate<"HST->hasV60Ops()">, AssemblerPredicate<(all_of ArchV60)>;
18 def HasV62 : Predicate<"HST->hasV62Ops()">, AssemblerPredicate<(all_of ArchV62)>;
20 def HasV65 : Predicate<"HST->hasV65Ops()">, AssemblerPredicate<(all_of ArchV65)>;
22 def HasV66 : Predicate<"HST->hasV66Ops()">, AssemblerPredicate<(all_of ArchV66)>;
24 def HasV67 : Predicate<"HST->hasV67Ops()">, AssemblerPredicate<(all_of ArchV67)>;
26 def HasV68 : Predicate<"HST->hasV68Ops()">, AssemblerPredicate<(all_of ArchV68)>;
28 def HasV69 : Predicate<"HST->hasV69Ops()">, AssemblerPredicate<(all_of ArchV69)>;
30 def HasV71 : Predicate<"HST->hasV71Ops()">, AssemblerPredicate<(all_of ArchV71)>;
[all …]
H A DHexagon.td129 AssemblerPredicate<(all_of ExtensionHVX64B)>;
131 AssemblerPredicate<(all_of ExtensionHVX128B)>;
133 AssemblerPredicate<(all_of ExtensionHVXV60)>;
135 AssemblerPredicate<(all_of ExtensionHVXV60)>;
137 AssemblerPredicate<(all_of ExtensionHVXV62)>;
139 AssemblerPredicate<(all_of ExtensionHVXV65)>;
141 AssemblerPredicate<(all_of ExtensionHVXV66)>;
143 AssemblerPredicate<(all_of ExtensionHVXV67)>;
145 AssemblerPredicate<(all_of ExtensionHVXV68)>;
147 AssemblerPredicate<(all_of ExtensionHVXV69)>;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKY.td25 AssemblerPredicate<(all_of FeatureFPUV2_SF),
32 AssemblerPredicate<(all_of FeatureFPUV2_DF),
38 AssemblerPredicate<(all_of FeatureFdivdu),
45 AssemblerPredicate<(all_of FeatureFPUV3_HI),
52 AssemblerPredicate<(all_of FeatureFPUV3_HF),
59 AssemblerPredicate<(all_of FeatureFPUV3_SF),
66 AssemblerPredicate<(all_of FeatureFPUV3_DF),
72 AssemblerPredicate<(all_of HasFLOATE1),
78 AssemblerPredicate<(all_of HasFLOAT1E2),
84 AssemblerPredicate<(all_of HasFLOAT1E3),
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrInfo.td27 AssemblerPredicate<(all_of FeatureAtomics), "atomics">;
31 AssemblerPredicate<(all_of FeatureBulkMemory), "bulk-memory">;
35 AssemblerPredicate<(all_of FeatureBulkMemoryOpt), "bulk-memory-opt">;
39 AssemblerPredicate<(all_of FeatureCallIndirectOverlong), "call-indirect-overlong">;
43 AssemblerPredicate<(all_of FeatureExceptionHandling), "exception-handling">;
47 AssemblerPredicate<(all_of FeatureExtendedConst), "extended-const">;
51 AssemblerPredicate<(all_of FeatureFP16), "fp16">;
55 AssemblerPredicate<(all_of FeatureMultiMemory), "multimemory">;
59 AssemblerPredicate<(all_of FeatureMultivalue), "multivalue">;
63 AssemblerPredicate<(all_of FeatureMutableGlobals), "mutable-globals">;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVectorTypeUtils.cpp21 assert(all_of(StructTy->elements(), VectorType::isValidElementType) && in toVectorizedStructTy()
51 return all_of(ElemTys, [&](Type *Ty) { in isVectorizedStructTy()
61 all_of(ElemTys, VectorType::isValidElementType); in canVectorizeStructTy()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanUtils.cpp18 return all_of(Def->users(), in onlyFirstLaneUsed()
23 return all_of(Def->users(), in onlyFirstPartUsed()
98 return all_of(R->operands(), isUniformAcrossVFsAndUFs); in isUniformAcrossVFsAndUFs()
115 all_of(R->operands(), isUniformAcrossVFsAndUFs); in isUniformAcrossVFsAndUFs()
H A DVPlanUtils.h70 all_of(Rep->operands(), isSingleScalar)); in isSingleScalar()
74 return all_of(VPV->getDefiningRecipe()->operands(), isSingleScalar); in isSingleScalar()
77 all_of(WidenR->operands(), isSingleScalar); in isSingleScalar()
82 all_of(VPI->operands(), isSingleScalar)); in isSingleScalar()
H A DVPlanSLP.cpp106 if (all_of(Operands, [](VPValue *V) { in addCombined()
126 if (!all_of(Operands, [](VPValue *Op) { in areVectorizable()
142 if (!all_of(Operands, [Opcode, Width](VPValue *Op) { in areVectorizable()
189 if (!all_of(Operands, [](VPValue *Op) { in areVectorizable()
199 if (!all_of(Operands, [](VPValue *Op) { in areVectorizable()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArch.td34 AssemblerPredicate<(all_of Feature64Bit),
38 AssemblerPredicate<(all_of(not Feature64Bit)),
88 AssemblerPredicate<(all_of LaGlobalWithPcrel),
97 AssemblerPredicate<(all_of LaGlobalWithAbs),
106 AssemblerPredicate<(all_of LaLocalWithAbs),
/freebsd/contrib/llvm-project/llvm/lib/MCA/
H A DInstruction.cpp197 if (!all_of(getUses(), [](const ReadState &Use) { return Use.isReady(); })) in updatePending()
201 if (!all_of(getDefs(), [](const WriteState &Def) { return Def.isReady(); })) in updatePending()
211 if (!all_of(getUses(), [](const ReadState &Use) { in updateDispatched()
217 if (!all_of(getDefs(), in updateDispatched()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.td160 AssemblerPredicate<(all_of FeatureMips2)>;
162 AssemblerPredicate<(all_of FeatureMips3_32)>;
164 AssemblerPredicate<(all_of FeatureMips3_32r2)>;
166 AssemblerPredicate<(all_of FeatureMips3)>;
168 AssemblerPredicate<(all_of (not FeatureMips3))>;
170 AssemblerPredicate<(all_of FeatureMips4_32)>;
172 AssemblerPredicate<(all_of (not FeatureMips4_32))>;
174 AssemblerPredicate<(all_of FeatureMips4_32r2)>;
176 AssemblerPredicate<(all_of FeatureMips5_32r2)>;
178 AssemblerPredicate<(all_of FeatureMips32)>;
[all …]
H A DMipsDSPInstrFormats.td24 AssemblerPredicate<(all_of FeatureDSP)>;
26 AssemblerPredicate<(all_of FeatureDSPR2)>;
28 AssemblerPredicate<(all_of FeatureDSPR3)>;
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dranges_all_of.h12 #include <__algorithm/all_of.h>
54 inline constexpr auto all_of = __all_of{};
/freebsd/contrib/lyaml/spec/
H A Dlib_lyaml_spec.yaml57 to_contain.all_of {"a: 1", "b: 2", "c: 3", "d: ''"}
60 to_contain.all_of {"1: 1", "2: 2", "three: three", "four: '4'", "5: five"}
63 to_contain.all_of {"2: 2", "3: 3", "4: 4"}
66 to_contain.all_of {"1: 1", "2: 2", "3: 3", "foo: bar"}
69 to_contain.all_of {"2: 2", "3: 3", "4: 4", "foo: bar"}
72 to_contain.all_of {"1: 1", "2: 2", "4: 3", "5: 4"}
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrPredicates.td198 AssemblerPredicate<(all_of (not Is64Bit)), "Not 64-bit mode">;
200 AssemblerPredicate<(all_of Is64Bit), "64-bit mode">;
204 AssemblerPredicate<(all_of Is16Bit), "16-bit mode">;
206 AssemblerPredicate<(all_of (not Is16Bit)), "Not 16-bit mode">;
208 AssemblerPredicate<(all_of Is32Bit), "32-bit mode">;
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp146 if (!llvm::all_of(Users, IsValidUser) || in getPromotablePHINodes()
147 !llvm::all_of(Operands, IsValidOperand)) in getPromotablePHINodes()
165 if (!llvm::all_of(Users, IsPromotable) || in getPromotablePHINodes()
166 !llvm::all_of(Operands, IsPromotable)) in getPromotablePHINodes()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.td22 AssemblerPredicate<(all_of HasV8_0aOps), "armv8.0a">;
24 AssemblerPredicateWithAll<(all_of HasV8_1aOps), "armv8.1a">;
26 AssemblerPredicateWithAll<(all_of HasV8_2aOps), "armv8.2a">;
28 AssemblerPredicateWithAll<(all_of HasV8_3aOps), "armv8.3a">;
30 AssemblerPredicateWithAll<(all_of HasV8_4aOps), "armv8.4a">;
32 AssemblerPredicateWithAll<(all_of HasV8_5aOps), "armv8.5a">;
34 AssemblerPredicateWithAll<(all_of HasV8_6aOps), "armv8.6a">;
36 AssemblerPredicateWithAll<(all_of HasV8_7aOps), "armv8.7a">;
38 AssemblerPredicateWithAll<(all_of HasV8_8aOps), "armv8.8a">;
40 AssemblerPredicateWithAll<(all_of HasV8_9aOps), "armv8.9a">;
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h81 if (all_of(ArrayRef(R).drop_front(1), [](int64_t C) { return C == 0; })) in addVariableRow()
104 if (all_of(ArrayRef(R).drop_front(1), [](int64_t C) { return C == 0; })) in addVariableRowFill()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td264 AssemblerPredicate<(all_of FeatureSRAM)>;
267 AssemblerPredicate<(all_of FeatureJMPCALL)>;
270 AssemblerPredicate<(all_of FeatureIJMPCALL)>;
273 AssemblerPredicate<(all_of FeatureEIJMPCALL)>;
276 AssemblerPredicate<(all_of FeatureADDSUBIW)>;
279 AssemblerPredicate<(all_of FeatureSmallStack)>;
282 AssemblerPredicate<(all_of FeatureMOVW)>;
285 AssemblerPredicate<(all_of FeatureLPM)>;
288 AssemblerPredicate<(all_of FeatureLPMX)>;
291 AssemblerPredicate<(all_of FeatureELPM)>;
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DTransformer.h144 assert(llvm::all_of(Rule.Cases,
149 assert(llvm::all_of(Rule.Metadata,

12345678910>>...15