Home
last modified time | relevance | path

Searched defs:Chunk (Results 1 – 25 of 49) sorted by relevance

12

/llvm-project/clang-tools-extra/clangd/support/
H A DMarkup.h61 struct Chunk { struct
75 std::vector<Chunk> Chunks; argument
/llvm-project/llvm/tools/llvm-reduce/deltas/
H A DDelta.h28 struct Chunk { struct
32 /// Helper function to verify if a given Target-index is inside the Chunk argument
43 friend bool operator!=(const Chunk &C1, const Chunk &C2) { argument
/llvm-project/clang-tools-extra/clangd/index/dex/
H A DPostingList.h42 struct Chunk { struct
48 /// The first element of decompressed Chunk. argument
53 static_assert(sizeof(Chunk) == 32, "Chunk should take 32 bytes of memory."); argument
/llvm-project/clang-tools-extra/clangd/
H A DRIFF.h50 struct Chunk { struct
54 inline bool operator==(const Chunk &L, const Chunk &R) { argument
H A DCodeCompletionStrings.cpp24 bool isInformativeQualifierChunk(CodeCompletionString::Chunk const &Chunk) { in isInformativeQualifierChunk()
145 for (const auto &Chunk : CCS) { in getSignature() local
313 for (const auto &Chunk : CCS) in getReturnType() local
H A DRIFF.cpp59 if (auto Chunk = readChunk(Body)) { in readFile() local
/llvm-project/llvm/include/llvm/Support/
H A DDebugCounter.h58 struct Chunk { struct
65 static void printChunks(raw_ostream &OS, ArrayRef<Chunk>); argument
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandImm.cpp30 static bool canUseOrr(uint64_t Chunk, uint64_t &Encoding) { in canUseOrr()
54 for (const auto &Chunk : Counts) { in tryToreplicateChunks() local
106 static bool isStartChunk(uint64_t Chunk) { in isStartChunk()
116 static bool isEndChunk(uint64_t Chunk) { in isEndChunk()
159 int64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes() local
193 const uint64_t Chunk = getChunk(UImm, Idx); in trySequenceOfOnes() local
542 const unsigned Chunk = (Imm >> Shift) & Mask; in expandMOVImm() local
/llvm-project/clang/unittests/Format/
H A DMacroCallReconstructorTest.cpp92 Chunk(ArrayRef<FormatToken *> Tokens) : Tokens(Tokens) {} in Chunk() argument
167 for (const Chunk &Chunk : Chunks) { in line() local
89 struct Chunk { global() struct
90 Chunkclang::format::__anon59adf30c0111::Chunk Chunk() argument
94 Tokensclang::format::__anon59adf30c0111::Chunk global() argument
95 Childrenclang::format::__anon59adf30c0111::Chunk global() argument
[all...]
/llvm-project/lld/COFF/
H A DSymbolTable.h25 class Chunk; global() variable
H A DInputFiles.h53 class Chunk; global() variable
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/
H A DDirectiveTree.h
/llvm-project/llvm/tools/reduce-chunk-list/
H A Dreduce-chunk-list.cpp27 using Chunk = DebugCounter::Chunk; typedef
/llvm-project/clang/lib/AST/Interp/
H A DInterpStack.h
/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h530 struct Chunk { global() struct
533 KindChunk global() argument
548 ChunkChunk Chunk() argument
[all...]
/llvm-project/lldb/unittests/TestingSupport/Host/
H A DNativeProcessTestUtils.h140 llvm::Expected<size_t> Write(addr_t Addr, llvm::ArrayRef<uint8_t> Chunk) { in Write() argument
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h209 struct Chunk { struct
247 Chunk(ChunkKind K, bool Implicit) : Kind(K), IsImplicit(Implicit) {} in Chunk() argument
265 Section(ChunkKind Kind, bool IsImplicit = false) : Chunk(Kind, IsImplicit) {} in Chunk() function
210 ChunkKindChunk global() argument
239 KindChunk global() argument
[all...]
/llvm-project/llvm/lib/Support/
H A DBinaryStreamWriter.cpp73 ArrayRef<uint8_t> Chunk; in writeStreamRef() local
/llvm-project/clang-tools-extra/pseudo/unittests/
H A DDirectiveTreeTest.cpp
/llvm-project/llvm/lib/Debuginfod/
H A DHTTPServer.cpp103 StringRef Chunk = Response.Provider(Offset, Length); in setResponse() local
/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h919 llvm::Value *Chunk = nullptr; global() member
979 llvm::Value *Chunk = nullptr; global() member
1533 getDefaultDistScheduleAndChunk(CodeGenFunction & CGF,const OMPLoopDirective & S,OpenMPDistScheduleClauseKind & ScheduleKind,llvm::Value * & Chunk) getDefaultDistScheduleAndChunk() argument
[all...]
/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMatInt.cpp512 APInt Chunk = Val.ashr(ShiftVal).sextOrTrunc(PlatRegSize); in getIntMatCost() local
/llvm-project/clang-tools-extra/pseudo/lib/
H A DDirectiveTree.cpp
/llvm-project/clang-tools-extra/pseudo/lib/grammar/
H A DGrammarBNF.cpp
/llvm-project/llvm/lib/DebugInfo/MSF/
H A DMappedBlockStream.cpp401 const uint8_t *Chunk = Buffer.data() + BytesWritten; in writeBytes() local

12