Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1631 InstructionCost getMemoryInstructionCost(Instruction *I, ElementCount VF);
6649 LoopVectorizationCostModel::getMemoryInstructionCost(Instruction *I, in getMemoryInstructionCost() function in LoopVectorizationCostModel
6899 getMemoryInstructionCost(I, ElementCount::getFixed(1)))); in setCostBasedWideningDecision()
6907 getMemoryInstructionCost(Member, ElementCount::getFixed(1)))); in setCostBasedWideningDecision()
7151 return getMemoryInstructionCost(I, VF); in getInstructionCost()