Home
last modified time | relevance | path

Searched refs:IsPairwiseForm (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
DTargetTransformInfo.h563 int getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwiseForm) const;
722 bool IsPairwiseForm) = 0;
944 bool IsPairwiseForm) override { in getReductionCost() argument
945 return Impl.getReductionCost(Opcode, Ty, IsPairwiseForm); in getReductionCost()
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.h88 int getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwiseForm);
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp394 bool IsPairwiseForm) const { in getReductionCost()
395 int Cost = TTIImpl->getReductionCost(Opcode, Ty, IsPairwiseForm); in getReductionCost()