Home
last modified time | relevance | path

Searched refs:getExtendedReductionCost (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp1054 InstructionCost RISCVTTIImpl::getExtendedReductionCost( in getExtendedReductionCost() function in RISCVTTIImpl
1058 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost()
1063 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost()
1067 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost()
1073 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, in getExtendedReductionCost()
H A DRISCVTargetTransformInfo.h143 InstructionCost getExtendedReductionCost(unsigned Opcode, bool IsUnsigned,
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h281 InstructionCost getExtendedReductionCost(unsigned Opcode, bool IsUnsigned,
H A DARMTargetTransformInfo.cpp1690 InstructionCost ARMTTIImpl::getExtendedReductionCost( in getExtendedReductionCost() function in ARMTTIImpl
1720 return BaseT::getExtendedReductionCost(Opcode, IsUnsigned, ResTy, ValTy, FMF, in getExtendedReductionCost()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1324 InstructionCost getExtendedReductionCost(
1838 virtual InstructionCost getExtendedReductionCost(
2440 InstructionCost getExtendedReductionCost(
2444 return Impl.getExtendedReductionCost(Opcode, IsUnsigned, ResTy, Ty, FMF,
H A DTargetTransformInfoImpl.h713 InstructionCost getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, in getExtendedReductionCost() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1028 InstructionCost TargetTransformInfo::getExtendedReductionCost( in getExtendedReductionCost() function in TargetTransformInfo
1031 return TTIImpl->getExtendedReductionCost(Opcode, IsUnsigned, ResTy, Ty, FMF, in getExtendedReductionCost()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2408 InstructionCost getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, in getExtendedReductionCost() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp6660 InstructionCost RedCost = TTI.getExtendedReductionCost( in getReductionPatternCost()