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