Searched refs:getExtendedReductionCost (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.cpp | 1054 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 D | RISCVTargetTransformInfo.h | 143 InstructionCost getExtendedReductionCost(unsigned Opcode, bool IsUnsigned,
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMTargetTransformInfo.h | 281 InstructionCost getExtendedReductionCost(unsigned Opcode, bool IsUnsigned,
|
| H A D | ARMTargetTransformInfo.cpp | 1690 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 D | TargetTransformInfo.h | 1324 InstructionCost getExtendedReductionCost( 1838 virtual InstructionCost getExtendedReductionCost( 2440 InstructionCost getExtendedReductionCost( 2444 return Impl.getExtendedReductionCost(Opcode, IsUnsigned, ResTy, Ty, FMF,
|
| H A D | TargetTransformInfoImpl.h | 713 InstructionCost getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, in getExtendedReductionCost() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 1028 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 D | BasicTTIImpl.h | 2408 InstructionCost getExtendedReductionCost(unsigned Opcode, bool IsUnsigned, in getExtendedReductionCost() function
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 6660 InstructionCost RedCost = TTI.getExtendedReductionCost( in getReductionPatternCost()
|