Searched refs:supportsEfficientVectorElementLoadStore (Results 1 – 6 of 6) sorted by relevance
69 bool supportsEfficientVectorElementLoadStore() { return true; } in supportsEfficientVectorElementLoadStore() function
88 bool supportsEfficientVectorElementLoadStore() { in supportsEfficientVectorElementLoadStore() function
676 bool supportsEfficientVectorElementLoadStore() const;1262 virtual bool supportsEfficientVectorElementLoadStore() = 0;1597 bool supportsEfficientVectorElementLoadStore() override { in supportsEfficientVectorElementLoadStore() function1598 return Impl.supportsEfficientVectorElementLoadStore(); in supportsEfficientVectorElementLoadStore()
324 bool supportsEfficientVectorElementLoadStore() { return false; } in supportsEfficientVectorElementLoadStore() function
400 bool TargetTransformInfo::supportsEfficientVectorElementLoadStore() const { in supportsEfficientVectorElementLoadStore() function in TargetTransformInfo401 return TTIImpl->supportsEfficientVectorElementLoadStore(); in supportsEfficientVectorElementLoadStore()
5979 (!isa<LoadInst>(I) || !TTI.supportsEfficientVectorElementLoadStore())) in getScalarizationOverhead()5987 if (isa<StoreInst>(I) && TTI.supportsEfficientVectorElementLoadStore()) in getScalarizationOverhead()