Searched refs:NeedToScalarize (Results 1 – 1 of 1) sorted by relevance
1585 bool &NeedToScalarize) const;3435 bool &NeedToScalarize) const { in getVectorCallCost()3467 NeedToScalarize = true; in getVectorCallCost()3478 NeedToScalarize = false; in getVectorCallCost()7324 bool NeedToScalarize; in getInstructionCost() local7326 InstructionCost CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost()8353 bool NeedToScalarize = false; in tryToWidenCall() local8357 CM.getVectorCallCost(CI, VF, NeedToScalarize); in tryToWidenCall()8373 bool NeedToScalarize = false; in tryToWidenCall() local8374 CM.getVectorCallCost(CI, VF, NeedToScalarize); in tryToWidenCall()[all …]