Home
last modified time | relevance | path

Searched refs:rbegin (Results 326 - 350 of 370) sorted by relevance

1...<<1112131415

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3714 PrevInstIt = Inst->getParent()->rbegin();
5699 SmallVector<Value *, 4> ReorderedOps(Chain.rbegin(), Chain.rend());
7004 BuildVectorOpds.append(TmpBuildVectorOpds.rbegin(),
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2233 return std::any_of(BB.rbegin(), BB.rend(), [](const Instruction &I) { in checkForMustTailInVarArgFn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1026 for (auto I = IVIncs.rbegin(), E = IVIncs.rend(); I != E; ++I) { in hoistIVInc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DVirtualFileSystem.cpp1491 for (sys::path::reverse_iterator I = sys::path::rbegin(Parent, path_style), in parseEntry()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp2128 for (auto RPII = RegPairs.rbegin(), RPIE = RegPairs.rend(); RPII != RPIE; in spillCalleeSavedRegisters()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMConstantIslandPass.cpp893 for (MachineInstr &LiveMI : make_range(OrigBB->rbegin(), LivenessEnd)) in splitBlockBeforeInstr()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp20417 rbegin(_Container& __cont) -> decltype(__cont.rbegin())
20418 { return __cont.rbegin(); }
20427 rbegin(const _Container& __cont) -> decltype(__cont.rbegin())
20428 { return __cont.rbegin(); }
20457 rbegin(_Tp (&__arr)[_Nm])
20477 rbegin(initializer_list<_Tp> __il)
20497 crbegin(const _Container& __cont) -> decltype(std::rbegin(__cont))
20498 { return std::rbegin(__con
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dqueryutils.cpp1658 auto sampleReverseIt = format.sampleCounts.rbegin(); in QueryInternalFormativ()
H A DProgram.cpp3591 auto highIter = mState.mExecutable->getUniforms().rbegin(); in linkSamplerAndImageBindings()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp994 MBB->getReverseIterator() == MBB->getParent()->rbegin()) in emitCFIInstruction()
H A DDwarfDebug.cpp1512 auto CurEntry = DebugLoc.rbegin();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineScheduler.cpp863 I = BotRoots.rbegin(), E = BotRoots.rend(); I != E; ++I) { in initQueues()
H A DCodeGenPrepare.cpp2137 BasicBlock::InstListType::reverse_iterator RI = InstList.rbegin(); in dupRetToEnableTailCallOpts()
6199 for (auto It = ASI.rbegin(); It != ASI.rend(); ++It) { in optimizeSelectInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp3686 auto StartPoint = BB->rbegin();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp2617 for (auto CI = Children->rbegin(), CE = Children->rend(); CI != CE; ++CI) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp994 for (auto I = B->rbegin(), E = B->rend(); I != E; ++I) { in rewrite()
/third_party/spirv-tools/source/opt/
H A Dfolding_rules.cpp2134 if (values_inserted.rbegin()->first >= container_size) {
/third_party/mesa3d/src/amd/compiler/
H A Daco_optimizer.cpp4812 for (auto block_rit = program->blocks.rbegin(); block_rit != program->blocks.rend(); in optimize()
4816 for (auto instr_rit = block->instructions.rbegin(); instr_rit != block->instructions.rend(); in optimize()
/third_party/node/deps/v8/src/heap/
H A Dheap.cc1606 for (auto it = duplicates.rbegin(); it != duplicates.rend(); ++it) { in ReportDuplicates()
1671 for (auto it = objects_by_size.rbegin(); it != objects_by_size.rend(); in CollectAllAvailableGarbage()
/third_party/json/tests/abi/include/nlohmann/
H A Djson_v3_10_5.hpp2882 return "(" + std::accumulate(tokens.rbegin(), tokens.rend(), std::string{}, in diagnostics()
3954 std::transform(j.rbegin(), j.rend(),
19713 /// @sa https://json.nlohmann.me/api/basic_json/rbegin/
19714 reverse_iterator rbegin() noexcept
19720 /// @sa https://json.nlohmann.me/api/basic_json/rbegin/
19721 const_reverse_iterator rbegin() const noexcept
/third_party/json/single_include/nlohmann/
H A Djson.hpp4379 auto str = std::accumulate(tokens.rbegin(), tokens.rend(), std::string{}, in diagnostics()
4715 std::transform(j.rbegin(), j.rend(), in from_json()
21985 /// @sa https://json.nlohmann.me/api/basic_json/rbegin/
21986 reverse_iterator rbegin() noexcept
21992 /// @sa https://json.nlohmann.me/api/basic_json/rbegin/
21993 const_reverse_iterator rbegin() const noexcept
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction-selector.cc115 for (auto i = blocks->rbegin(); i != blocks->rend(); ++i) { in SelectInstructions()
/third_party/libabigail/src/
H A Dabg-reader.cc450 m_decls_stack.rbegin(); in get_translation_unit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp278 for (const Function &F : make_range(M->rbegin(), M->rend())) { in predictUseListOrder()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DAsmParser.cpp753 it = ActiveMacros.rbegin(), in printMacroInstantiations()

Completed in 201 milliseconds

1...<<1112131415