| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.cpp | 199 unsigned Opcode, Type *InputTypeA, Type *InputTypeB, Type *AccumType, in getPartialReductionCost() argument 224 if (InputTypeA != InputTypeB) in getPartialReductionCost()
|
| H A D | WebAssemblyTargetTransformInfo.h | 87 unsigned Opcode, Type *InputTypeA, Type *InputTypeB, Type *AccumType,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 104 unsigned Opcode, Type *InputTypeA, Type *InputTypeB, Type *AccumType,
|
| H A D | RISCVTargetTransformInfo.cpp | 298 unsigned Opcode, Type *InputTypeA, Type *InputTypeB, Type *AccumType, in getPartialReductionCost() argument 307 InputTypeA != InputTypeB || !InputTypeA->isIntegerTy(8) || in getPartialReductionCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 385 unsigned Opcode, Type *InputTypeA, Type *InputTypeB, Type *AccumType,
|
| H A D | AArch64TargetTransformInfo.cpp | 5403 unsigned Opcode, Type *InputTypeA, Type *InputTypeB, Type *AccumType, in getPartialReductionCost() argument 5423 if (BinOp && (*BinOp != Instruction::Mul || InputTypeA != InputTypeB || in getPartialReductionCost() 5428 assert((BinOp || (OpBExtend == TTI::PR_None && !InputTypeB)) && in getPartialReductionCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 872 unsigned Opcode, Type *InputTypeA, Type *InputTypeB, Type *AccumType, in getPartialReductionCost() argument 876 return TTIImpl->getPartialReductionCost(Opcode, InputTypeA, InputTypeB, in getPartialReductionCost()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1345 unsigned Opcode, Type *InputTypeA, Type *InputTypeB, Type *AccumType,
|
| H A D | TargetTransformInfoImpl.h | 656 unsigned Opcode, Type *InputTypeA, Type *InputTypeB, Type *AccumType, in getPartialReductionCost() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 311 Type *InputTypeA = nullptr, *InputTypeB = nullptr; in computeCost() local 340 InputTypeB = Ctx.Types.inferScalarType(ExtBR ? ExtBR->getOperand(0) in computeCost() 362 return Ctx.TTI.getPartialReductionCost(getOpcode(), InputTypeA, InputTypeB, in computeCost()
|