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

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 228 unsigned TargetTransformInfo::getReductionCost(unsigned Opcode, Type *Ty,
230 return PrevTTI->getReductionCost(Opcode, Ty, IsPairwise);
612 unsigned getReductionCost(unsigned, Type *, bool) const override {
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 121 unsigned getReductionCost(unsigned Opcode, Type *Ty,
628 unsigned BasicTTI::getReductionCost(unsigned Opcode, Type *Ty,
  /external/llvm/lib/Target/X86/
X86TargetTransformInfo.cpp 102 unsigned getReductionCost(unsigned Opcode, Type *Ty,
837 unsigned X86TTI::getReductionCost(unsigned Opcode, Type *ValTy,
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]

Completed in 262 milliseconds