Home
last modified time | relevance | path

Searched refs:InputTypeB (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp199 unsigned Opcode, Type *InputTypeA, Type *InputTypeB, Type *AccumType, in getPartialReductionCost() argument
224 if (InputTypeA != InputTypeB) in getPartialReductionCost()
H A DWebAssemblyTargetTransformInfo.h87 unsigned Opcode, Type *InputTypeA, Type *InputTypeB, Type *AccumType,
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h104 unsigned Opcode, Type *InputTypeA, Type *InputTypeB, Type *AccumType,
H A DRISCVTargetTransformInfo.cpp298 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 DAArch64TargetTransformInfo.h385 unsigned Opcode, Type *InputTypeA, Type *InputTypeB, Type *AccumType,
H A DAArch64TargetTransformInfo.cpp5403 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 DTargetTransformInfo.cpp872 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 DTargetTransformInfo.h1345 unsigned Opcode, Type *InputTypeA, Type *InputTypeB, Type *AccumType,
H A DTargetTransformInfoImpl.h656 unsigned Opcode, Type *InputTypeA, Type *InputTypeB, Type *AccumType, in getPartialReductionCost() argument
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp311 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()