Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h80 bool enableWritePrefetching() const override { return true; } in enableWritePrefetching() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h286 virtual bool enableWritePrefetching() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp361 bool MCSubtargetInfo::enableWritePrefetching() const { in enableWritePrefetching() function in MCSubtargetInfo
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp103 return TTI->enableWritePrefetching(); in doPrefetchWrites()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1218 bool enableWritePrefetching() const;
1960 virtual bool enableWritePrefetching() const = 0;
2566 bool enableWritePrefetching() const override { in enableWritePrefetching() function
2567 return Impl.enableWritePrefetching(); in enableWritePrefetching()
H A DTargetTransformInfoImpl.h522 bool enableWritePrefetching() const { return false; } in enableWritePrefetching() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp794 bool TargetTransformInfo::enableWritePrefetching() const { in enableWritePrefetching() function in TargetTransformInfo
795 return TTIImpl->enableWritePrefetching(); in enableWritePrefetching()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h731 virtual bool enableWritePrefetching() const { in enableWritePrefetching() function
732 return getST()->enableWritePrefetching(); in enableWritePrefetching()