Home
last modified time | relevance | path

Searched refs:SearchSize (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2436 unsigned SearchSize = NeedleTy->getNumElements(); in getTypeBasedIntrinsicInstrCost() local
2441 if (!getTLI()->shouldExpandVectorMatch(SearchVT, SearchSize)) in getTypeBasedIntrinsicInstrCost()
2457 Cost *= SearchSize; in getTypeBasedIntrinsicInstrCost()
H A DTargetLowering.h503 virtual bool shouldExpandVectorMatch(EVT VT, unsigned SearchSize) const { in shouldExpandVectorMatch() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h510 bool shouldExpandVectorMatch(EVT VT, unsigned SearchSize) const override;
H A DAArch64TargetTransformInfo.cpp946 unsigned SearchSize = NeedleTy->getNumElements(); in getIntrinsicInstrCost() local
947 if (!getTLI()->shouldExpandVectorMatch(SearchVT, SearchSize)) { in getIntrinsicInstrCost()
H A DAArch64ISelLowering.cpp2179 unsigned SearchSize) const { in shouldExpandVectorMatch()
2185 return SearchSize != 8; in shouldExpandVectorMatch()
2187 return SearchSize != 8 && SearchSize != 16; in shouldExpandVectorMatch()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8193 unsigned SearchSize = Op2VT.getVectorNumElements(); in visitIntrinsicCall() local
8197 if (!TLI.shouldExpandVectorMatch(Op1VT, SearchSize)) { in visitIntrinsicCall()
8204 for (unsigned i = 0; i < SearchSize; ++i) { in visitIntrinsicCall()