Searched refs:NeedToScalarize (Results 1 – 1 of 1) sorted by relevance
1614 bool &NeedToScalarize) const;3834 bool &NeedToScalarize) const { in getVectorCallCost()3864 NeedToScalarize = true; in getVectorCallCost()3875 NeedToScalarize = false; in getVectorCallCost()5068 bool NeedToScalarize = false; in widenCallInstruction() local5069 InstructionCost CallCost = Cost->getVectorCallCost(CI, VF, NeedToScalarize); in widenCallInstruction()5072 assert((UseVectorIntrinsic || !NeedToScalarize) && in widenCallInstruction()7773 bool NeedToScalarize; in getInstructionCost() local7775 InstructionCost CallCost = getVectorCallCost(CI, VF, NeedToScalarize); in getInstructionCost()8738 bool NeedToScalarize = false; in tryToWidenCall() local[all …]