Home
last modified time | relevance | path

Searched defs:enableWritePrefetching (Results 1 – 6 of 6) 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/lib/MC/
H A DMCSubtargetInfo.cpp371 bool MCSubtargetInfo::enableWritePrefetching() const { in enableWritePrefetching() function in MCSubtargetInfo
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h543 bool enableWritePrefetching() const { return false; } in enableWritePrefetching() function
H A DTargetTransformInfo.h2660 bool enableWritePrefetching() const override { in enableWritePrefetching() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h744 virtual bool enableWritePrefetching() const { in enableWritePrefetching() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp824 bool TargetTransformInfo::enableWritePrefetching() const { in enableWritePrefetching() function in TargetTransformInfo