Lines Matching refs:NeedToScalarize
1553 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
4190 InstructionCost CallCost = Cost->getVectorCallCost(&CI, VF, NeedToScalarize); in widenCallInstruction()
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()
8271 return UseVectorIntrinsic || !NeedToScalarize; in tryToWidenCall()