Searched refs:shouldExpandBuildVectorWithShuffles (Results 1 – 10 of 10) sorted by relevance
168 bool shouldExpandBuildVectorWithShuffles(EVT VT,
2175 bool HexagonTargetLowering::shouldExpandBuildVectorWithShuffles(EVT VT, in shouldExpandBuildVectorWithShuffles() function in HexagonTargetLowering
576 shouldExpandBuildVectorWithShuffles(EVT VT,
2847 bool RISCVTargetLowering::shouldExpandBuildVectorWithShuffles( in shouldExpandBuildVectorWithShuffles() 2846 bool RISCVTargetLowering::shouldExpandBuildVectorWithShuffles( shouldExpandBuildVectorWithShuffles() function in RISCVTargetLowering
1103 shouldExpandBuildVectorWithShuffles(EVT VT,
17602 PPCTargetLowering::shouldExpandBuildVectorWithShuffles( in shouldExpandBuildVectorWithShuffles() function in PPCTargetLowering17610 return TargetLowering::shouldExpandBuildVectorWithShuffles(VT, DefinedValues); in shouldExpandBuildVectorWithShuffles()
1045 bool shouldExpandBuildVectorWithShuffles(EVT, unsigned) const override;
14732 bool AArch64TargetLowering::shouldExpandBuildVectorWithShuffles( in shouldExpandBuildVectorWithShuffles() function in AArch64TargetLowering14736 return TargetLowering::shouldExpandBuildVectorWithShuffles(VT, DefinedValues); in shouldExpandBuildVectorWithShuffles()
534 shouldExpandBuildVectorWithShuffles(EVT /* VT */, in shouldExpandBuildVectorWithShuffles() function
2017 if (TLI.shouldExpandBuildVectorWithShuffles(VT, DefinedValues.size())) { in ExpandBUILD_VECTOR()