Home
last modified time | relevance | path

Searched defs:getReductionCost (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp881 unsigned X86TTIImpl::getReductionCost(unsigned Opcode, Type *ValTy, in getReductionCost() function in X86TTIImpl
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp258 unsigned TargetTransformInfo::getReductionCost(unsigned Opcode, Type *Ty, in getReductionCost() function in TargetTransformInfo
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h316 unsigned getReductionCost(unsigned, Type *, bool) { return 1; } in getReductionCost() function
DTargetTransformInfo.h743 unsigned getReductionCost(unsigned Opcode, Type *Ty, in getReductionCost() function
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h712 unsigned getReductionCost(unsigned Opcode, Type *Ty, bool IsPairwise) { in getReductionCost() function
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3698 int getReductionCost(TargetTransformInfo *TTI, Value *FirstReducedVal) { in getReductionCost() function in __anonf9942ad60111::HorizontalReduction