Searched refs:supportsEfficientVectorElementLoadStore (Results 1 – 6 of 6) sorted by relevance
70 bool supportsEfficientVectorElementLoadStore() { return true; } in supportsEfficientVectorElementLoadStore() function
89 bool supportsEfficientVectorElementLoadStore() { in supportsEfficientVectorElementLoadStore() function
574 bool supportsEfficientVectorElementLoadStore() const;1093 virtual bool supportsEfficientVectorElementLoadStore() = 0;1364 bool supportsEfficientVectorElementLoadStore() override { in supportsEfficientVectorElementLoadStore() function1365 return Impl.supportsEfficientVectorElementLoadStore(); in supportsEfficientVectorElementLoadStore()
306 bool supportsEfficientVectorElementLoadStore() { return false; } in supportsEfficientVectorElementLoadStore() function
254 bool TargetTransformInfo::supportsEfficientVectorElementLoadStore() const { in supportsEfficientVectorElementLoadStore() function in TargetTransformInfo255 return TTIImpl->supportsEfficientVectorElementLoadStore(); in supportsEfficientVectorElementLoadStore()
3036 !TTI.supportsEfficientVectorElementLoadStore())) in getScalarizationOverhead()3048 !TTI.supportsEfficientVectorElementLoadStore()) { in getScalarizationOverhead()