Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1627 bool &NeedToScalarize) const;
3880 bool &NeedToScalarize) const { in getVectorCallCost()
3910 NeedToScalarize = true; in getVectorCallCost()
3921 NeedToScalarize = false; in getVectorCallCost()
4990 bool NeedToScalarize = false; in widenCallInstruction() local
4994 assert((UseVectorIntrinsic || !NeedToScalarize) && in widenCallInstruction()
7852 bool NeedToScalarize; in getInstructionCost() local
7854 InstructionCost CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost()
8837 bool NeedToScalarize = false; in tryToWidenCall() local
8838 InstructionCost CallCost = CM.getVectorCallCost(CI, VF, NeedToScalarize); in tryToWidenCall()
[all …]