Home
last modified time | relevance | path

Searched refs:rbegin (Results 126 - 150 of 366) sorted by relevance

12345678910>>...15

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DBreakFalseDeps.cpp232 for (MachineInstr &I : make_range(MBB->rbegin(), MBB->rend())) { in processUndefReads()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DLocalizer.cpp122 for (auto RI = MBB.rbegin(), RE = MBB.rend(); RI != RE; ++RI) { in localizeInterBlock()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_fixtures.h200 vuids.erase(std::find_if(vuids.rbegin(), vuids.rend(), [](unsigned char c) { in MATCHER_P()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_fixtures.h200 vuids.erase(std::find_if(vuids.rbegin(), vuids.rend(), [](unsigned char c) { in MATCHER_P()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceLoopAnalyzer.cpp237 for (auto It = LoopStack.rbegin(); It != LoopStack.rend(); ++It) { in processNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DTimeProfiler.cpp95 if (std::find_if(++Stack.rbegin(), Stack.rend(), [&](const Entry &Val) { in end()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
H A DSystemZMachineScheduler.cpp31 if (SU != *rbegin()) in dump()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopIterator.h138 return PostBlocks.rbegin(); in beginRPO()
/third_party/spirv-tools/test/val/
H A Dval_fixtures.h208 vuids.erase(std::find_if(vuids.rbegin(), vuids.rend(), [](unsigned char c) { in MATCHER_P()
/third_party/vk-gl-cts/framework/common/
H A DtcuTestHierarchyIterator.cpp108 for (vector<NodeIter>::reverse_iterator iter = m_sessionStack.rbegin(); iter != m_sessionStack.rend(); ++iter) in ~TestHierarchyIterator()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_optimizer.cpp479 for (auto i = instr->rbegin(); i != instr->rend(); ++i) in visit()
637 for (auto i = instr->rbegin(); i != instr->rend(); ++i) in visit()
/third_party/nghttp2/src/
H A Dtemplate.h290 const_reverse_iterator rbegin() const {
424 const_reverse_iterator rbegin() const {
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DOverlayWidgets.cpp307 auto peakRangeIt = std::max_element(histogram.rbegin(), histogram.rend()); in AppendRunningHistogramCommon()
312 std::find_if(histogram.rbegin(), histogram.rend(), [](size_t value) { return value != 0; }); in AppendRunningHistogramCommon()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DVirtualFileSystem.h350 iterator overlays_begin() { return FSList.rbegin(); } in overlays_begin()
351 const_iterator overlays_begin() const { return FSList.rbegin(); } in overlays_begin()
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A Dspan.h334 // Span::rbegin()
338 constexpr reverse_iterator rbegin() const noexcept {
346 constexpr const_reverse_iterator crbegin() const noexcept { return rbegin(); }
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_if_conversion.cpp45 for (regions_vec::reverse_iterator I = rv.rbegin(); I != rv.rend(); ) { in run()
H A Dsb_liveness.cpp253 for (vvec::reverse_iterator I = vv.rbegin(), E = vv.rend(); I != E; ++I) { in remove_vec()
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Drange.hpp116 rbegin() { in rbegin() function in clover::detail::basic_range
/third_party/node/src/
H A Dnode_watchdog.cc281 for (auto it = instance.watchdogs_.rbegin(); it != instance.watchdogs_.rend(); in InformWatchdogsAboutSignal()
/third_party/libphonenumber/cpp/src/phonenumbers/utf/
H A Dunicodetext.h263 const_reverse_iterator rbegin() const { in rbegin() function in i18n::phonenumbers::UnicodeText
/third_party/node/deps/v8/src/profiler/
H A Dsampling-heap-profiler.cc191 for (auto it = stack.rbegin(); it != stack.rend(); ++it) { in AddStack()
/third_party/node/deps/v8/src/torque/
H A Dutils.cc359 for (auto i = d_.rbegin(); i != d_.rend(); ++i) { in ~NamespaceScope()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DRemoveUnreferencedVariables.cpp311 for (auto iter = sequence->rbegin(); iter != sequence->rend(); ++iter) in traverseBlock()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCommon.h181 constexpr std::reverse_iterator<T *> rbegin() const in rbegin() function in sh::TSpan
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp97 for (SmallVectorImpl<const DIE *>::reverse_iterator I = Parents.rbegin(), in addParentContext()

Completed in 17 milliseconds

12345678910>>...15