Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1731 InstructionCost getMemoryInstructionCost(Instruction *I, ElementCount VF);
6402 LoopVectorizationCostModel::getMemoryInstructionCost(Instruction *I, in getMemoryInstructionCost() function in LoopVectorizationCostModel
6671 getMemoryInstructionCost(I, ElementCount::getFixed(1)))); in setCostBasedWideningDecision()
6679 getMemoryInstructionCost(Member, ElementCount::getFixed(1)))); in setCostBasedWideningDecision()
7085 return getMemoryInstructionCost(I, VF); in getInstructionCost()