Home
last modified time | relevance | path

Searched refs:writeIndex (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DCRunnerUtils.cpp81 int64_t readIndex = 0, writeIndex = 0; in memrefCopy() local
84 memcpy(dstPtr + writeIndex, srcPtr + readIndex, elemSize); in memrefCopy()
90 writeIndex += dstStrides[axis]; in memrefCopy()
101 writeIndex -= dst.sizes[axis] * dstStrides[axis]; in memrefCopy()
H A DSparseTensorUtils.cpp634 void writeIndex(uint64_t d, uint64_t pos, uint64_t i) { in writeIndex() function in __anon2f09016c0111::SparseTensorStorage
1067 writeIndex(r, currentPos, ind[r]); in SparseTensorStorage()
/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeWriter.h103 void writeIndex(
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h183 static llvm::Error writeIndex(FileManager &FileMgr,
/llvm-project-15.0.7/llvm/include/llvm/DWP/
H A DDWP.h91 void writeIndex(MCStreamer &Out, MCSection *Section,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp464 bool writeIndex(llvm::BitstreamWriter &Stream);
758 bool GlobalModuleIndexBuilder::writeIndex(llvm::BitstreamWriter &Stream) { in writeIndex() function in GlobalModuleIndexBuilder
852 GlobalModuleIndex::writeIndex(FileManager &FileMgr, in writeIndex() function in GlobalModuleIndex
911 if (Builder.writeIndex(OutputStream)) in writeIndex()
/llvm-project-15.0.7/llvm/lib/DWP/
H A DDWP.cpp408 void writeIndex(MCStreamer &Out, MCSection *Section, in writeIndex() function
807 writeIndex(Out, MCOFI.getDwarfTUIndexSection(), ContributionOffsets, in write()
818 writeIndex(Out, MCOFI.getDwarfCUIndexSection(), ContributionOffsets, in write()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInstance.cpp2209 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex()
2243 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex()
H A DFrontendAction.cpp1046 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in Execute()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1526 writeIndex(*Streamer.get(), MCOFI.getDwarfTUIndexSection(), in writeDWP()
1536 writeIndex(*Streamer.get(), MCOFI.getDwarfCUIndexSection(), in writeDWP()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4680 void BitcodeWriter::writeIndex( in writeIndex() function in BitcodeWriter
4741 Writer.writeIndex(&Index, ModuleToSummariesForIndex); in writeIndexToFile()