Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1599 InstructionCost getMemoryInstructionCost(Instruction *I, ElementCount VF);
5914 LoopVectorizationCostModel::getMemoryInstructionCost(Instruction *I, in getMemoryInstructionCost() function in LoopVectorizationCostModel
6140 getMemoryInstructionCost(I, ElementCount::getFixed(1)))); in setCostBasedWideningDecision()
6148 getMemoryInstructionCost(Member, ElementCount::getFixed(1)))); in setCostBasedWideningDecision()
6570 return getMemoryInstructionCost(I, VF); in getInstructionCost()