Home
last modified time | relevance | path

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

12345678910>>...13

/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/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/AMDGPU/
H A DAMDGPU.td1769 AssemblerPredicate<(all_of FeatureSouthernIslands)>;
1774 AssemblerPredicate<(all_of (not FeatureGCN3Encoding), (not FeatureGFX10Insts))>;
1780 AssemblerPredicate<(all_of (not FeatureGCN3Encoding), (not FeatureGFX11Insts))>;
1786 AssemblerPredicate<(all_of (not FeatureGCN3Encoding))>;
1790 AssemblerPredicate<(all_of (not FeatureGCN3Encoding), FeatureCIInsts, (not FeatureGFX10Insts))>;
1795 AssemblerPredicate<(all_of (not FeatureGCN3Encoding), FeatureCIInsts, (not FeatureGFX11Insts))>;
1801 AssemblerPredicate<(all_of (not FeatureGCN3Encoding), FeatureCIInsts)>;
1807 AssemblerPredicate<(all_of FeatureGFX7GFX8GFX9Insts)>;
1814 AssemblerPredicate<(all_of (not FeatureGFX10Insts))>;
1822 AssemblerPredicate<(all_of (not FeatureGFX10Insts), (not FeatureGFX90AInsts))>;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td79 AssemblerPredicate<(all_of FeatureStdExtZicbom),
86 AssemblerPredicate<(all_of FeatureStdExtZicbop),
94 AssemblerPredicate<(all_of FeatureStdExtZicboz),
117 AssemblerPredicate<(all_of FeatureStdExtZicsr),
130 AssemblerPredicate<(all_of FeatureStdExtZicond),
137 AssemblerPredicate<(all_of FeatureStdExtZifencei),
145 AssemblerPredicate<(all_of FeatureStdExtZihintpause),
153 AssemblerPredicate<(all_of FeatureStdExtZihintntl),
164 AssemblerPredicate<(all_of FeatureStdExtZimop),
172 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.td117 AssemblerPredicate<(all_of ExtensionHVX64B)>;
119 AssemblerPredicate<(all_of ExtensionHVX128B)>;
121 AssemblerPredicate<(all_of ExtensionHVXV60)>;
123 AssemblerPredicate<(all_of ExtensionHVXV60)>;
125 AssemblerPredicate<(all_of ExtensionHVXV62)>;
127 AssemblerPredicate<(all_of ExtensionHVXV65)>;
129 AssemblerPredicate<(all_of ExtensionHVXV66)>;
131 AssemblerPredicate<(all_of ExtensionHVXV67)>;
133 AssemblerPredicate<(all_of ExtensionHVXV68)>;
135 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 FeatureExceptionHandling), "exception-handling">;
39 AssemblerPredicate<(all_of FeatureExtendedConst), "extended-const">;
43 AssemblerPredicate<(all_of FeatureHalfPrecision), "half-precision">;
47 AssemblerPredicate<(all_of FeatureMultiMemory), "multimemory">;
51 AssemblerPredicate<(all_of FeatureMultivalue), "multivalue">;
55 AssemblerPredicate<(all_of FeatureMutableGlobals), "mutable-globals">;
59 AssemblerPredicate<(all_of FeatureNontrappingFPToInt),
64 AssemblerPredicate<(all_of (not FeatureNontrappingFPToInt)),
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArch.td25 AssemblerPredicate<(all_of Feature64Bit),
29 AssemblerPredicate<(all_of(not Feature64Bit)),
79 AssemblerPredicate<(all_of LaGlobalWithPcrel),
88 AssemblerPredicate<(all_of LaGlobalWithAbs),
97 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/llvm/lib/Target/X86/
H A DX86InstrPredicates.td188 AssemblerPredicate<(all_of (not Is64Bit)), "Not 64-bit mode">;
190 AssemblerPredicate<(all_of Is64Bit), "64-bit mode">;
194 AssemblerPredicate<(all_of Is16Bit), "16-bit mode">;
196 AssemblerPredicate<(all_of (not Is16Bit)), "Not 16-bit mode">;
198 AssemblerPredicate<(all_of Is32Bit), "32-bit mode">;
/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/PowerPC/
H A DPPCBoolRetToInt.cpp150 if (!llvm::all_of(Users, IsValidUser) || in getPromotablePHINodes()
151 !llvm::all_of(Operands, IsValidOperand)) in getPromotablePHINodes()
169 if (!llvm::all_of(Users, IsPromotable) || in getPromotablePHINodes()
170 !llvm::all_of(Operands, IsPromotable)) in getPromotablePHINodes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp50 if (all_of(Operands, [](VPValue *V) { in addCombined()
70 if (!all_of(Operands, [](VPValue *Op) { in areVectorizable()
86 if (!all_of(Operands, [Opcode, Width](VPValue *Op) { in areVectorizable()
133 if (!all_of(Operands, [](VPValue *Op) { in areVectorizable()
143 if (!all_of(Operands, [](VPValue *Op) { in areVectorizable()
H A DSLPVectorizer.cpp312 if (all_of(VL, isVectorLikeInstWithConstOps)) in allSameBlock()
332 return all_of(VL, isConstant); in allConstant()
360 all_of( in isCommutative()
379 all_of(BO->uses(), [](const Use &U) { in isCommutative()
917 return all_of(VL.drop_front(), [&](Value *V) { return V->getType() == Ty; }); in allSameType()
978 std::all_of(std::next(Mask.begin(), Mask.size() / 2), Mask.end(), in addMask()
1074 all_of(I->operands(), [I](Value *V) { in areAllOperandsNonInsts()
1092 all_of(I->users(), [I](User *U) { in isUsedOutsideBlock()
1113 (all_of(VL, isUsedOutsideBlock) || all_of(V in doesNotNeedToSchedule()
[all...]
/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 getValue2Index()
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/
H A DAVRInstrInfo.td267 AssemblerPredicate<(all_of FeatureSRAM)>;
270 AssemblerPredicate<(all_of FeatureJMPCALL)>;
273 AssemblerPredicate<(all_of FeatureIJMPCALL)>;
276 AssemblerPredicate<(all_of FeatureEIJMPCALL)>;
279 AssemblerPredicate<(all_of FeatureADDSUBIW)>;
282 AssemblerPredicate<(all_of FeatureSmallStack)>;
285 AssemblerPredicate<(all_of FeatureMOVW)>;
288 AssemblerPredicate<(all_of FeatureLPM)>;
291 AssemblerPredicate<(all_of FeatureLPMX)>;
294 AssemblerPredicate<(all_of FeatureELPM)>;
[all …]
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dall_of.h23 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) { in all_of() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp135 return all_of(Constraints, [](auto &R) { in mayHaveSolutionImpl()
197 if (all_of(ArrayRef(R).drop_front(1), [](int64_t C) { return C == 0; })) in isConditionImplied()
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/
H A DTransformer.h149 assert(llvm::all_of(Rule.Cases,
154 assert(llvm::all_of(Rule.Metadata,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSCCP.cpp67 all_of(F.users(), in findReturnsToZap()
79 return all_of(Solver.getStructLatticeValueFor(U), in findReturnsToZap()
339 all_of(U.getUser()->users(), [](const User *UserUser) { in runIPSCCP()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp341 return llvm::all_of(Clause.drop_front(), in isUnit()
375 return llvm::all_of(ActiveVars, [this](Variable Var) { in activeVarsAreUnassigned()
383 return llvm::all_of(ActiveVars, [&WatchedLiterals](Variable Var) { in activeVarsFormWatchedLiterals()

12345678910>>...13