Home
last modified time | relevance | path

Searched refs:enableWritePrefetching (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h80 bool enableWritePrefetching() const override { return true; } in enableWritePrefetching() function
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h314 virtual bool enableWritePrefetching() const;
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp371 bool MCSubtargetInfo::enableWritePrefetching() const { in enableWritePrefetching() function in MCSubtargetInfo
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp103 return TTI->enableWritePrefetching(); in doPrefetchWrites()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1252 bool enableWritePrefetching() const;
2029 virtual bool enableWritePrefetching() const = 0;
2660 bool enableWritePrefetching() const override { in enableWritePrefetching() function
2661 return Impl.enableWritePrefetching(); in enableWritePrefetching()
H A DTargetTransformInfoImpl.h543 bool enableWritePrefetching() const { return false; } in enableWritePrefetching() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp824 bool TargetTransformInfo::enableWritePrefetching() const { in enableWritePrefetching() function in TargetTransformInfo
825 return TTIImpl->enableWritePrefetching(); in enableWritePrefetching()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h744 virtual bool enableWritePrefetching() const { in enableWritePrefetching() function
745 return getST()->enableWritePrefetching(); in enableWritePrefetching()