Searched refs:shouldExpandBuildVectorWithShuffles (Results 1 – 10 of 10) sorted by relevance
123 shouldExpandBuildVectorWithShuffles(EVT VT,
2973 bool RISCVTargetLowering::shouldExpandBuildVectorWithShuffles( in shouldExpandBuildVectorWithShuffles() function in RISCVTargetLowering
168 bool shouldExpandBuildVectorWithShuffles(EVT VT,
2197 bool HexagonTargetLowering::shouldExpandBuildVectorWithShuffles(EVT VT, in shouldExpandBuildVectorWithShuffles() function in HexagonTargetLowering
558 bool shouldExpandBuildVectorWithShuffles(EVT, unsigned) const override;
15637 bool AArch64TargetLowering::shouldExpandBuildVectorWithShuffles( in shouldExpandBuildVectorWithShuffles() function in AArch64TargetLowering15641 return TargetLowering::shouldExpandBuildVectorWithShuffles(VT, DefinedValues); in shouldExpandBuildVectorWithShuffles()
1120 shouldExpandBuildVectorWithShuffles(EVT VT,
18510 PPCTargetLowering::shouldExpandBuildVectorWithShuffles( in shouldExpandBuildVectorWithShuffles() function in PPCTargetLowering18518 return TargetLowering::shouldExpandBuildVectorWithShuffles(VT, DefinedValues); in shouldExpandBuildVectorWithShuffles()
564 shouldExpandBuildVectorWithShuffles(EVT /* VT */, in shouldExpandBuildVectorWithShuffles() function
2081 if (TLI.shouldExpandBuildVectorWithShuffles(VT, DefinedValues.size())) { in ExpandBUILD_VECTOR()