Home
last modified time | relevance | path

Searched refs:rbegin (Results 301 - 325 of 374) sorted by relevance

1...<<1112131415

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h1141 for (auto L = Loops.rbegin(), E = Loops.rend(); L != E; ++L) { in computeMassInLoops()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_pass_donate_modules.cpp609 for (auto function_id = topological_order.rbegin(); in HandleFunctions()
H A Dfuzzer_util.cpp1572 auto it = block->rbegin(); in GetLastInsertBeforeInstruction()
/third_party/spirv-tools/source/val/
H A Dvalidate_cfg.cpp643 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 DRewriteRowMajorMatrices.cpp282 for (auto it = mArrayIndices.rbegin(); it != mArrayIndices.rend(); ++it) in getCurrentElement()
/third_party/json/include/nlohmann/
H A Djson.hpp2807 /// @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 DMachinePipeliner.cpp1402 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 Dbtree.h1229 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 DStandAlone.cpp1310 std::for_each(IncludeDirectoryList.rbegin(), IncludeDirectoryList.rend(), [&includer](const std::string& dir) {
/third_party/mesa3d/src/amd/compiler/
H A Daco_validate.cpp1106 for (auto it = block.instructions.rbegin(); it != block.instructions.rend(); ++it) { in validate_ra()
H A Daco_register_allocation.cpp2369 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 Dsfn_nir_lower_64bit.cpp1210 auto last_store = *stores.rbegin(); in combine_one_slot()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMiscTests.cpp1557 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 DDwarfUnit.cpp753 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 DCore.cpp1753 PendingQueries.rbegin(), PendingQueries.rend(), Q->getRequiredState(),
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcUniformBlockCase.cpp798 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 Dfuzzer_util.cpp1565 auto it = block->rbegin(); in GetLastInsertBeforeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dfuzzer_util.cpp1565 auto it = block->rbegin(); in GetLastInsertBeforeInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp747 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 DHexagonCommonGEP.cpp1262 for (reverse_iterator I = IL.rbegin(), E = IL.rend(); I != E; ++I) in removeDeadCode()
H A DHexagonGenInsert.cpp1465 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 DX86FloatingPoint.cpp1693 for (MachineBasicBlock::reverse_iterator I = MBB.rbegin(), E = MBB.rend(); in setKillFlags()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_lens_correction.cpp2012 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 Dcord_rep_btree_test.cc218 auto rit = flats.rbegin(); in CreateTreeReverse()
/third_party/googletest/googletest/src/
H A Dgtest.cc5728 std::find_if(test_suites_.rbegin(), test_suites_.rend(),
5918 std::for_each(environments_.rbegin(), environments_.rend(),

Completed in 73 milliseconds

1...<<1112131415