Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h328 virtual bool shouldPrefetchAddressSpace(unsigned AS) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.h280 bool shouldPrefetchAddressSpace(unsigned AS) const override;
H A DAMDGPUTargetTransformInfo.cpp1479 bool GCNTTIImpl::shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function in GCNTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp407 bool MCSubtargetInfo::shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function in MCSubtargetInfo
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp340 if (!TTI->shouldPrefetchAddressSpace(PtrAddrSpace)) in runOnLoop()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp867 bool TargetTransformInfo::shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function in TargetTransformInfo
868 return TTIImpl->shouldPrefetchAddressSpace(AS); in shouldPrefetchAddressSpace()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1323 LLVM_ABI bool shouldPrefetchAddressSpace(unsigned AS) const;
H A DTargetTransformInfoImpl.h653 virtual bool shouldPrefetchAddressSpace(unsigned AS) const { return !AS; } in shouldPrefetchAddressSpace() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h849 virtual bool shouldPrefetchAddressSpace(unsigned AS) const override { in shouldPrefetchAddressSpace() function
850 return getST()->shouldPrefetchAddressSpace(AS); in shouldPrefetchAddressSpace()