Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1553 bool &NeedToScalarize) const;
3421 bool &NeedToScalarize) const { in getVectorCallCost()
3451 NeedToScalarize = true; in getVectorCallCost()
3462 NeedToScalarize = false; in getVectorCallCost()
4189 bool NeedToScalarize = false; in widenCallInstruction() local
4194 assert((UseVectorIntrinsic || !NeedToScalarize) && in widenCallInstruction()
7249 bool NeedToScalarize; in getInstructionCost() local
7251 InstructionCost CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost()
8267 bool NeedToScalarize = false; in tryToWidenCall() local
8268 InstructionCost CallCost = CM.getVectorCallCost(CI, VF, NeedToScalarize); in tryToWidenCall()
[all …]