| /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() 230 EVT InputEVT = EVT::getEVT(InputTypeA); 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() 5431 EVT InputEVT = EVT::getEVT(InputTypeA); 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/lib/Transforms/Vectorize/ |
| H A D | VPlanRecipes.cpp | 311 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 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
|