/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 3714 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 D | IRTranslator.cpp | 2233 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 D | ScalarEvolutionExpander.cpp | 1026 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 D | VirtualFileSystem.cpp | 1491 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 D | AArch64FrameLowering.cpp | 2128 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 D | ARMConstantIslandPass.cpp | 893 for (MachineInstr &LiveMI : make_range(OrigBB->rbegin(), LivenessEnd)) in splitBlockBeforeInstr()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 20417 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 D | queryutils.cpp | 1658 auto sampleReverseIt = format.sampleCounts.rbegin(); in QueryInternalFormativ()
|
H A D | Program.cpp | 3591 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 D | AsmPrinter.cpp | 994 MBB->getReverseIterator() == MBB->getParent()->rbegin()) in emitCFIInstruction()
|
H A D | DwarfDebug.cpp | 1512 auto CurEntry = DebugLoc.rbegin();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 863 I = BotRoots.rbegin(), E = BotRoots.rend(); I != E; ++I) { in initQueues()
|
H A D | CodeGenPrepare.cpp | 2137 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 D | NewGVN.cpp | 3686 auto StartPoint = BB->rbegin();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineCFGStructurizer.cpp | 2617 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 D | HexagonConstPropagation.cpp | 994 for (auto I = B->rbegin(), E = B->rend(); I != E; ++I) { in rewrite()
|
/third_party/spirv-tools/source/opt/ |
H A D | folding_rules.cpp | 2134 if (values_inserted.rbegin()->first >= container_size) {
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_optimizer.cpp | 4812 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 D | heap.cc | 1606 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 D | json_v3_10_5.hpp | 2882 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 D | json.hpp | 4379 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 D | instruction-selector.cc | 115 for (auto i = blocks->rbegin(); i != blocks->rend(); ++i) { in SelectInstructions()
|
/third_party/libabigail/src/ |
H A D | abg-reader.cc | 450 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 D | AsmWriter.cpp | 278 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 D | AsmParser.cpp | 753 it = ActiveMacros.rbegin(), in printMacroInstantiations()
|