Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1584 InstructionCost getVectorCallCost(CallInst *CI, ElementCount VF,
3434 LoopVectorizationCostModel::getVectorCallCost(CallInst *CI, ElementCount VF, in getVectorCallCost() function in LoopVectorizationCostModel
7326 InstructionCost CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost()
8357 CM.getVectorCallCost(CI, VF, NeedToScalarize); in tryToWidenCall()
8374 CM.getVectorCallCost(CI, VF, NeedToScalarize); in tryToWidenCall()