Searched refs:shouldPrefetchAddressSpace (Results 1 – 9 of 9) sorted by relevance
328 virtual bool shouldPrefetchAddressSpace(unsigned AS) const;
280 bool shouldPrefetchAddressSpace(unsigned AS) const override;
1479 bool GCNTTIImpl::shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function in GCNTTIImpl
407 bool MCSubtargetInfo::shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function in MCSubtargetInfo
340 if (!TTI->shouldPrefetchAddressSpace(PtrAddrSpace)) in runOnLoop()
867 bool TargetTransformInfo::shouldPrefetchAddressSpace(unsigned AS) const { in shouldPrefetchAddressSpace() function in TargetTransformInfo868 return TTIImpl->shouldPrefetchAddressSpace(AS); in shouldPrefetchAddressSpace()
1323 LLVM_ABI bool shouldPrefetchAddressSpace(unsigned AS) const;
653 virtual bool shouldPrefetchAddressSpace(unsigned AS) const { return !AS; } in shouldPrefetchAddressSpace() function
849 virtual bool shouldPrefetchAddressSpace(unsigned AS) const override { in shouldPrefetchAddressSpace() function850 return getST()->shouldPrefetchAddressSpace(AS); in shouldPrefetchAddressSpace()