Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp3530 auto LibCost = IntrinsicCost; in getVectorCallCosts() local
3534 LibCost = TTI->getCallInstrCost(nullptr, VecTy, VecTys, in getVectorCallCosts()
3537 return {IntrinsicCost, LibCost}; in getVectorCallCosts()