Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6473 auto LibCost = IntrinsicCost; in getVectorCallCosts() local
6477 LibCost = TTI->getCallInstrCost(nullptr, VecTy, VecTys, in getVectorCallCosts()
6480 return {IntrinsicCost, LibCost}; in getVectorCallCosts()