Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/AArch64/
H A Dextractvalue-no-scalarization-required.ll58 ; Similar to the test case above, but checks getVectorCallCost as well.
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1552 InstructionCost getVectorCallCost(CallInst *CI, ElementCount VF,
3420 LoopVectorizationCostModel::getVectorCallCost(CallInst *CI, ElementCount VF, in getVectorCallCost() function in LoopVectorizationCostModel
4190 InstructionCost CallCost = Cost->getVectorCallCost(&CI, VF, NeedToScalarize); in widenCallInstruction()
7251 InstructionCost CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost()
8268 InstructionCost CallCost = CM.getVectorCallCost(CI, VF, NeedToScalarize); in tryToWidenCall()