Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1703 InstructionCost getMemoryInstructionCost(Instruction *I, ElementCount VF);
7287 LoopVectorizationCostModel::getMemoryInstructionCost(Instruction *I, in getMemoryInstructionCost() function in LoopVectorizationCostModel
7517 getMemoryInstructionCost(I, ElementCount::getFixed(1)))); in setCostBasedWideningDecision()
7525 getMemoryInstructionCost(Member, ElementCount::getFixed(1)))); in setCostBasedWideningDecision()
7763 return getMemoryInstructionCost(I, VF); in getInstructionCost()