Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1626 InstructionCost getVectorCallCost(CallInst *CI, ElementCount VF,
3879 LoopVectorizationCostModel::getVectorCallCost(CallInst *CI, ElementCount VF, in getVectorCallCost() function in LoopVectorizationCostModel
4991 InstructionCost CallCost = Cost->getVectorCallCost(CI, VF, NeedToScalarize); in widenCallInstruction()
7854 InstructionCost CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost()
8838 InstructionCost CallCost = CM.getVectorCallCost(CI, VF, NeedToScalarize); in tryToWidenCall()