/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | R600MachineScheduler.cpp | 320 for (std::vector<SUnit *>::reverse_iterator It = Q.rbegin(), E = Q.rend(); in PopInst()
|
H A D | SIInsertSkips.cpp | 353 E = MBB.rend(); in optimizeVccBranch()
|
H A D | SIOptimizeExecMaskingPreRA.cpp | 336 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 D | MLxExpansionPass.cpp | 332 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 D | HexagonGenMux.cpp | 363 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 D | X86CondBrFolding.cpp | 410 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 D | AggressiveInstCombine.cpp | 335 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 D | ilist.h | 19 // rbegin(). The sentinel node itself serves as end() and rend(). 216 using base_list_type::rend;
|
H A D | SmallVector.h | 135 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 D | parse.cc | 335 for (auto it = flagfiles.rbegin(); it != flagfiles.rend(); ++it) { in ReadFlagfiles()
|
/third_party/spirv-tools/source/opt/ |
H A D | cfg.cpp | 132 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 D | util.cpp | 439 for (auto arraySizeIter = arraySizes.rbegin(); arraySizeIter != arraySizes.rend();
|
/third_party/protobuf/src/google/protobuf/ |
H A D | repeated_field.h | 282 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 D | repeated_field_unittest.cc | 1570 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 D | grid_layout_info.cpp | 670 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 D | render_flex.cpp | 303 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 D | menu_wrapper_pattern.cpp | 416 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 D | bluetooth_device_manager.cpp | 806 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 D | attr_data_test.cpp | 1366 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 D | gmock-spec-builders.h | 1444 it != untyped_on_call_specs_.rend(); ++it) { 1646 it != untyped_expectations_.rend(); ++it) {
|
/third_party/node/deps/v8/src/torque/ |
H A D | csa-generator.cc | 158 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 D | WinEHPrepare.cpp | 554 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 D | MemorySSAUpdater.cpp | 161 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 D | SmallVector.h | 131 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 D | IceRegAlloc.cpp | 371 std::sort(Unhandled.rbegin(), Unhandled.rend(), CompareRanges); in init() 372 std::sort(UnhandledPrecolored.rbegin(), UnhandledPrecolored.rend(), in init()
|