Home
last modified time | relevance | path

Searched refs:getPartialReductionCost (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.h86 InstructionCost getPartialReductionCost(
H A DWebAssemblyTargetTransformInfo.cpp198 InstructionCost WebAssemblyTTIImpl::getPartialReductionCost( in getPartialReductionCost() function in WebAssemblyTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h103 InstructionCost getPartialReductionCost(
H A DRISCVTargetTransformInfo.cpp297 InstructionCost RISCVTTIImpl::getPartialReductionCost( in getPartialReductionCost() function in RISCVTTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h384 InstructionCost getPartialReductionCost(
H A DAArch64TargetTransformInfo.cpp5402 InstructionCost AArch64TTIImpl::getPartialReductionCost( in getPartialReductionCost() function in AArch64TTIImpl
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp871 InstructionCost TargetTransformInfo::getPartialReductionCost( in getPartialReductionCost() function in TargetTransformInfo
876 return TTIImpl->getPartialReductionCost(Opcode, InputTypeA, InputTypeB, in getPartialReductionCost()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h1344 LLVM_ABI InstructionCost getPartialReductionCost(
H A DTargetTransformInfoImpl.h655 virtual InstructionCost getPartialReductionCost( in getPartialReductionCost() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp362 return Ctx.TTI.getPartialReductionCost(getOpcode(), InputTypeA, InputTypeB, in computeCost()
H A DLoopVectorize.cpp8176 InstructionCost Cost = TTI->getPartialReductionCost( in getScaledReductions()