Home
last modified time | relevance | path

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