Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1656 InstructionCost getVectorCallCost(CallInst *CI, ElementCount VF) const;
3393 LoopVectorizationCostModel::getVectorCallCost(CallInst *CI, in getVectorCallCost() function in LoopVectorizationCostModel
7184 return getVectorCallCost(cast<CallInst>(I), VF); in getInstructionCost()