Searched refs:CallCost (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 4090 unsigned CallCost = getVectorCallCost(CI, VF, *TTI, TLI, NeedToScalarize); in widenInstruction() local 4092 ID && getVectorIntrinsicCost(CI, VF, *TTI, TLI) <= CallCost; in widenInstruction() 6213 unsigned CallCost = getVectorCallCost(CI, VF, TTI, TLI, NeedToScalarize); in getInstructionCost() local 6215 return std::min(CallCost, getVectorIntrinsicCost(CI, VF, TTI, TLI)); in getInstructionCost() 6216 return CallCost; in getInstructionCost() 6768 unsigned CallCost = getVectorCallCost(CI, VF, *TTI, TLI, NeedToScalarize); in tryToWiden() local 6770 ID && getVectorIntrinsicCost(CI, VF, *TTI, TLI) <= CallCost; in tryToWiden()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 4235 unsigned CallCost = getVectorCallCost(CI, VF, *TTI, TLI, NeedToScalarize); in vectorizeBlockInLoop() local 4237 ID && getVectorIntrinsicCost(CI, VF, *TTI, TLI) <= CallCost; in vectorizeBlockInLoop() 6083 unsigned CallCost = getVectorCallCost(CI, VF, TTI, TLI, NeedToScalarize); in getInstructionCost() local 6085 return std::min(CallCost, getVectorIntrinsicCost(CI, VF, TTI, TLI)); in getInstructionCost() 6086 return CallCost; in getInstructionCost()
|