Home
last modified time | relevance | path

Searched refs:bufSize (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/
H A DTransport.cpp268 static constexpr int bufSize = 128; in readLine() local
272 out.resize_for_overwrite(size + bufSize); in readLine()
273 if (!std::fgets(&out[size], bufSize, in)) in readLine()
/llvm-project-15.0.7/lld/ELF/
H A DInputFiles.cpp82 size_t bufSize = mb.getBuffer().size(); in getELFKind() local
83 if ((size == ELFCLASS32 && bufSize < sizeof(Elf32_Ehdr)) || in getELFKind()
84 (size == ELFCLASS64 && bufSize < sizeof(Elf64_Ehdr))) in getELFKind()
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Transforms/
H A DLoopFusion.cpp945 uint64_t bufSize = in createPrivateMemRef() local
948 if (bufSize <= localBufSizeThreshold && fastMemorySpace.has_value()) { in createPrivateMemRef()