Home
last modified time | relevance | path

Searched refs:piece (Results 1 – 25 of 98) sorted by relevance

1234

/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DPWMAFunction.cpp31 for (const MultiAffineFunction &piece : pieces) in getDomain() local
32 domain.unionInPlace(piece.getDomain()); in getDomain()
69 for (const MultiAffineFunction &piece : pieces) in valueAt() local
113 for (MultiAffineFunction &piece : pieces) in truncateOutput()
114 piece.truncateOutput(count); in truncateOutput()
198 void PWMAFunction::addPiece(const MultiAffineFunction &piece) { in addPiece() argument
199 assert(space.isCompatible(piece.getDomainSpace()) && in addPiece()
203 .intersect(PresburgerSet(piece.getDomain())) in addPiece()
206 pieces.push_back(piece); in addPiece()
221 for (const MultiAffineFunction &piece : pieces) in print() local
[all …]
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/abseil/
H A Dfaster-strsplit-delimiter.rst20 for (auto piece : absl::StrSplit(str, "B")) {
24 for (auto piece : absl::StrSplit(str, 'B')) {
28 for (auto piece : absl::StrSplit(str, absl::ByAnyChar("B"))) {
33 for (auto piece : absl::StrSplit(str, 'B')) {
37 for (auto piece : absl::StrSplit(str, absl::MaxSplits("B", 1))) {
41 for (auto piece : absl::StrSplit(str, absl::MaxSplits('B', 1))) {
/llvm-project-15.0.7/lld/ELF/
H A DMarkLive.cpp147 EhSectionPiece &piece = eh.pieces[i]; in scanEhFrameSection() local
148 size_t firstRelI = piece.firstRelocation; in scanEhFrameSection()
152 if (read32<ELFT::TargetEndianness>(piece.data().data() + 4) == 0) { in scanEhFrameSection()
159 uint64_t pieceEnd = piece.inputOff + piece.size; in scanEhFrameSection()
H A DInputSection.cpp1330 const EhSectionPiece &piece = partition_point( in getParentOffset() local
1332 if (piece.outputOff == -1) // invalid piece in getParentOffset()
1333 return offset - piece.inputOff; in getParentOffset()
1334 return piece.outputOff + (offset - piece.inputOff); in getParentOffset()
1422 const SectionPiece &piece = getSectionPiece(offset); in getParentOffset() local
1423 return piece.outputOff + (offset - piece.inputOff); in getParentOffset()
/llvm-project-15.0.7/lld/MachO/
H A DMapFile.cpp86 const StringPiece &piece = isec->getStringPiece(sym->value); in getSymbolStrings() local
88 sym->value == piece.inSecOff && in getSymbolStrings()
90 StringRef str = isec->getStringRef(&piece - &(*isec->pieces.begin())); in getSymbolStrings()
H A DInputSection.cpp275 const StringPiece &piece = getStringPiece(off); in getOffset() local
276 uint64_t addend = off - piece.inSecOff; in getOffset()
277 return piece.outSecOff + addend; in getOffset()
/llvm-project-15.0.7/llvm/test/Transforms/SROA/
H A Ddbg-single-piece.ll17 ; Checks that SROA still inserts a bit_piece expression, even if it produces only one piece
18 ; (as long as that piece is smaller than the whole thing)
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp383 auto piece = std::move(path.front()); in removeRedundantMsgs() local
386 switch (piece->getKind()) { in removeRedundantMsgs()
405 piece = std::move(pieceToKeep == event ? piece : path.front()); in removeRedundantMsgs()
417 path.push_back(std::move(piece)); in removeRedundantMsgs()
434 auto piece = std::move(pieces.front()); in removeUnneededCalls() local
437 switch (piece->getKind()) { in removeUnneededCalls()
470 pieces.push_back(std::move(piece)); in removeUnneededCalls()
2686 const auto &piece = *I; in CompactMacroExpandedPieces() local
2704 Pieces.push_back(piece); in CompactMacroExpandedPieces()
3092 piece->addRange(Range); in FlushReport()
[all …]
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Delse-after-return.rst12 The following piece of code illustrates how the check works. This piece of code:
/llvm-project-15.0.7/llvm/test/DebugInfo/X86/
H A Dsplit-global.ll21 ; [0x0000000000000008], piece 0x00000004, constu 0x00000002, stack-value, piece 0x00000004
H A Dpieces-1.ll20 ; 0x0000000000000006 - 0x0000000000000008: rbp-8, piece 0x8, rax, piece 0x4 )
H A Dstack-value-piece.ll39 source_filename = "stack-value-piece.c"
79 !1 = !DIFile(filename: "stack-value-piece.c", directory: "/")
H A Dstack-value-piece-inseltpoison.ll39 source_filename = "stack-value-piece.c"
79 !1 = !DIFile(filename: "stack-value-piece.c", directory: "/")
H A Dsubreg.ll7 ; No need to a piece at offset 0.
H A Ddeleted-bit-piece.ll3 ; that gets deleted can't have its bit piece expression verified after it's
/llvm-project-15.0.7/clang/test/Index/
H A DKeepGoingWithLotsOfErrors.mm20 +(some_type_t) piece {
/llvm-project-15.0.7/lld/test/ELF/invalid/
H A Dehframe-broken-relocation.test3 # CHECK: .eh_frame: relocation is not in any piece
/llvm-project-15.0.7/lld/wasm/
H A DInputChunks.cpp486 const SectionPiece *piece = getSectionPiece(offset); in getParentOffset() local
487 uint64_t addend = offset - piece->inputOff; in getParentOffset()
488 return piece->outputOff + addend; in getParentOffset()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DPathDiagnostic.cpp170 const PathDiagnosticPiece *piece = I.get(); in HandlePathDiagnostic() local
171 FullSourceLoc L = piece->getLocation().asLocation().getExpansionLoc(); in HandlePathDiagnostic()
181 ArrayRef<SourceRange> Ranges = piece->getRanges(); in HandlePathDiagnostic()
195 if (const auto *call = dyn_cast<PathDiagnosticCallPiece>(piece)) in HandlePathDiagnostic()
197 else if (const auto *macro = dyn_cast<PathDiagnosticMacroPiece>(piece)) in HandlePathDiagnostic()
1067 const PathDiagnosticPiece *piece = I.get(); in compute_path_size() local
1068 if (const auto *cp = dyn_cast<PathDiagnosticCallPiece>(piece)) in compute_path_size()
/llvm-project-15.0.7/libc/utils/UnitTest/
H A DCMakeLists.txt61 #currently stdio is fullbuild only, so this matcher that depends on a piece of
/llvm-project-15.0.7/clang/test/Analysis/
H A Dnullability-notes.m26 @property(copy, nullable) NSObject *x; // plist check ensures no control flow piece from here to 's…
/llvm-project-15.0.7/polly/test/ScopInfo/
H A Dextract_constant_factor_introduces_new_parameter.ll6 ; Verify that -polly-scops does not crash. At some point this piece of
/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DPWMAFunction.h146 void addPiece(const MultiAffineFunction &piece);
/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dppc32-selectcc-i64.ll4 ; This piece of IR is expanded from memcmp.
/llvm-project-15.0.7/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h130 llvm::StringRef piece() const { in piece() function

1234