Home
last modified time | relevance | path

Searched defs:Pieces (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkResult.cpp48 SmallVector<StringRef, 16> Pieces; in deserializeMCInst() local
241 SmallVector<StringRef, 2> Pieces; in input() local
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp145 std::pair<StringRef, StringRef> Pieces = FormatString.split("$"); in formatErrorString() local
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSarifDiagnostics.cpp132 const PathPieces &Pieces = Diag->path.flatten(false); in createThreadFlows() local
H A DBugReporter.cpp495 adjustCallLocations(PathPieces &Pieces, in adjustCallLocations()
528 static void removeEdgesToDefaultInitializers(PathPieces &Pieces) { in removeEdgesToDefaultInitializers()
562 static void removePiecesWithInvalidLocations(PathPieces &Pieces) { in removePiecesWithInvalidLocations()
2682 PiecesTy Pieces; in CompactMacroExpandedPieces() local
3096 PathPieces &Pieces = PD->getMutablePieces(); in FlushReport() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/
H A Dllvm-exegesis.cpp299 SmallVector<StringRef, 2> Pieces; in getOpcodesOrDie() local
/openbsd-src/gnu/llvm/clang/lib/Rewrite/
H A DRewriteRope.cpp141 RopePiece Pieces[2*WidthFactor]; member in __anonf5e4cb7a0111::RopePieceBTreeLeaf
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmt.cpp601 unsigned GCCAsmStmt::AnalyzeAsmString(SmallVectorImpl<AsmStringPiece>&Pieces, in AnalyzeAsmString()
787 SmallVector<GCCAsmStmt::AsmStringPiece, 4> Pieces; in generateAsmString() local
807 SmallVector<StringRef, 8> Pieces; in generateAsmString() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaStmtAsm.cpp502 SmallVector<GCCAsmStmt::AsmStringPiece, 8> Pieces; in ActOnGCCAsmStmt() local
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangDiagnosticsEmitter.cpp499 std::vector<Piece *> Pieces; member
823 std::vector<std::pair<Piece *, ModifierMappingsType>> Pieces; in VisitMulti() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp237 ArrayRef<Register> Pieces(&Elts[Offset], NumElts); in extractVectorParts() local
246 ArrayRef<Register> Pieces(&Elts[Offset], LeftoverNumElts); in extractVectorParts() local
2626 static void getUnmergePieces(SmallVectorImpl<Register> &Pieces, in getUnmergePieces()
3915 ArrayRef<Register> Pieces(&Elts[Offset], NumNarrowTyElts); in fewerElementsVectorMerge() local
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp3608 RefNamePieces Pieces; in buildPieces() local
6985 RefNamePieces Pieces; in clang_getCursorReferenceNameRange() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp109 unsigned Pieces = (Size + 63) / 64; in fewerEltsToSize64Vector() local
H A DSIISelLowering.cpp5926 SmallVector<SDValue, 4> Pieces; in lowerVECTOR_SHUFFLE() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp56731 static bool matchAsm(StringRef S, ArrayRef<const char *> Pieces) { in matchAsm()