Home
last modified time | relevance | path

Searched refs:end (Results 17076 - 17100 of 22937) sorted by relevance

1...<<681682683684685686687688689690>>...918

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocStream.h118 return makeArrayRef(DWARFBytes.begin(), DWARFBytes.end()) in getBytes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp125 } // end anonymous namespace
283 PhysRegE = PhysRegSpillCands.end(); PhysRegI != PhysRegE; ++PhysRegI) { in selectOrSplit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp100 // previous member and the member that was just written, then end the previous in writeMemberType()
144 // Seek to the end so that we can keep writing against the new segment. in insertSegmentEnd()
173 std::vector<CVType> ContinuationRecordBuilder::end(TypeIndex Index) { in end() function in ContinuationRecordBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStream.cpp243 return make_range(TypeRecords.begin(HadError), TypeRecords.end()); in types()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DLayer.cpp99 assert(I != SymbolToDefinition.end() && in discard()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
H A DSectionMemoryManager.cpp216 MemGroup.FreeMem.end()); in applyMemoryGroupPermissions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
H A DIRMutator.cpp108 for (auto I = BB.getFirstInsertionPt(), E = BB.end(); I != E; ++I) in mutate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCInstPrinter.cpp53 // By definition (see MCInstPrinter.h), CommentStream must end with in printAnnotation()
112 if (It == M.OpToPatterns.end() || It->Opcode != MI->getOpcode()) in matchAliasPatterns()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkAllocationCallbackUtil.hpp149 RecordIterator getRecordsEnd (void) const { return m_records.end(); } in getRecordsEnd()
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dfunction.h97 /// Registers the end of the block
102 /// Registers the end of the function. This is idempotent.
259 continue_target_headers_.end()) { in GetContinueHeaders()
310 /// After the function end has been registered, the successor list of the
325 /// After the function end has been registered, the predecessor list of the
/third_party/skia/third_party/externals/spirv-tools/test/reduce/
H A Dmerge_blocks_test.cpp566 std::reverse(opportunities.begin(), opportunities.end()); in MergeBlocksReductionPassTest_LoopReturn_Helper()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
H A DtcuRandomOrderExecutor.cpp96 for (vector<TestNode *>::const_iterator node = nodes.begin(); node != nodes.end(); ++node) in findNodeByName()
117 break; // Stack end in seekToCase()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLBlobCacheTest.cpp74 if (entry == gApplicationCache.end()) in GetBlob()
/third_party/skia/src/core/
H A DSkTInternalLList.h216 * Return the next/previous element in the list or NULL if at the end.
253 Iter end() const { return Iter(); } in end() function in SkTInternalLList
H A DSkTDPQueue.h114 SkTQSort<T>(fArray.begin(), fArray.end(), LESS); in sort()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DparseConst.cpp132 p != node->getSequence().end(); p++) { in visitAggregate()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDevice.hpp110 if(it != snapshot.end()) { return it->second; } in getOrCreate()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DUtil.cpp59 commandBuffer.end(); in endSingleTimeCommands()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/pass_management/
H A Drepeated_pass_recommender_standard.cpp112 // - Loads might end up with corresponding stores, so that pairs can be in GetFuturePassRecommendations()
155 // - Stores might end up with corresponding loads, so that pairs can be in GetFuturePassRecommendations()
300 // - We may end up with load/store pairs that could be used to create memory in GetFuturePassRecommendations()
367 std::iota(indices.begin(), indices.end(), 0); in RandomOrderAndNonNull()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_add_copy_memory.cpp201 type.AsStruct()->element_types().end(), in CanUsePointeeWithCopyMemory()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dlocal_single_store_elim_pass.cpp53 if (extensions_allowlist_.find(extName) == extensions_allowlist_.end()) in AllExtensionsSupported()
H A Dtype_manager.h96 IdToTypeMap::const_iterator end() const { return id_to_type_.cend(); } in end() function in spvtools::opt::analysis::TypeManager
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
H A Dstructured_loop_to_selection_reduction_opportunity.cpp72 if (already_seen.find(pred) != already_seen.end()) { in RedirectToClosestMergeBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/pass_management/
H A Drepeated_pass_recommender_standard.cpp112 // - Loads might end up with corresponding stores, so that pairs can be in GetFuturePassRecommendations()
155 // - Stores might end up with corresponding loads, so that pairs can be in GetFuturePassRecommendations()
300 // - We may end up with load/store pairs that could be used to create memory in GetFuturePassRecommendations()
367 std::iota(indices.begin(), indices.end(), 0); in RandomOrderAndNonNull()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_add_copy_memory.cpp201 type.AsStruct()->element_types().end(), in CanUsePointeeWithCopyMemory()

Completed in 26 milliseconds

1...<<681682683684685686687688689690>>...918