Searched defs:getArithmeticReductionCost (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp928 int AArch64TTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *ValTy, function in class:AArch64TTIImpl
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp520 int GCNTTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *Ty, function in class:GCNTTIImpl
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h512 unsigned getArithmeticReductionCost(unsigned, Type *, bool) { return 1; } function in class:llvm::TargetTransformInfoImplBase
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1606 unsigned getArithmeticReductionCost(unsigned Opcode, Type *Ty, function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp733 int TargetTransformInfo::getArithmeticReductionCost(unsigned Opcode, Type *Ty, function in class:TargetTransformInfo
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2561 int X86TTIImpl::getArithmeticReductionCost(unsigned Opcode, Type *ValTy, function in class:X86TTIImpl

Completed in 223 milliseconds