HomeSort by relevance Sort by last modified time
    Searched defs:getReductionCost (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 316 unsigned getReductionCost(unsigned, Type *, bool) { return 1; }
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 258 unsigned TargetTransformInfo::getReductionCost(unsigned Opcode, Type *Ty,
260 return TTIImpl->getReductionCost(Opcode, Ty, IsPairwiseForm);
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 712 unsigned getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwise) {
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp     [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 362 milliseconds