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/
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/
DDiagnostics.cpp145 std::pair<StringRef, StringRef> Pieces = FormatString.split("$"); in formatErrorString() local
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DSarifDiagnostics.cpp132 const PathPieces &Pieces = Diag->path.flatten(false); in createThreadFlows() local
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/
Dllvm-exegesis.cpp299 SmallVector<StringRef, 2> Pieces; in getOpcodesOrDie() local
/openbsd/src/gnu/llvm/clang/lib/Rewrite/
DRewriteRope.cpp141 RopePiece Pieces[2*WidthFactor]; member in __anon6de2c25f0111::RopePieceBTreeLeaf
/openbsd/src/gnu/llvm/clang/lib/AST/
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/
DSemaStmtAsm.cpp502 SmallVector<GCCAsmStmt::AsmStringPiece, 8> Pieces; in ActOnGCCAsmStmt() local
/openbsd/src/gnu/llvm/clang/utils/TableGen/
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/
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/
DCIndex.cpp3608 RefNamePieces Pieces; in buildPieces() local
6985 RefNamePieces Pieces; in clang_getCursorReferenceNameRange() local
/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp109 unsigned Pieces = (Size + 63) / 64; in fewerEltsToSize64Vector() local
DSIISelLowering.cpp5926 SmallVector<SDValue, 4> Pieces; in lowerVECTOR_SHUFFLE() local
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86ISelLowering.cpp56731 static bool matchAsm(StringRef S, ArrayRef<const char *> Pieces) { in matchAsm()