| /llvm-project-15.0.7/mlir/lib/ExecutionEngine/ |
| H A D | CRunnerUtils.cpp | 81 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 D | SparseTensorUtils.cpp | 634 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 D | BitcodeWriter.h | 103 void writeIndex(
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | GlobalModuleIndex.h | 183 static llvm::Error writeIndex(FileManager &FileMgr,
|
| /llvm-project-15.0.7/llvm/include/llvm/DWP/ |
| H A D | DWP.h | 91 void writeIndex(MCStreamer &Out, MCSection *Section,
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 464 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 D | DWP.cpp | 408 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 D | CompilerInstance.cpp | 2209 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex() 2243 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in loadGlobalModuleIndex()
|
| H A D | FrontendAction.cpp | 1046 if (llvm::Error Err = GlobalModuleIndex::writeIndex( in Execute()
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 1526 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 D | BitcodeWriter.cpp | 4680 void BitcodeWriter::writeIndex( in writeIndex() function in BitcodeWriter 4741 Writer.writeIndex(&Index, ModuleToSummariesForIndex); in writeIndexToFile()
|