Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1532 InstructionCost getVectorCallCost(CallInst *CI, ElementCount VF) const;
2889 LoopVectorizationCostModel::getVectorCallCost(CallInst *CI, in getVectorCallCost() function in LoopVectorizationCostModel
6664 return getVectorCallCost(cast<CallInst>(I), VF); in getInstructionCost()