Home
last modified time | relevance | path

Searched refs:all_of (Results 1 - 25 of 192) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
H A 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()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_mode_setting.cpp307 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
317 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
348 if (!std::all_of( in ValidateExecutionMode()
360 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
377 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
415 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
428 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
443 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_mode_setting.cpp307 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
317 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
348 if (!std::all_of( in ValidateExecutionMode()
360 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
377 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
415 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
428 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
443 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dmemory.cpp221 if (all_of([=](const device &dev) { in clCreateImageWithProperties()
235 if (all_of([=](const device &dev) { in clCreateImageWithProperties()
249 if (all_of([=](const device &dev) { in clCreateImageWithProperties()
270 if (all_of([=](const device &dev) { in clCreateImageWithProperties()
285 if (all_of([=](const device &dev) { in clCreateImageWithProperties()
307 if (all_of([=](const device &dev) { in clCreateImageWithProperties()
466 const bool system_svm = all_of(std::mem_fn(&device::has_system_svm), in clGetMemObjectInfo()
606 bool can_emulate = all_of(std::mem_fn(&device::has_system_svm), ctx.devices()); in clSVMAlloc()
636 bool can_emulate = all_of(std::mem_fn(&device::has_system_svm), ctx.devices()); in clSVMFree()
/third_party/spirv-tools/source/val/
H A Dvalidate_mode_setting.cpp381 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
391 if (!std::all_of( in ValidateExecutionMode()
426 if (!std::all_of( in ValidateExecutionMode()
438 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
455 if (!std::all_of( in ValidateExecutionMode()
486 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
521 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
534 if (!std::all_of(models->begin(), models->end(), in ValidateExecutionMode()
549 if (!std::all_of( in ValidateExecutionMode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanSLP.cpp58 if (all_of(Operands, [](VPValue *V) { in addCombined()
78 if (!all_of(Operands, [](VPValue *Op) { in areVectorizable()
94 if (!all_of(Operands, [Opcode, Width](VPValue *Op) { in areVectorizable()
139 if (!all_of(Operands, [](VPValue *Op) { in areVectorizable()
149 if (!all_of(Operands, [](VPValue *Op) { in areVectorizable()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DBinaryStream_unittest.cpp38 ASSERT_TRUE(std::all_of(outputData.begin(), outputData.end(), checkDataIsSafe)); in TEST()
49 ASSERT_TRUE(std::all_of(outputData.begin(), outputData.end(), checkDataIsSafe)); in TEST()
H A DOverlay.cpp44 ASSERT(std::all_of( in init()
/third_party/node/deps/v8/src/compiler/
H A Dmap-inference.cc72 return std::all_of(maps_.begin(), maps_.end(), instance_type); in AllOfInstanceTypesUnsafe()
137 std::all_of(maps_.cbegin(), maps_.cend(), is_stable)) { in RelyOnMapsHelper()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DRobustClientMemoryTest.cpp77 EXPECT_TRUE(std::all_of(resultBuf.begin(), resultBuf.end(), in TEST_P()
87 EXPECT_TRUE(std::all_of(resultBuf.begin() + length, resultBuf.end(), in TEST_P()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dfuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp42 std::all_of(GetIRContext()->module()->entry_points().begin(), in Apply()
H A Dtransformation_propagate_instruction_up.cpp118 std::all_of(maybe_fresh_ids.begin(), maybe_fresh_ids.end(), in IsApplicable()
399 return std::all_of(predecessors.begin(), predecessors.end(), in IsApplicableToBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp42 std::all_of(GetIRContext()->module()->entry_points().begin(), in Apply()
H A Dtransformation_propagate_instruction_up.cpp118 std::all_of(maybe_fresh_ids.begin(), maybe_fresh_ids.end(), in IsApplicable()
399 return std::all_of(predecessors.begin(), predecessors.end(), in IsApplicableToBlock()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-label.h97 std::all_of(labels_.begin(), labels_.end(), [](const BytecodeLabel& l) { in is_bound()
/third_party/skia/src/sksl/ir/
H A DSkSLConstructorArray.cpp70 SkASSERT(std::all_of(args.begin(), args.end(), [&](const std::unique_ptr<Expression>& arg) { in Make()
H A DSkSLConstructorCompound.cpp32 SkASSERT(std::all_of(args.begin(), args.end(), [&](const std::unique_ptr<Expression>& arg) { in Make()
H A DSkSLSwitchStatement.cpp234 SkASSERT(std::all_of(cases.begin(), cases.end(), [&](const std::unique_ptr<Statement>& stmt) { in Make()
239 SkASSERT(std::all_of(cases.begin(), cases.end(), [&](const std::unique_ptr<Statement>& stmt) { in Make()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_replace_branches_from_dead_blocks_with_exits.cpp41 auto fragment_execution_model_guaranteed = std::all_of( in Apply()
/third_party/json/tests/src/
H A Dunit-algorithms.cpp21 SECTION("std::all_of")
23 CHECK(std::all_of(j_array.begin(), j_array.end(), [](const json & value)
27 CHECK(std::all_of(j_object.begin(), j_object.end(), [](const json & value)
/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer_postRA.cpp76 const bool all_same = std::all_of( in reset_block()
95 const bool all_same = std::all_of( in reset_block()
149 std::all_of(ctx.instr_idx_by_regs[ctx.current_block->index].begin() + r, in last_writer_idx()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dformat.cpp140 if (all_of([=](const device &dev) { in supported_formats()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCodeMetrics.cpp58 if (!all_of(V->users(), [&](const User *U) { return EphValues.count(U); })) in completeEphemeralValues()
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dalgorithm.hpp174 all_of(F &&f, Rs &&... rs) { in all_of() function

Completed in 14 milliseconds

12345678