/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DebugLocStream.h | 118 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 D | RegAllocBasic.cpp | 125 } // 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 D | ContinuationRecordBuilder.cpp | 100 // 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 D | TpiStream.cpp | 243 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 D | Layer.cpp | 99 assert(I != SymbolToDefinition.end() && in discard()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
H A D | SectionMemoryManager.cpp | 216 MemGroup.FreeMem.end()); in applyMemoryGroupPermissions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 108 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 D | MCInstPrinter.cpp | 53 // 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 D | vkAllocationCallbackUtil.hpp | 149 RecordIterator getRecordsEnd (void) const { return m_records.end(); } in getRecordsEnd()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
H A D | function.h | 97 /// 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 D | merge_blocks_test.cpp | 566 std::reverse(opportunities.begin(), opportunities.end()); in MergeBlocksReductionPassTest_LoopReturn_Helper()
|
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/ |
H A D | tcuRandomOrderExecutor.cpp | 96 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 D | EGLBlobCacheTest.cpp | 74 if (entry == gApplicationCache.end()) in GetBlob()
|
/third_party/skia/src/core/ |
H A D | SkTInternalLList.h | 216 * 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 D | SkTDPQueue.h | 114 SkTQSort<T>(fArray.begin(), fArray.end(), LESS); in sort()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
H A D | parseConst.cpp | 132 p != node->getSequence().end(); p++) { in visitAggregate()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDevice.hpp | 110 if(it != snapshot.end()) { return it->second; } in getOrCreate()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Util.cpp | 59 commandBuffer.end(); in endSingleTimeCommands()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/pass_management/ |
H A D | repeated_pass_recommender_standard.cpp | 112 // - 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 D | transformation_add_copy_memory.cpp | 201 type.AsStruct()->element_types().end(), in CanUsePointeeWithCopyMemory()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | local_single_store_elim_pass.cpp | 53 if (extensions_allowlist_.find(extName) == extensions_allowlist_.end()) in AllExtensionsSupported()
|
H A D | type_manager.h | 96 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 D | structured_loop_to_selection_reduction_opportunity.cpp | 72 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 D | repeated_pass_recommender_standard.cpp | 112 // - 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 D | transformation_add_copy_memory.cpp | 201 type.AsStruct()->element_types().end(), in CanUsePointeeWithCopyMemory()
|