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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 398 virtual unsigned getReductionCost(unsigned Opcode, Type *Ty,
  /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 {
CostModel.cpp 472 return TTI->getReductionCost(ReduxOpCode, ReduxType, false);
474 return TTI->getReductionCost(ReduxOpCode, ReduxType, true);
  /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 720 milliseconds