Searched refs:shouldPrefetchAddressSpace (Results 1 – 9 of 9) sorted by relevance
325 virtual bool shouldPrefetchAddressSpace(unsigned AS) const;
267 bool shouldPrefetchAddressSpace(unsigned AS) const override;
1365 bool GCNTTIImpl::shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function in GCNTTIImpl
382 bool MCSubtargetInfo::shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function in MCSubtargetInfo
341 if (!TTI->shouldPrefetchAddressSpace(PtrAddrSpace)) in runOnLoop()
1255 bool shouldPrefetchAddressSpace(unsigned AS) const;2032 virtual bool shouldPrefetchAddressSpace(unsigned AS) const = 0;2665 bool shouldPrefetchAddressSpace(unsigned AS) const override { in shouldPrefetchAddressSpace() function2666 return Impl.shouldPrefetchAddressSpace(AS); in shouldPrefetchAddressSpace()
544 bool shouldPrefetchAddressSpace(unsigned AS) const { return !AS; } in shouldPrefetchAddressSpace() function
828 bool TargetTransformInfo::shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function in TargetTransformInfo829 return TTIImpl->shouldPrefetchAddressSpace(AS); in shouldPrefetchAddressSpace()
748 virtual bool shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function749 return getST()->shouldPrefetchAddressSpace(AS); in shouldPrefetchAddressSpace()