Home
last modified time | relevance | path

Searched refs:rend (Results 351 - 375 of 591) sorted by relevance

1...<<11121314151617181920>>...24

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DR600MachineScheduler.cpp320 for (std::vector<SUnit *>::reverse_iterator It = Q.rbegin(), E = Q.rend(); in PopInst()
H A DSIInsertSkips.cpp353 E = MBB.rend(); in optimizeVccBranch()
H A DSIOptimizeExecMaskingPreRA.cpp336 auto I = CurBB->rbegin(), E = CurBB->rend(); in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp332 MachineBasicBlock::reverse_iterator MII = MBB.rbegin(), E = MBB.rend(); in ExpandFPMLxInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp363 for (auto I = B.rbegin(), E = B.rend(); I != E; ++I) { in genMuxInBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CondBrFolding.cpp410 for (auto I = BranchPath.rbegin(); I != BranchPath.rend(); ++I, ++Index) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp335 for (Instruction &I : make_range(BB.rbegin(), BB.rend())) { in foldUnusualPatterns()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dilist.h19 // rbegin(). The sentinel node itself serves as end() and rend().
216 using base_list_type::rend;
H A DSmallVector.h135 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function in llvm::SmallVectorTemplateCommon
136 const_reverse_iterator rend() const { return const_reverse_iterator(begin());} in rend() function in llvm::SmallVectorTemplateCommon
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dparse.cc335 for (auto it = flagfiles.rbegin(); it != flagfiles.rend(); ++it) { in ReadFlagfiles()
/third_party/spirv-tools/source/opt/
H A Dcfg.cpp132 for (auto current_bb = po.rbegin(); current_bb != po.rend(); ++current_bb) { in WhileEachBlockInReversePostOrder()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dutil.cpp439 for (auto arraySizeIter = arraySizes.rbegin(); arraySizeIter != arraySizes.rend();
/third_party/protobuf/src/google/protobuf/
H A Drepeated_field.h282 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function in google::protobuf::final
283 const_reverse_iterator rend() const { in rend() function in google::protobuf::final
1015 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function in google::protobuf::final
1016 const_reverse_iterator rend() const { in rend() function in google::protobuf::final
H A Drepeated_field_unittest.cc1570 EXPECT_TRUE(proto_array_.rend() == iter); in TEST_F()
1571 EXPECT_EQ("foo", *(--proto_array_.rend())); in TEST_F()
1583 EXPECT_TRUE(const_proto_array.rend() == iter); in TEST_F()
1584 EXPECT_EQ("foo", *(--const_proto_array.rend())); in TEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp670 for (auto it = mat.rbegin(); it != mat.rend(); ++it) {
746 for (auto it = row.rbegin(); it != row.rend(); ++it) { in FindEndIdx()
/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Drender_flex.cpp303 while (iter != magicNodes_.rend()) { in PerformLayoutInWeightMode()
398 for (auto iter = magicNodes_.rbegin(); iter != magicNodes_.rend();) { in PerformLayoutInIndexMode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H A Dmenu_wrapper_pattern.cpp416 for (auto child = children.rbegin(); child != children.rend(); ++child) { in OnTouchEvent()
756 for (auto child = children.rbegin(); child != children.rend(); ++child) { in ClearAllSubMenu()
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Dbluetooth_device_manager.cpp806 auto deviceIter = std::find_if(privacyDevices_.rbegin(), privacyDevices_.rend(), isPresent); in HandleUserSelection()
807 if (deviceIter != privacyDevices_.rend()) { in HandleUserSelection()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dattr_data_test.cpp1366 attrData.value_.uint32Set->rbegin() = attrData.value_.uint32Set->rend(); in HWTEST_F()
1391 attrData.value_.uint32Set->rbegin() = attrData.value_.uint32Set->rend(); in HWTEST_F()
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1444 it != untyped_on_call_specs_.rend(); ++it) {
1646 it != untyped_expectations_.rend(); ++it) {
/third_party/node/deps/v8/src/torque/
H A Dcsa-generator.cc158 for (auto it = parameter_types.rbegin(); it != parameter_types.rend(); ++it) { in ProcessArgumentsCommon()
830 it != instruction.variable_names.rend(); ++it) { in EmitInstruction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp554 for (auto CBI = CatchBlocks.rbegin(), CBE = CatchBlocks.rend(); in calculateClrEHStateNumbers()
583 End = FuncInfo.ClrEHUnwindMap.rend(); in calculateClrEHStateNumbers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp161 if (Iter != Defs->rend()) in getPreviousDefInBlock()
165 auto End = MSSA->getWritableBlockAccesses(MA->getBlock())->rend(); in getPreviousDefInBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DSmallVector.h131 reverse_iterator rend() { return reverse_iterator(begin()); } in rend() function in llvm::SmallVectorTemplateCommon
132 const_reverse_iterator rend() const { return const_reverse_iterator(begin());} in rend() function in llvm::SmallVectorTemplateCommon
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceRegAlloc.cpp371 std::sort(Unhandled.rbegin(), Unhandled.rend(), CompareRanges); in init()
372 std::sort(UnhandledPrecolored.rbegin(), UnhandledPrecolored.rend(), in init()

Completed in 39 milliseconds

1...<<11121314151617181920>>...24