Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3334 unsigned CallCost = getVectorCallCost(CI, VF, *TTI, TLI, NeedToScalarize); in vectorizeBlockInLoop() local
3336 ID && getVectorIntrinsicCost(CI, VF, *TTI, TLI) <= CallCost; in vectorizeBlockInLoop()
5178 unsigned CallCost = getVectorCallCost(CI, VF, TTI, TLI, NeedToScalarize); in getInstructionCost() local
5180 return std::min(CallCost, getVectorIntrinsicCost(CI, VF, TTI, TLI)); in getInstructionCost()
5181 return CallCost; in getInstructionCost()