Home
last modified time | relevance | path

Searched refs:end (Results 15726 - 15750 of 19122) sorted by relevance

1...<<621622623624625626627628629630>>...765

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUHSAMetadataStreamer.cpp459 void MetadataStreamerV2::end() { in end() function in llvm::AMDGPU::HSAMD::MetadataStreamerV2
930 void MetadataStreamerV3::end() { in end() function in llvm::AMDGPU::HSAMD::MetadataStreamerV3
964 } // end namespace HSAMD
965 } // end namespace AMDGPU
966 } // end namespace llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp1216 auto Result = std::find_if(Symbols->begin(), Symbols->end(),
1221 if (Result != Symbols->end()) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp48 } // end anonymous namespace
1090 } // end CU namespace
1219 if (Offset == RegOffsets.end()) in generateCompactUnwindEncoding()
1257 if (Offset == RegOffsets.end()) { in generateCompactUnwindEncoding()
H A DARMELFStreamer.cpp265 OCE = Opcodes.end();
479 if (LastMappingSymbol != LastMappingSymbols.end()) {
714 } // end anonymous namespace
1519 // FIXME: This should eventually end up somewhere else where more
1529 } // end namespace llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp239 } // end anonymous namespace
464 // For this reason we can't reuse the logic at the end of this function; we in ReduceLoadStore()
1008 if (OPI == ReduceOpcodeMap.end()) in ReduceMI()
1141 I = RPOT.begin(), E = RPOT.end(); I != E; ++I) in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H A DMipsSEInstrInfo.cpp323 if (I != MBB.end()) DL = I->getDebugLoc(); in loadRegFromStack()
635 for (++Inst; Inst != Seq.end() - LastInstrIsADDiu; ++Inst) in loadImmediate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp496 assert(Map.find(NameLibcall.first) == Map.end() && in StaticLibcallNameMap()
510 } // end anonymous namespace
888 if (Val == Map.end()) { in getLibcallSignature()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp521 if (BB->getFirstInsertionPt() == BB->end()) in shouldInstrumentBlock()
768 llvm::sort(Initializers.begin() + 2, Initializers.end(), in InjectTraceForSwitch()
932 return "\1section$end$__DATA$__" + Section; in getSectionEnd()
/third_party/skia/third_party/externals/tint/src/transform/
H A Ddecompose_memory_access.cc428 if (lhs_it == accesses.end()) { in TakeAccess()
959 if (access_it == state.accesses.end()) {
/third_party/skia/third_party/externals/icu/source/common/
H A Dushape.cpp460 * at each end of the logical buffer
714 * spaces can be replaced at begin, at end, at near or decrease the
718 * the spaces at end of the buffer (or end of text if the user used
724 * BEGIN will place the space at the end of the buffer.
897 * the spaces will be located at end of buffer.
955 * required space from end of the buffer. If the text type was
1074 * supported, while for LamAlef we can take spaces from begin, end,
1077 * search for a space at end, begin then near, respectively.
1232 /* sets the index to the end o in shapeUnicode()
1508 int end=logical_order?sourceLength:-1; u_shapeArabic() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DMemorySSA.h123 } // end namespace MSSAHelpers
478 /// end of the branch, and if there are not two phi nodes, one will be
564 /// Add an incoming value to the end of the PHI list
788 /// about the beginning or end of a block.
804 return It == PerBlockAccesses.end() ? nullptr : It->second.get(); in getWritableBlockAccesses()
810 return It == PerBlockDefs.end() ? nullptr : It->second.get(); in getWritableBlockDefs()
1107 assert(Access && "Tried to access past the end of our iterator"); in operator *()
1117 assert(Access && "Hit end of iterator"); in operator ++()
1202 "Tried to access past the end of our iterator"); in operator *()
1209 "Tried to access past the end o in operator ++()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h95 } // end namespace LegalizeActions
263 } // end namespace LegalityPredicates
287 } // end namespace LegalizeMutations
986 /// will end up defining getAction({G_ADD, 0, T}) to return the following
1205 AddrSpace2PointerActions[OpcodeIdx].end())
1234 NumElements2Actions[OpcodeIdx].end())
1361 } // end namespace llvm.
/third_party/toybox/toys/posix/
H A Dtar.c148 struct double_list *end = lst; in filter() local
153 while (end != (lst = lst->next)); in filter()
697 // Move seen entry to end of list. in unpack_tar()
900 // Each time a TT.incl entry is seen it's moved to the end of the list, in tar_main()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_bad_pixels.cpp366 fBadPoints.end (), in Sort()
375 fBadRects.end (), in Sort()
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h323 // end of a message until they see an ENDGROUP tag, which was actually part
333 // example, this verifies that parsing did not end on an end-group tag.
353 // it will act like the end of the input has been reached until PopLimit()
511 // way the code could end up accessing it via the standard accessors -- the
539 const uint8* buffer_end_; // pointer to the end of the buffer.
553 // reach the end of a message and attempt to read another tag.
588 // Fallback when Skip() goes past the end of the current buffer.
629 // but will set legitimate_message_end_ if we are at the end of the input
666 // pointed to the end o
[all...]
/third_party/python/Lib/test/
H A Dtest_contextlib.py1119 print("Hello", end=" ", file=getattr(sys, self.orig_stream))
1131 print("Hello", end=" ", file=getattr(sys, self.orig_stream))
/third_party/python/Objects/
H A Dframeobject.c471 unsigned char *end = start + PyBytes_GET_SIZE(code_obj->co_exceptiontable); in mark_stacks() local
473 while (scan < end) { in mark_stacks()
868 /* Don't clear code object until the end */ in frame_dealloc()
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DTextFormat.java850 * method; to indicate the end of a line, call "eol()".
861 * Signifies reaching the "end of the current line" in the output. In single-line mode, this
958 /** Are we at the end of the input? */
987 matcher.region(matcher.end(), matcher.regionEnd()); in nextToken()
1002 matcher.region(matcher.end(), matcher.regionEnd()); in skipWhitespace()
2385 "Invalid escape sequence: '\\' at end of string."); in unescapeBytes()
/third_party/python/Lib/xmlrpc/
H A Dclient.py445 parser.EndElementHandler = target.end
460 parser.Parse(b"", True) # end of data
641 messages (start, data, end). Call close() to get the resulting
695 def end(self, tag): member in Unmarshaller
696 # call the appropriate end tag handler
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dhash.h617 for (const auto end = data + size; data < end; ++data) { in hash_range_or_bytes()
/third_party/skia/gm/
H A Dgradients.cpp804 const SkColor postColor = 0xFF0000FF; // clamp color after end in DEF_SIMPLE_GM()
993 SkScalar start, end; in DEF_SIMPLE_GM() member
1011 angle.start, angle.end, 0, nullptr)); in DEF_SIMPLE_GM()
/third_party/rust/crates/proc-macro2/src/
H A Dwrapper.rs472 pub fn end(&self) -> LineColumn { in end() functions
475 Span::Fallback(s) => s.end(), in end()
/third_party/spirv-tools/test/
H A Dbinary_parse_test.cpp206 MaybeFlipWords(flip_words, flipped_words.begin(), flipped_words.end()); in Parse()
239 MaybeFlipWords(flip_words, flipped_words.begin(), flipped_words.end()); in Parse()
932 // Check several cases for running off the end of input.
/third_party/spirv-tools/test/opt/dominator_tree/
H A Dgenerated.cpp439 DominatorTree::iterator node_end = dom_tree.GetDomTree().end(); in TEST_F()
517 DominatorTree::iterator node_end = tree.end(); in TEST_F()
/third_party/spirv-tools/test/opt/
H A Dtype_manager_test.cpp647 EXPECT_EQ(manager.begin(), manager.end()); in TEST()
663 EXPECT_NE(manager.begin(), manager.end()); in TEST()

Completed in 57 milliseconds

1...<<621622623624625626627628629630>>...765