| /llvm-project-15.0.7/mlir/lib/Analysis/Presburger/ |
| H A D | PWMAFunction.cpp | 31 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 D | faster-strsplit-delimiter.rst | 20 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 D | MarkLive.cpp | 147 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 D | InputSection.cpp | 1330 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 D | MapFile.cpp | 86 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 D | InputSection.cpp | 275 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 D | dbg-single-piece.ll | 17 ; 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 D | BugReporter.cpp | 383 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 D | else-after-return.rst | 12 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 D | split-global.ll | 21 ; [0x0000000000000008], piece 0x00000004, constu 0x00000002, stack-value, piece 0x00000004
|
| H A D | pieces-1.ll | 20 ; 0x0000000000000006 - 0x0000000000000008: rbp-8, piece 0x8, rax, piece 0x4 )
|
| H A D | stack-value-piece.ll | 39 source_filename = "stack-value-piece.c" 79 !1 = !DIFile(filename: "stack-value-piece.c", directory: "/")
|
| H A D | stack-value-piece-inseltpoison.ll | 39 source_filename = "stack-value-piece.c" 79 !1 = !DIFile(filename: "stack-value-piece.c", directory: "/")
|
| H A D | subreg.ll | 7 ; No need to a piece at offset 0.
|
| H A D | deleted-bit-piece.ll | 3 ; that gets deleted can't have its bit piece expression verified after it's
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | KeepGoingWithLotsOfErrors.mm | 20 +(some_type_t) piece {
|
| /llvm-project-15.0.7/lld/test/ELF/invalid/ |
| H A D | ehframe-broken-relocation.test | 3 # CHECK: .eh_frame: relocation is not in any piece
|
| /llvm-project-15.0.7/lld/wasm/ |
| H A D | InputChunks.cpp | 486 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 D | PathDiagnostic.cpp | 170 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 D | CMakeLists.txt | 61 #currently stdio is fullbuild only, so this matcher that depends on a piece of
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | nullability-notes.m | 26 @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 D | extract_constant_factor_introduces_new_parameter.ll | 6 ; 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 D | PWMAFunction.h | 146 void addPiece(const MultiAffineFunction &piece);
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | ppc32-selectcc-i64.ll | 4 ; This piece of IR is expanded from memcmp.
|
| /llvm-project-15.0.7/clang/include/clang/Rewrite/Core/ |
| H A D | RewriteRope.h | 130 llvm::StringRef piece() const { in piece() function
|