Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6104 auto LibCost = IntrinsicCost; in getVectorCallCosts() local
6108 LibCost = TTI->getCallInstrCost(nullptr, VecTy, VecTys, in getVectorCallCosts()
6111 return {IntrinsicCost, LibCost}; in getVectorCallCosts()