Searched refs:CallCost (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3902 unsigned CallCost = getVectorCallCost(CI, VF, *TTI, TLI, NeedToScalarize); in vectorizeBlockInLoop() local 3904 ID && getVectorIntrinsicCost(CI, VF, *TTI, TLI) <= CallCost; in vectorizeBlockInLoop() 5570 unsigned CallCost = getVectorCallCost(CI, VF, TTI, TLI, NeedToScalarize); in getInstructionCost() local 5572 return std::min(CallCost, getVectorIntrinsicCost(CI, VF, TTI, TLI)); in getInstructionCost() 5573 return CallCost; in getInstructionCost()
|