/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | kernel.cpp | 329 std::reverse(v.begin(), v.end()); in byteswap()
|
/third_party/node/src/crypto/ |
H A D | crypto_util.cc | 282 std::reverse(std::begin(errors_), std::end(errors_)); in SetFipsCrypto()
|
/third_party/node/test/parallel/ |
H A D | test-readline-promises-interface.js | 212 const expectedHistory = expectedLines.slice(0, history.length).reverse();
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | xcode.py | 578 matches.reverse()
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | xcode.py | 578 matches.reverse()
|
/third_party/qrcodegen/rust/src/ |
H A D | lib.rs | 709 result.reverse(); in get_alignment_pattern_positions()
|
/third_party/python/Lib/ |
H A D | functools.py | 767 found.sort(key=len, reverse=True)
|
H A D | _collections_abc.py | 1088 def reverse(self): member in MutableSequence 1089 'S.reverse() -- reverse *IN PLACE*'
|
H A D | traceback.py | 232 stack.reverse()
|
/third_party/python/Lib/test/libregrtest/ |
H A D | main.py | 420 self.test_times.sort(reverse=True)
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | ModifyStruct.cpp | 440 std::reverse(modifiedFields.begin() + begin, modifiedFields.end());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGFast.cpp | 629 std::reverse(Sequence.begin(), Sequence.end()); in ListScheduleBottomUp()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BranchProbabilityInfo.cpp | 574 for (Instruction *I : llvm::reverse(InstChain)) { in computeUnlikelySuccessors()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LowerMatrixIntrinsics.cpp | 510 for (Instruction *Inst : reverse(ToRemove)) in Visit()
|
H A D | MergeICmps.cpp | 288 for (Instruction *Inst : reverse(OtherInsts)) { in split() 696 // Effectively merge blocks. We go in the reverse direction from the phi block in simplify()
|
H A D | LoopDistribute.cpp | 233 for (auto *Inst : reverse(Unused)) { in removeUnusedInsts() 788 // We're done forming the partitions set up the reverse mapping from in processLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollAndJam.cpp | 132 for (Instruction *I : reverse(Visited)) { in moveHeaderPhiOperandsToForeBlocks() 291 // reverse postorder so that LastValueMap contains the correct value at each in UnrollAndJamLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMLowOverheadLoops.cpp | 622 for (auto *MBB : reverse(ML->getBlocks())) { in ProcessLoop()
|
H A D | ARMParallelDSP.cpp | 522 for (Instruction &I : reverse(BB)) { in MatchSMLAD()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
H A D | MipsCallLowering.cpp | 52 std::reverse(VRegs.begin(), VRegs.end()); in setLeastSignificantFirst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
H A D | XCoreFrameLowering.cpp | 278 // We want the nearest (negative) offsets first, so reverse list. in emitPrologue() 279 std::reverse(SpillList.begin(), SpillList.end()); in emitPrologue() 472 // Insert in reverse order. loadRegFromStackSlot can insert multiple in restoreCalleeSavedRegisters()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
H A D | Inliner.cpp | 1099 for (CallSite &CS : reverse(IFI.InlinedCallSites))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | ThreadSanitizer.cpp | 377 for (Instruction *I : reverse(Local)) { in chooseInstructionsToInstrument()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | LoopInfo.h | 333 // worklist backwards so append them in reverse order. in getInnerLoopsInPreorder() 409 /// interface to reverse Blocks[from, end of loop] in this loop 412 std::reverse(Blocks.begin() + from, Blocks.end()); in reverseBlock() 924 /// reverse postorder. 928 /// nests, with siblings in *reverse* program order. 931 /// reverse postorder. 933 /// Also note that this is *not* a reverse preorder. Only the siblings are in 934 /// reverse program order.
|
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
H A D | repeated_field_test.rb | 430 arr.reverse!
|