Searched refs:PR_SignExtend (Results 1 – 4 of 4) sorted by relevance
239 return OpAExtend == TTI::PR_SignExtend ? Cost : Cost * 2; in getPartialReductionCost()243 return OpAExtend == TTI::PR_SignExtend ? Cost * 2 : Cost * 4; in getPartialReductionCost()
221 enum PartialReductionExtendKind { PR_None, PR_SignExtend, PR_ZeroExtend }; enumerator
1005 return PR_SignExtend; in getPartialReductionExtendKind()
324 return TTI::PR_SignExtend; in computeCost()