Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h76 bool enableWritePrefetching() const override { return true; } in enableWritePrefetching() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h275 virtual bool enableWritePrefetching() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp359 bool MCSubtargetInfo::enableWritePrefetching() const { in enableWritePrefetching() function in MCSubtargetInfo
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp105 return TTI->enableWritePrefetching(); in doPrefetchWrites()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h986 bool enableWritePrefetching() const;
1598 virtual bool enableWritePrefetching() const = 0;
2066 bool enableWritePrefetching() const override { in enableWritePrefetching() function
2067 return Impl.enableWritePrefetching(); in enableWritePrefetching()
H A DTargetTransformInfoImpl.h444 bool enableWritePrefetching() const { return false; } in enableWritePrefetching() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp646 bool TargetTransformInfo::enableWritePrefetching() const { in enableWritePrefetching() function in TargetTransformInfo
647 return TTIImpl->enableWritePrefetching(); in enableWritePrefetching()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h642 virtual bool enableWritePrefetching() const { in enableWritePrefetching() function
643 return getST()->enableWritePrefetching(); in enableWritePrefetching()