Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchTargetTransformInfo.h54 bool enableWritePrefetching() const override;
H A DLoongArchTargetTransformInfo.cpp96 bool LoongArchTTIImpl::enableWritePrefetching() const { return true; } in enableWritePrefetching() function in LoongArchTTIImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h317 virtual bool enableWritePrefetching() const;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.h83 bool enableWritePrefetching() const override { return true; } in enableWritePrefetching() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h361 bool enableWritePrefetching() const override { return true; } in enableWritePrefetching() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp396 bool MCSubtargetInfo::enableWritePrefetching() const { in enableWritePrefetching() function in MCSubtargetInfo
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp102 return TTI->enableWritePrefetching(); in doPrefetchWrites()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp863 bool TargetTransformInfo::enableWritePrefetching() const { in enableWritePrefetching() function in TargetTransformInfo
864 return TTIImpl->enableWritePrefetching(); in enableWritePrefetching()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1320 LLVM_ABI bool enableWritePrefetching() const;
H A DTargetTransformInfoImpl.h652 virtual bool enableWritePrefetching() const { return false; } in enableWritePrefetching() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h845 virtual bool enableWritePrefetching() const override { in enableWritePrefetching() function
846 return getST()->enableWritePrefetching(); in enableWritePrefetching()