Home
last modified time | relevance | path

Searched refs:InputTypeA (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()
230 EVT InputEVT = EVT::getEVT(InputTypeA); 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()
5431 EVT InputEVT = EVT::getEVT(InputTypeA); 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/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp311 Type *InputTypeA = nullptr, *InputTypeB = nullptr; in computeCost() local
338 InputTypeA = Ctx.Types.inferScalarType(ExtAR ? ExtAR->getOperand(0) in computeCost()
347 InputTypeA = Ctx.Types.inferScalarType(OpR->getOperand(0)); in computeCost()
352 InputTypeA = Ctx.Types.inferScalarType(RedPhiOp1R->getOperand(0)); in computeCost()
362 return Ctx.TTI.getPartialReductionCost(getOpcode(), InputTypeA, InputTypeB, in computeCost()
/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