/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | BlockFrequencyInfoImpl.h | 1141 for (auto L = Loops.rbegin(), E = Loops.rend(); L != E; ++L) { in computeMassInLoops()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_donate_modules.cpp | 609 for (auto function_id = topological_order.rbegin(); in HandleFunctions()
|
H A D | fuzzer_util.cpp | 1572 auto it = block->rbegin(); in GetLastInsertBeforeInstruction()
|
/third_party/spirv-tools/source/val/ |
H A D | validate_cfg.cpp | 643 for (auto iter = postorder.rbegin(); iter != postorder.rend(); ++iter) { in ValidateStructuredSelections()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/ |
H A D | RewriteRowMajorMatrices.cpp | 282 for (auto it = mArrayIndices.rbegin(); it != mArrayIndices.rend(); ++it) in getCurrentElement()
|
/third_party/json/include/nlohmann/ |
H A D | json.hpp | 2807 /// @sa https://json.nlohmann.me/api/basic_json/rbegin/ 2808 reverse_iterator rbegin() noexcept 2814 /// @sa https://json.nlohmann.me/api/basic_json/rbegin/ 2815 const_reverse_iterator rbegin() const noexcept
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachinePipeliner.cpp | 1402 for (ScheduleDAGTopologicalSort::const_reverse_iterator I = Topo.rbegin(), in computeNodeFunctions() 2817 for (std::deque<SUnit *>::reverse_iterator I = cycleInstrs.rbegin(), in finalizeSchedule()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | btree.h | 1229 reverse_iterator rbegin() { return reverse_iterator(end()); } in rbegin() function in absl::container_internal::btree 1230 const_reverse_iterator rbegin() const { in rbegin() function in absl::container_internal::btree
|
/third_party/glslang/StandAlone/ |
H A D | StandAlone.cpp | 1310 std::for_each(IncludeDirectoryList.rbegin(), IncludeDirectoryList.rend(), [&includer](const std::string& dir) {
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_validate.cpp | 1106 for (auto it = block.instructions.rbegin(); it != block.instructions.rend(); ++it) { in validate_ra()
|
H A D | aco_register_allocation.cpp | 2369 for (auto block_rit = ctx.program->blocks.rbegin(); block_rit != ctx.program->blocks.rend(); in get_affinities() 2377 for (rit = block.instructions.rbegin(); rit != block.instructions.rend(); ++rit) { in get_affinities()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_nir_lower_64bit.cpp | 1210 auto last_store = *stores.rbegin(); in combine_one_slot()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMiscTests.cpp | 1557 std::copy(tmpIndices.rbegin(), tmpIndices.rend(), indices.begin()); in iterate()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 753 for (const DIScope *Ctx : make_range(Parents.rbegin(), Parents.rend())) { in getParentContextString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | Core.cpp | 1753 PendingQueries.rbegin(), PendingQueries.rend(), Q->getRequiredState(),
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcUniformBlockCase.cpp | 798 for (std::vector<int>::const_reverse_iterator sizeIter = arraySizes.rbegin(); sizeIter != arraySizes.rend(); in generateDeclaration()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_util.cpp | 1565 auto it = block->rbegin(); in GetLastInsertBeforeInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_util.cpp | 1565 auto it = block->rbegin(); in GetLastInsertBeforeInstruction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600InstrInfo.cpp | 747 for (MachineBasicBlock::reverse_iterator It = MBB.rbegin(), E = MBB.rend();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 1262 for (reverse_iterator I = IL.rbegin(), E = IL.rend(); I != E; ++I) in removeDeadCode()
|
H A D | HexagonGenInsert.cpp | 1465 for (auto I = B->rbegin(), E = B->rend(); I != E; ++I)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FloatingPoint.cpp | 1693 for (MachineBasicBlock::reverse_iterator I = MBB.rbegin(), E = MBB.rend(); in setKillFlags()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_lens_correction.cpp | 2012 for (dng_std_vector<real64>::const_reverse_iterator i = v.rbegin (); i != v.rend (); i++)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree_test.cc | 218 auto rit = flats.rbegin(); in CreateTreeReverse()
|
/third_party/googletest/googletest/src/ |
H A D | gtest.cc | 5728 std::find_if(test_suites_.rbegin(), test_suites_.rend(), 5918 std::for_each(environments_.rbegin(), environments_.rend(),
|