Home
last modified time | relevance | path

Searched refs:readIndex (Results 1 – 4 of 4) 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()
89 readIndex += srcStrides[axis]; in memrefCopy()
100 readIndex -= src.sizes[axis] * srcStrides[axis]; in memrefCopy()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DGlobalModuleIndex.h132 readIndex(llvm::StringRef Path);
/llvm-project-15.0.7/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp253 GlobalModuleIndex::readIndex(StringRef Path) { in readIndex() function in GlobalModuleIndex
H A DASTReader.cpp4177 GlobalModuleIndex::readIndex(ModuleCachePath); in loadGlobalIndex()