Home
last modified time | relevance | path

Searched refs:reverse (Results 651 - 675 of 867) sorted by relevance

1...<<21222324252627282930>>...35

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dkernel.cpp329 std::reverse(v.begin(), v.end()); in byteswap()
/third_party/node/src/crypto/
H A Dcrypto_util.cc282 std::reverse(std::begin(errors_), std::end(errors_)); in SetFipsCrypto()
/third_party/node/test/parallel/
H A Dtest-readline-promises-interface.js212 const expectedHistory = expectedLines.slice(0, history.length).reverse();
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py578 matches.reverse()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py578 matches.reverse()
/third_party/qrcodegen/rust/src/
H A Dlib.rs709 result.reverse(); in get_alignment_pattern_positions()
/third_party/python/Lib/
H A Dfunctools.py767 found.sort(key=len, reverse=True)
H A D_collections_abc.py1088 def reverse(self): member in MutableSequence
1089 'S.reverse() -- reverse *IN PLACE*'
H A Dtraceback.py232 stack.reverse()
/third_party/python/Lib/test/libregrtest/
H A Dmain.py420 self.test_times.sort(reverse=True)
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DModifyStruct.cpp440 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 DScheduleDAGFast.cpp629 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 DBranchProbabilityInfo.cpp574 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 DLowerMatrixIntrinsics.cpp510 for (Instruction *Inst : reverse(ToRemove)) in Visit()
H A DMergeICmps.cpp288 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 DLoopDistribute.cpp233 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 DLoopUnrollAndJam.cpp132 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 DARMLowOverheadLoops.cpp622 for (auto *MBB : reverse(ML->getBlocks())) { in ProcessLoop()
H A DARMParallelDSP.cpp522 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 DMipsCallLowering.cpp52 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 DXCoreFrameLowering.cpp278 // 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 DInliner.cpp1099 for (CallSite &CS : reverse(IFI.InlinedCallSites))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp377 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 DLoopInfo.h333 // 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 Drepeated_field_test.rb430 arr.reverse!

Completed in 35 milliseconds

1...<<21222324252627282930>>...35