Searched refs:shouldPrefetchAddressSpace (Results 1 – 9 of 9) sorted by relevance
297 virtual bool shouldPrefetchAddressSpace(unsigned AS) const;
266 bool shouldPrefetchAddressSpace(unsigned AS) const override;
1353 bool GCNTTIImpl::shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function in GCNTTIImpl
372 bool MCSubtargetInfo::shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function in MCSubtargetInfo
341 if (!TTI->shouldPrefetchAddressSpace(PtrAddrSpace)) in runOnLoop()
1221 bool shouldPrefetchAddressSpace(unsigned AS) const;1963 virtual bool shouldPrefetchAddressSpace(unsigned AS) const = 0;2571 bool shouldPrefetchAddressSpace(unsigned AS) const override { in shouldPrefetchAddressSpace() function2572 return Impl.shouldPrefetchAddressSpace(AS); in shouldPrefetchAddressSpace()
523 bool shouldPrefetchAddressSpace(unsigned AS) const { return !AS; } in shouldPrefetchAddressSpace() function
798 bool TargetTransformInfo::shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function in TargetTransformInfo799 return TTIImpl->shouldPrefetchAddressSpace(AS); in shouldPrefetchAddressSpace()
735 virtual bool shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function736 return getST()->shouldPrefetchAddressSpace(AS); in shouldPrefetchAddressSpace()