Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1545 InstructionCost getVectorIntrinsicCost(CallInst *CI, ElementCount VF) const;
3475 LoopVectorizationCostModel::getVectorIntrinsicCost(CallInst *CI, in getVectorIntrinsicCost() function in LoopVectorizationCostModel
4192 ID ? Cost->getVectorIntrinsicCost(&CI, VF) : 0; in widenCallInstruction()
7253 InstructionCost IntrinsicCost = getVectorIntrinsicCost(CI, VF); in getInstructionCost()
8269 InstructionCost IntrinsicCost = ID ? CM.getVectorIntrinsicCost(CI, VF) : 0; in tryToWidenCall()