Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp5678 auto LibCost = IntrinsicCost; in getVectorCallCosts() local
5682 LibCost = TTI->getCallInstrCost(nullptr, VecTy, VecTys, in getVectorCallCosts()
5685 return {IntrinsicCost, LibCost}; in getVectorCallCosts()