Home
last modified time | relevance | path

Searched refs:ForcedScalars (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1677 DenseMap<ElementCount, SmallPtrSet<Instruction *, 4>> ForcedScalars; member in llvm::LoopVectorizationCostModel
3217 auto ForcedScalar = ForcedScalars.find(VF); in collectLoopScalars()
3218 if (ForcedScalar != ForcedScalars.end()) in collectLoopScalars()
6154 ForcedScalars[VF].insert(I); in setCostBasedWideningDecision()
6332 auto ForcedScalar = ForcedScalars.find(VF); in getInstructionCost()
6333 if (VF.isVector() && ForcedScalar != ForcedScalars.end()) { in getInstructionCost()