Home
last modified time | relevance | path

Searched refs:shouldPrefetchAddressSpace (Results 1 – 9 of 9) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/MC/
HDMCSubtargetInfo.h325 virtual bool shouldPrefetchAddressSpace(unsigned AS) const;
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPUTargetTransformInfo.h267 bool shouldPrefetchAddressSpace(unsigned AS) const override;
HDAMDGPUTargetTransformInfo.cpp1365 bool GCNTTIImpl::shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function in GCNTTIImpl
/freebsd-head/contrib/llvm-project/llvm/lib/MC/
HDMCSubtargetInfo.cpp382 bool MCSubtargetInfo::shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function in MCSubtargetInfo
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDLoopDataPrefetch.cpp341 if (!TTI->shouldPrefetchAddressSpace(PtrAddrSpace)) in runOnLoop()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/Analysis/
HDTargetTransformInfo.h1255 bool shouldPrefetchAddressSpace(unsigned AS) const;
2032 virtual bool shouldPrefetchAddressSpace(unsigned AS) const = 0;
2665 bool shouldPrefetchAddressSpace(unsigned AS) const override { in shouldPrefetchAddressSpace() function
2666 return Impl.shouldPrefetchAddressSpace(AS); in shouldPrefetchAddressSpace()
HDTargetTransformInfoImpl.h544 bool shouldPrefetchAddressSpace(unsigned AS) const { return !AS; } in shouldPrefetchAddressSpace() function
/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDTargetTransformInfo.cpp828 bool TargetTransformInfo::shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function in TargetTransformInfo
829 return TTIImpl->shouldPrefetchAddressSpace(AS); in shouldPrefetchAddressSpace()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDBasicTTIImpl.h748 virtual bool shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function
749 return getST()->shouldPrefetchAddressSpace(AS); in shouldPrefetchAddressSpace()