/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | ReachingDefAnalysis.cpp | 265 for (auto Last = MBB->rbegin(), End = MBB->rend(); Last != End; ++Last) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | LegacyPassManagers.h | 141 iterator begin() const { return S.rbegin(); } in begin()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopSink.cpp | 298 for (auto II = Preheader->rbegin(), E = Preheader->rend(); II != E;) { in sinkLoopInvariantInstructions()
|
H A D | LowerExpectIntrinsic.cpp | 338 for (auto BI = BB.rbegin(), BE = BB.rend(); BI != BE;) { in lowerExpectIntrinsic()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIOptimizeExecMasking.cpp | 226 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), E = MBB.rend(); in fixTerminators()
|
H A D | AMDILCFGStructurizer.cpp | 610 MachineBasicBlock::reverse_iterator It = MBB->rbegin(); in getNormalBlockBranchInstr() 619 for (MachineBasicBlock::reverse_iterator It = MBB->rbegin(), E = MBB->rend(); in getLoopendBlockBranchInstr() 634 MachineBasicBlock::reverse_iterator It = MBB->rbegin(); in getReturnInstr() 1479 bool UseContinueLogical = ((&*ContingMBB->rbegin()) == MI); in settleLoopcontBlock()
|
H A D | SIMachineScheduler.cpp | 1224 CurrentBlocks.push_back(BlockPtrs.rbegin()->get()); in createBlocksForVariant() 1321 BottomUpIndex2Block = std::vector<int>(TopDownIndex2Block.rbegin(), in topologicalSort() 1383 Block->schedule((*SUs.begin())->getInstr(), (*SUs.rbegin())->getInstr()); in scheduleInsideBlocks() 1813 BottomUpIndex2SU = std::vector<int>(Topo.rbegin(), Topo.rend()); in topologicalSort()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZShortenInst.cpp | 187 for (auto MBBI = MBB.rbegin(), MBBE = MBB.rend(); MBBI != MBBE; ++MBBI) { in processBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
H A D | WebAssemblyInstPrinter.cpp | 175 const auto &Pair = ControlFlowStack.rbegin()[Depth]; in printInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86FixupBWInsts.cpp | 443 for (auto I = MBB.rbegin(); I != MBB.rend(); ++I) { in processBasicBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/ |
H A D | TruncInstCombine.cpp | 378 for (auto I = InstInfoMap.rbegin(), E = InstInfoMap.rend(); I != E; ++I) { in ReduceExpressionDag()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | PostOrderIterator.h | 303 rpo_iterator begin() { return Blocks.rbegin(); } in begin()
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | stringpiece.h | 352 const_reverse_iterator rbegin() const { in rbegin() function in google::protobuf::StringPiece
|
H A D | stringpiece_unittest.cc | 262 EXPECT_EQ(*a.rbegin(), 'z'); in TEST() 263 EXPECT_EQ(*(b.rbegin() + 2), 'a'); in TEST() 265 EXPECT_TRUE(a.rbegin() + 26 == a.rend()); in TEST()
|
/third_party/nghttp2/src/ |
H A D | shrpx_downstream.cc | 301 for (auto it = headers.rbegin(); it != headers.rend(); ++it) { in search_header_linear_backwards() 512 for (auto it = headers_.rbegin(); it != headers_.rend(); ++it) { in header() 522 for (auto it = headers_.rbegin(); it != headers_.rend(); ++it) { in header()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFLiveness.cpp | 328 auto B = std::find_if(Ins.rbegin(), E, in getNearestAliasedRef() 372 B = Ins.rbegin(); in getNearestAliasedRef() 879 for (auto I = B->rbegin(), E = B->rend(); I != E; ++I) { in resetKills()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/chromium/ |
H A D | subsetter_impl.cc | 362 for (IntegerList::reverse_iterator j = removed_indexes.rbegin(), in InitializeBitmapBuilder() 372 for (IntegerList::reverse_iterator i = removed_strikes.rbegin(), in InitializeBitmapBuilder()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | PredicateInfo.cpp | 537 auto RevIter = RenameStack.rbegin(); in materializeStack() 542 size_t Start = RevIter - RenameStack.rbegin(); in materializeStack()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | string_view_test.cc | 339 EXPECT_EQ(*a.rbegin(), 'z'); in TEST() 340 EXPECT_EQ(*(b.rbegin() + 2), 'a'); in TEST() 342 EXPECT_TRUE(a.rbegin() + 26 == a.rend()); in TEST() 1153 EXPECT_TRUE(noexcept(sp.rbegin())); in TEST()
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgExpression.cpp | 808 for (vector<Expression*>::const_reverse_iterator i = m_inputExpressions.rbegin(); i != m_inputExpressions.rend(); i++) in tokenize() 810 if (i != m_inputExpressions.rbegin()) in tokenize() 821 for (vector<Expression*>::reverse_iterator i = m_inputExpressions.rbegin(); i != m_inputExpressions.rend(); i++) in evaluate() 831 for (vector<Expression*>::reverse_iterator i = m_inputExpressions.rbegin(); i != m_inputExpressions.rend(); i++) in evaluate()
|
/third_party/gn/src/base/ |
H A D | stl_util.h | 83 return std::adjacent_find(cont.rbegin(), cont.rend(), in STLIsSorted()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_lower_phis.cpp | 149 auto it = std::find_if(block->instructions.rbegin(), block->instructions.rend(), IsLogicalEnd); in build_merge_code()
|
/third_party/node/deps/v8/src/logging/ |
H A D | runtime-call-stats.cc | 28 std::sort(entries_.rbegin(), entries_.rend()); in Print()
|
/third_party/node/deps/v8/src/torque/ |
H A D | earley-parser.cc | 172 for (auto it = keywords_.rbegin(); it != keywords_.rend(); ++it) { in MatchToken()
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | FastVector_unittest.cpp | 360 EXPECT_FALSE(testMap.contains(entries.rbegin()->first)); in TEST()
|