Searched refs:canVectorize (Results 1 – 7 of 7) sorted by relevance
211 const LegalityResult &LegalityAnalysis::canVectorize(ArrayRef<Value *> Bndl, in canVectorize() function in llvm::sandboxir::LegalityAnalysis
283 bool canVectorize(bool UseVPlanNativePath);
351 LLVM_ABI const LegalityResult &canVectorize(ArrayRef<Value *> Bndl,
1326 static bool canVectorize(const CharMatrix &DepMatrix, unsigned LoopId) { in canVectorize() function1340 if (!canVectorize(DepMatrix, OuterLoopId)) in isProfitableForVectorization()1345 if (!canVectorize(DepMatrix, InnerLoopId)) in isProfitableForVectorization()
288 : Legality.canVectorize(Bndl); in vectorizeRec()
1796 bool LoopVectorizationLegality::canVectorize(bool UseVPlanNativePath) { in canVectorize() function in llvm::LoopVectorizationLegality
9951 if (!LVL.canVectorize(EnableVPlanNativePath)) { in processLoop()