Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp7441 InstructionCost GatherScatterCost = in setCostBasedWideningDecision() local
7453 if (InterleaveCost <= GatherScatterCost && in setCostBasedWideningDecision()
7457 } else if (GatherScatterCost < ScalarizationCost) { in setCostBasedWideningDecision()
7459 Cost = GatherScatterCost; in setCostBasedWideningDecision()