Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h510 bool shouldExpandVectorMatch(EVT VT, unsigned SearchSize) const override;
H A DAArch64TargetTransformInfo.cpp947 if (!getTLI()->shouldExpandVectorMatch(SearchVT, SearchSize)) { in getIntrinsicInstrCost()
H A DAArch64ISelLowering.cpp2178 bool AArch64TargetLowering::shouldExpandVectorMatch(EVT VT, in shouldExpandVectorMatch() function in AArch64TargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h2441 if (!getTLI()->shouldExpandVectorMatch(SearchVT, SearchSize)) in getTypeBasedIntrinsicInstrCost()
H A DTargetLowering.h503 virtual bool shouldExpandVectorMatch(EVT VT, unsigned SearchSize) const { in shouldExpandVectorMatch() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8197 if (!TLI.shouldExpandVectorMatch(Op1VT, SearchSize)) { in visitIntrinsicCall()