Home
last modified time | relevance | path

Searched refs:end (Results 11751 - 11775 of 16847) sorted by relevance

1...<<471472473474475476477478479480>>...674

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFixupVectorISel.cpp165 for (I = MBB.begin(); I != MBB.end(); I = Next) { in fixupGlobalSaddr()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonBlockRanges.h85 IndexType end() const { return second; } in end() function in llvm::HexagonBlockRanges::IndexType::IndexRange
96 bool TiedEnd = false; // The end is not a use, but a dead def tied to a use.
244 } // end namespace llvm
H A DHexagonGenExtract.cpp54 } // end namespace llvm
86 } // end anonymous namespace
233 BasicBlock::iterator I = std::prev(B->end()), NextI, Begin = B->begin(); in visitBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCShuffler.cpp84 for (HexagonShuffler::iterator I = begin(); I != end(); ++I) { in copyTo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiAsmPrinter.cpp62 } // end of anonymous namespace
232 MachineBasicBlock::const_iterator I = Pred->end(); in isBlockOnlyReachableByFallthrough()
H A DLanaiDelaySlotFiller.cpp54 for (MachineFunction::iterator FI = MF.begin(), FE = MF.end(); FI != FE;
80 } // end of anonymous namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXPrologEpilogPass.cpp90 for (MachineFunction::iterator I = MF.begin(), E = MF.end(); I != E; ++I) { in runOnMachineFunction()
153 // objects, so we adjust 'Offset' to point to the end of last fixed sized in calculateFrameObjectOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86RetpolineThunks.cpp79 } // end anonymous namespace
113 // nothing will end up calling it. in runOnMachineFunction()
226 MF.insert(MF.end(), EntryMBB); in createThunkFunction()
271 // with minimal resource utilization. We still end the capture with a jump to in populateThunk()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DConstantMerge.cpp217 if (Found == CMap.end()) in mergeConstants()
279 } // end anonymous namespace
H A DInternalize.cpp63 ExternalNames.insert(APIList.begin(), APIList.end()); in PreserveAPIList()
87 } // end anonymous namespace
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp155 // These mark the end and begin of an autorelease pool scope. in Depends()
246 Worklist.push_back(std::make_pair(PredBB, PredBB->end())); in FindDependencies()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DIVDescriptors.h98 CastInsts.insert(CI.begin(), CI.end()); in RecurrenceDescriptor()
365 } // end namespace llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineDominators.h265 static ChildIteratorType child_end(NodeRef N) { return N->end(); } in child_end()
288 } // end namespace llvm
/third_party/vixl/tools/
H A Dlint.py96 n_errors_str = res.string[res.start(1):res.end(1)]
/third_party/protobuf/python/google/protobuf/pyext/
H A Dunknown_fields.cc68 it != self->sub_unknown_fields.end(); it++) { in Clear()
/third_party/python/Lib/
H A Dtimeit.py303 print(__doc__, end=' ')
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dflat_hash_map.h101 // if (result != ducks.end()) {
153 // absl::flat_hash_map<int, std::string> map7(v.begin(), v.end());
169 // Returns a const iterator to the end of the `flat_hash_map`.
172 // flat_hash_map::end()
174 // Returns an iterator to the end of the `flat_hash_map`.
175 using Base::end;
195 // of the largest value of `std::distance(begin(), end())` for a
210 // the underlying buffer call `erase(begin(), end())`.
408 // for the past-the-end iterator, which is invalidated.
H A Dnode_hash_map.h95 // if (result != ducks.end()) {
148 // absl::node_hash_map<int, std::string> map7(v.begin(), v.end());
164 // Returns a const iterator to the end of the `node_hash_map`.
167 // node_hash_map::end()
169 // Returns an iterator to the end of the `node_hash_map`.
170 using Base::end;
190 // of as the largest value of `std::distance(begin(), end())` for a
205 // the underlying buffer call `erase(begin(), end())`.
399 // for the past-the-end iterator, which is invalidated.
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dpool_urbg.cc58 std::copy(data.begin(), data.end(), std::begin(state_)); in Init()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcordz_sample_token_test.cc79 EXPECT_THAT(token.begin(), Eq(token.end())); in TEST()
H A Dcord_rep_btree_navigator.h125 // Slow path for Next() if Next() reached the end of a leaf node. Backtracks
234 } while (index == edge->end()); in NextUp()
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dcommandlineflag_test.cc61 std::replace(normalized.begin(), normalized.end(), '\\', '/'); in NormalizeFileName()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dbind.h156 many_args_.assign(args.begin(), args.end()); in Streamable()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_split_benchmark.cc173 v += std::distance(splitter.begin(), splitter.end()); in BM_SplitStringWithOneCharNoVector()
/third_party/skia/experimental/graphite/src/
H A DGraphicsPipelineDesc.h96 Iter end() const { return Iter(); } in end() function in skgpu::GraphicsPipelineDesc::AttributeSet

Completed in 21 milliseconds

1...<<471472473474475476477478479480>>...674