Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3313 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys); in getVectorCallCost() local
3314 if (VectorCallCost < Cost) { in getVectorCallCost()
3316 return VectorCallCost; in getVectorCallCost()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3166 unsigned VectorCallCost = TTI.getCallInstrCost(nullptr, RetTy, Tys); in getVectorCallCost() local
3167 if (VectorCallCost < Cost) { in getVectorCallCost()
3169 return VectorCallCost; in getVectorCallCost()