Searched refs:getVectorCallCost (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3129 static unsigned getVectorCallCost(CallInst *CI, unsigned VF, in getVectorCallCost() function 4090 unsigned CallCost = getVectorCallCost(CI, VF, *TTI, TLI, NeedToScalarize); in widenInstruction() 6213 unsigned CallCost = getVectorCallCost(CI, VF, TTI, TLI, NeedToScalarize); in getInstructionCost() 6768 unsigned CallCost = getVectorCallCost(CI, VF, *TTI, TLI, NeedToScalarize); in tryToWiden()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 3273 static unsigned getVectorCallCost(CallInst *CI, unsigned VF, in getVectorCallCost() function 4235 unsigned CallCost = getVectorCallCost(CI, VF, *TTI, TLI, NeedToScalarize); in vectorizeBlockInLoop() 6083 unsigned CallCost = getVectorCallCost(CI, VF, TTI, TLI, NeedToScalarize); in getInstructionCost()
|