Home
last modified time | relevance | path

Searched refs:InputEVT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetTransformInfo.cpp230 EVT InputEVT = EVT::getEVT(InputTypeA); in getPartialReductionCost() local
238 if (InputEVT == MVT::i16 && VF.getFixedValue() == 8) in getPartialReductionCost()
242 if (InputEVT == MVT::i8 && VF.getFixedValue() == 16) in getPartialReductionCost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp5431 EVT InputEVT = EVT::getEVT(InputTypeA); in getPartialReductionCost() local
5443 AccumEVT.getScalarSizeInBits() / InputEVT.getScalarSizeInBits(); in getPartialReductionCost()
5451 if (InputEVT == MVT::i8) { in getPartialReductionCost()
5468 } else if (InputEVT == MVT::i16) { in getPartialReductionCost()