Home
last modified time | relevance | path

Searched refs:rbegin (Results 151 - 175 of 366) sorted by relevance

12345678910>>...15

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DReachingDefAnalysis.cpp265 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 DLegacyPassManagers.h141 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 DLoopSink.cpp298 for (auto II = Preheader->rbegin(), E = Preheader->rend(); II != E;) { in sinkLoopInvariantInstructions()
H A DLowerExpectIntrinsic.cpp338 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 DSIOptimizeExecMasking.cpp226 MachineBasicBlock::reverse_iterator I = MBB.rbegin(), E = MBB.rend(); in fixTerminators()
H A DAMDILCFGStructurizer.cpp610 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 DSIMachineScheduler.cpp1224 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 DSystemZShortenInst.cpp187 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 DWebAssemblyInstPrinter.cpp175 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 DX86FixupBWInsts.cpp443 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 DTruncInstCombine.cpp378 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 DPostOrderIterator.h303 rpo_iterator begin() { return Blocks.rbegin(); } in begin()
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece.h352 const_reverse_iterator rbegin() const { in rbegin() function in google::protobuf::StringPiece
H A Dstringpiece_unittest.cc262 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 Dshrpx_downstream.cc301 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 DRDFLiveness.cpp328 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 Dsubsetter_impl.cc362 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 DPredicateInfo.cpp537 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 Dstring_view_test.cc339 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 DrsgExpression.cpp808 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 Dstl_util.h83 return std::adjacent_find(cont.rbegin(), cont.rend(), in STLIsSorted()
/third_party/mesa3d/src/amd/compiler/
H A Daco_lower_phis.cpp149 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 Druntime-call-stats.cc28 std::sort(entries_.rbegin(), entries_.rend()); in Print()
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.cc172 for (auto it = keywords_.rbegin(); it != keywords_.rend(); ++it) { in MatchToken()
/third_party/skia/third_party/externals/angle2/src/common/
H A DFastVector_unittest.cpp360 EXPECT_FALSE(testMap.contains(entries.rbegin()->first)); in TEST()

Completed in 28 milliseconds

12345678910>>...15