|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Definitions
include/llvm/Analysis/TargetTransformInfoImpl.h 496 unsigned getArithmeticReductionCost(unsigned, Type *, bool) { return 1; }
include/llvm/CodeGen/BasicTTIImpl.h 1595 unsigned getArithmeticReductionCost(unsigned Opcode, Type *Ty,
lib/Target/AArch64/AArch64TargetTransformInfo.cpp 920 int AArch64TTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *ValTy,
lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp 461 int GCNTTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *Ty,
lib/Target/X86/X86TargetTransformInfo.cpp 2532 int X86TTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *ValTy,