Searched refs:NeedToScalarize (Results 1 – 1 of 1) sorted by relevance
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() local4194 assert((UseVectorIntrinsic || !NeedToScalarize) && in widenCallInstruction()7249 bool NeedToScalarize; in getInstructionCost() local7251 InstructionCost CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost()8267 bool NeedToScalarize = false; in tryToWidenCall() local8268 InstructionCost CallCost = CM.getVectorCallCost(CI, VF, NeedToScalarize); in tryToWidenCall()[all …]