Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1396 CM_GatherScatter, enumerator
1434 return CM_GatherScatter; in getWideningDecision()
2902 Decision == LoopVectorizationCostModel::CM_GatherScatter) && in vectorizeMemoryInstruction()
2916 (Decision == LoopVectorizationCostModel::CM_GatherScatter); in vectorizeMemoryInstruction()
5097 return WideningDecision != CM_GatherScatter; in collectLoopScalars()
7402 setWideningDecision(&I, VF, CM_GatherScatter, Cost); in setCostBasedWideningDecision()
7458 Decision = CM_GatherScatter; in setCostBasedWideningDecision()
7489 getWideningDecision(&I, VF) != CM_GatherScatter) in setCostBasedWideningDecision()
7789 case LoopVectorizationCostModel::CM_GatherScatter: in getInstructionCost()