Searched refs:OpBExtend (Results 1 – 10 of 10) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyTargetTransformInfo.cpp | 201 TTI::PartialReductionExtendKind OpBExtend, std::optional<unsigned> BinOp, in getPartialReductionCost() argument 227 if (OpAExtend != OpBExtend) in getPartialReductionCost()
|
| H A D | WebAssemblyTargetTransformInfo.h | 89 TTI::PartialReductionExtendKind OpBExtend, std::optional<unsigned> BinOp,
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVTargetTransformInfo.h | 106 TTI::PartialReductionExtendKind OpBExtend, std::optional<unsigned> BinOp,
|
| H A D | RISCVTargetTransformInfo.cpp | 300 TTI::PartialReductionExtendKind OpBExtend, std::optional<unsigned> BinOp, in getPartialReductionCost() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64TargetTransformInfo.h | 387 TTI::PartialReductionExtendKind OpBExtend, std::optional<unsigned> BinOp,
|
| H A D | AArch64TargetTransformInfo.cpp | 5405 TTI::PartialReductionExtendKind OpBExtend, std::optional<unsigned> BinOp, in getPartialReductionCost() argument 5424 OpBExtend == TTI::PR_None || in getPartialReductionCost() 5425 (OpAExtend != OpBExtend && !ST->hasMatMulInt8() && in getPartialReductionCost() 5428 assert((BinOp || (OpBExtend == TTI::PR_None && !InputTypeB)) && in getPartialReductionCost()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 874 PartialReductionExtendKind OpBExtend, std::optional<unsigned> BinOp, in getPartialReductionCost() argument 877 AccumType, VF, OpAExtend, OpBExtend, in getPartialReductionCost()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetTransformInfo.h | 1347 PartialReductionExtendKind OpBExtend, std::optional<unsigned> BinOp,
|
| H A D | TargetTransformInfoImpl.h | 658 TTI::PartialReductionExtendKind OpBExtend, std::optional<unsigned> BinOp, in getPartialReductionCost() argument
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 8164 TTI::PartialReductionExtendKind OpBExtend = in getScaledReductions() local 8178 PHI->getType(), VF, OpAExtend, OpBExtend, BinOpc, CM.CostKind); in getScaledReductions()
|