Home
last modified time | relevance | path

Searched refs:all_of (Results 1 – 25 of 643) sorted by relevance

12345678910>>...26

/external/llvm-project/llvm/lib/Target/ARM/
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 …]
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZFeatures.td31 "soft-float", "SoftFloat", (all_of FeatureSoftFloat),
42 "distinct-ops", "DistinctOps", (all_of FeatureDistinctOps),
47 "fast-serialization", "FastSerialization", (all_of FeatureFastSerialization),
52 "fp-extension", "FPExtension", (all_of FeatureFPExtension),
57 "high-word", "HighWord", (all_of FeatureHighWord),
62 "interlocked-access1", "InterlockedAccess1", (all_of FeatureInterlockedAccess1),
68 "load-store-on-cond", "LoadStoreOnCond", (all_of FeatureLoadStoreOnCond),
74 "population-count", "PopulationCount", (all_of FeaturePopulationCount),
79 …"message-security-assist-extension3", "MessageSecurityAssist3", (all_of FeatureMessageSecurityAssi…
84 …"message-security-assist-extension4", "MessageSecurityAssist4", (all_of FeatureMessageSecurityAssi…
[all …]
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCV.td19 AssemblerPredicate<(all_of FeatureStdExtM),
26 AssemblerPredicate<(all_of FeatureStdExtA),
33 AssemblerPredicate<(all_of FeatureStdExtF),
41 AssemblerPredicate<(all_of FeatureStdExtD),
49 AssemblerPredicate<(all_of FeatureExtZfh),
56 AssemblerPredicate<(all_of FeatureStdExtC),
63 AssemblerPredicate<(all_of FeatureExtZbb),
70 AssemblerPredicate<(all_of FeatureExtZbc),
77 AssemblerPredicate<(all_of FeatureExtZbe),
84 AssemblerPredicate<(all_of FeatureExtZbf),
[all …]
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPU.td1070 AssemblerPredicate<(all_of FeatureSouthernIslands)>;
1075 AssemblerPredicate<(all_of (not FeatureGCN3Encoding), (not FeatureGFX10Insts))>;
1081 AssemblerPredicate<(all_of (not FeatureGCN3Encoding))>;
1085 AssemblerPredicate<(all_of (not FeatureGCN3Encoding), FeatureCIInsts, (not FeatureGFX10Insts))>;
1090 AssemblerPredicate<(all_of (not FeatureGCN3Encoding), FeatureCIInsts)>;
1095 AssemblerPredicate<(all_of FeatureSouthernIslands, FeatureCIInsts)>;
1101 AssemblerPredicate<(all_of FeatureGFX7GFX8GFX9Insts)>;
1108 AssemblerPredicate<(all_of (not FeatureGFX10Insts))>;
1112 AssemblerPredicate<(all_of FeatureCIInsts)>;
1116 AssemblerPredicate<(all_of FeatureGFX8Insts)>;
[all …]
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/
Dall_of.pass.cpp34 return std::all_of(std::begin(ia), std::end(ia), test1()) in test_constexpr()
35 && !std::all_of(std::begin(ib), std::end(ib), test1()) in test_constexpr()
45 assert(std::all_of(input_iterator<const int*>(ia), in main()
47 assert(std::all_of(input_iterator<const int*>(ia), in main()
53 assert(std::all_of(input_iterator<const int*>(ia), in main()
55 assert(std::all_of(input_iterator<const int*>(ia), in main()
/external/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/
Dall_of.pass.cpp33 return std::all_of(std::begin(ia), std::end(ia), test1()) in test_constexpr()
34 && !std::all_of(std::begin(ib), std::end(ib), test1()) in test_constexpr()
44 assert(std::all_of(input_iterator<const int*>(ia), in main()
46 assert(std::all_of(input_iterator<const int*>(ia), in main()
52 assert(std::all_of(input_iterator<const int*>(ia), in main()
54 assert(std::all_of(input_iterator<const int*>(ia), in main()
/external/llvm-project/llvm/lib/Target/Hexagon/
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)>;
DHexagon.td95 AssemblerPredicate<(all_of ExtensionHVX64B)>;
97 AssemblerPredicate<(all_of ExtensionHVX128B)>;
99 AssemblerPredicate<(all_of ExtensionHVXV60)>;
101 AssemblerPredicate<(all_of ExtensionHVXV60)>;
103 AssemblerPredicate<(all_of ExtensionHVXV62)>;
105 AssemblerPredicate<(all_of ExtensionHVXV65)>;
107 AssemblerPredicate<(all_of ExtensionHVXV66)>;
109 AssemblerPredicate<(all_of ExtensionHVXV67)>;
111 AssemblerPredicate<(all_of ExtensionAudio)>;
113 AssemblerPredicate<(all_of ExtensionZReg)>;
[all …]
/external/openscreen/platform/impl/
Dtls_write_buffer_unittest.cc64 EXPECT_TRUE(std::all_of(region.begin(), region.end(), in TEST()
72 EXPECT_TRUE(std::all_of(region.begin(), region.end(), in TEST()
82 EXPECT_TRUE(std::all_of(region.begin(), region.begin() + buffer_size / 4, in TEST()
84 EXPECT_TRUE(std::all_of(region.begin() + buffer_size / 4, region.end(), in TEST()
92 EXPECT_TRUE(std::all_of(region.begin(), region.end(), in TEST()
106 EXPECT_TRUE(std::all_of(region.begin(), region.begin() + buffer_size / 4, in TEST()
108 EXPECT_TRUE(std::all_of(region.begin() + buffer_size / 4, region.end(), in TEST()
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dreadability-use-anyofallof.rst7 ``std::all_of``. In C++ 20 mode, suggests ``std::ranges::any_of`` or
8 ``std::ranges::all_of``.
21 // return std::ranges::all_of(V, [](int I) { return I % 2 == 0; });
/external/llvm-project/pstl/test/std/algorithms/alg.modifying.operations/
Dswap_ranges.pass.cpp92 bool check = all_of(actual_b, actual_e, [&i](T_ref a) { return a == T(i++); }) && in operator ()()
93 all_of(data_b, data_e, [&i](T_ref a) { return a == T(i++); }); in operator ()()
100all_of(data_b, data_e, check_swap<T>()) && all_of(actual_b, actual_e, check_swap<T>()); in operator ()()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_mode_setting.cpp299 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
309 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
340 if (!std::all_of( in ValidateExecutionMode()
352 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
369 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
407 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
420 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
431 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_mode_setting.cpp300 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
310 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
341 if (!std::all_of( in ValidateExecutionMode()
353 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
370 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
408 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
421 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
432 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_mode_setting.cpp300 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
310 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
341 if (!std::all_of( in ValidateExecutionMode()
353 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
370 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
408 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
421 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
432 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
/external/llvm-project/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dpartition_copy.pass.cpp38 return std::all_of(std::begin(r1), p.first, is_odd()) in test_constexpr()
39 && std::all_of(p.first, std::end(r1), [](int a){return a == 0;}) in test_constexpr()
41 && std::all_of(p.second, std::end(r2), [](int a){return a == 0;}) in test_constexpr()
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dpartition_copy.pass.cpp39 return std::all_of(std::begin(r1), p.first, is_odd()) in test_constexpr()
40 && std::all_of(p.first, std::end(r1), [](int a){return a == 0;}) in test_constexpr()
42 && std::all_of(p.second, std::end(r2), [](int a){return a == 0;}) in test_constexpr()
/external/llvm-project/clang/test/SemaCXX/
Dpr47804.cpp4 bool all_of(InputIt first, Pred p);
12 all_of(output, [](T x) { return x; }); in load_test()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DInstruction.cpp192 if (!all_of(getUses(), [](const ReadState &Use) { return Use.isReady(); })) in updatePending()
196 if (!all_of(getDefs(), [](const WriteState &Def) { return Def.isReady(); })) in updatePending()
206 if (!all_of(getUses(), [](const ReadState &Use) { in updateDispatched()
212 if (!all_of(getDefs(), in updateDispatched()
/external/llvm-project/llvm/lib/MCA/
DInstruction.cpp192 if (!all_of(getUses(), [](const ReadState &Use) { return Use.isReady(); })) in updatePending()
196 if (!all_of(getDefs(), [](const WriteState &Def) { return Def.isReady(); })) in updatePending()
206 if (!all_of(getUses(), [](const ReadState &Use) { in updateDispatched()
212 if (!all_of(getDefs(), in updateDispatched()
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.td27 AssemblerPredicate<(all_of FeatureSIMD128), "simd128">;
31 AssemblerPredicate<(all_of FeatureUnimplementedSIMD128), "unimplemented-simd128">;
35 AssemblerPredicate<(all_of FeatureAtomics), "atomics">;
39 AssemblerPredicate<(all_of FeatureMultivalue), "multivalue">;
43 AssemblerPredicate<(all_of FeatureNontrappingFPToInt), "nontrapping-fptoint">;
47 AssemblerPredicate<(all_of (not FeatureNontrappingFPToInt)), "nontrapping-fptoint">;
51 AssemblerPredicate<(all_of FeatureSignExt), "sign-ext">;
55 AssemblerPredicate<(all_of FeatureTailCall), "tail-call">;
59 AssemblerPredicate<(all_of FeatureExceptionHandling), "exception-handling">;
63 AssemblerPredicate<(all_of FeatureBulkMemory), "bulk-memory">;
[all …]
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_verifiers.cc30 if (!llvm::all_of(interface.GetLayoutDependentArgs(), valid_operand)) { in VerifyLayoutDependentArgsAndResults()
35 if (!llvm::all_of(interface.GetLayoutDependentResults(), valid_result)) { in VerifyLayoutDependentArgsAndResults()
/external/llvm-project/libcxx/test/libcxx/fuzzing/
Dnth_element.pass.cpp33 if (!std::all_of(working.begin(), partition_iter, [=](std::uint8_t v) { return v <= nth; })) in LLVMFuzzerTestOneInput()
35 if (!std::all_of(partition_iter, working.end(), [=](std::uint8_t v) { return v >= nth; })) in LLVMFuzzerTestOneInput()
Dpartial_sort.pass.cpp29 if (!std::all_of(working.begin(), sort_iter, [=](std::uint8_t v) { return v <= nth; })) in LLVMFuzzerTestOneInput()
31 if (!std::all_of(sort_iter, working.end(), [=](std::uint8_t v) { return v >= nth; })) in LLVMFuzzerTestOneInput()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
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()
/external/llvm/lib/Target/PowerPC/
DPPCBoolRetToInt.cpp134 if (!std::all_of(Users.begin(), Users.end(), IsValidUser) || in getPromotablePHINodes()
135 !std::all_of(Operands.begin(), Operands.end(), IsValidOperand)) in getPromotablePHINodes()
153 if (!std::all_of(Users.begin(), Users.end(), IsPromotable) || in getPromotablePHINodes()
154 !std::all_of(Operands.begin(), Operands.end(), IsPromotable)) in getPromotablePHINodes()

12345678910>>...26