Searched refs:IsPairwiseForm (Results 1 – 3 of 3) sorted by relevance
563 int getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwiseForm) const;722 bool IsPairwiseForm) = 0;944 bool IsPairwiseForm) override { in getReductionCost() argument945 return Impl.getReductionCost(Opcode, Ty, IsPairwiseForm); in getReductionCost()
88 int getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwiseForm);
394 bool IsPairwiseForm) const { in getReductionCost()395 int Cost = TTIImpl->getReductionCost(Opcode, Ty, IsPairwiseForm); in getReductionCost()