Searched refs:shouldPrefetchAddressSpace (Results 1 – 7 of 7) sorted by relevance
287 virtual bool shouldPrefetchAddressSpace(unsigned AS) const;
372 bool MCSubtargetInfo::shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function in MCSubtargetInfo
341 if (!TTI->shouldPrefetchAddressSpace(PtrAddrSpace)) in runOnLoop()
1075 bool shouldPrefetchAddressSpace(unsigned AS) const;1767 virtual bool shouldPrefetchAddressSpace(unsigned AS) const = 0;2324 bool shouldPrefetchAddressSpace(unsigned AS) const override { in shouldPrefetchAddressSpace() function2325 return Impl.shouldPrefetchAddressSpace(AS); in shouldPrefetchAddressSpace()
492 bool shouldPrefetchAddressSpace(unsigned AS) const { return !AS; } in shouldPrefetchAddressSpace() function
727 bool TargetTransformInfo::shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function in TargetTransformInfo728 return TTIImpl->shouldPrefetchAddressSpace(AS); in shouldPrefetchAddressSpace()
701 virtual bool shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function702 return getST()->shouldPrefetchAddressSpace(AS); in shouldPrefetchAddressSpace()