Home
last modified time | relevance | path

Searched refs:shouldExpandBuildVectorWithShuffles (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h168 bool shouldExpandBuildVectorWithShuffles(EVT VT,
H A DHexagonISelLowering.cpp2175 bool HexagonTargetLowering::shouldExpandBuildVectorWithShuffles(EVT VT, in shouldExpandBuildVectorWithShuffles() function in HexagonTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h576 shouldExpandBuildVectorWithShuffles(EVT VT,
H A DRISCVISelLowering.cpp2847 bool RISCVTargetLowering::shouldExpandBuildVectorWithShuffles( in shouldExpandBuildVectorWithShuffles()
2846 bool RISCVTargetLowering::shouldExpandBuildVectorWithShuffles( shouldExpandBuildVectorWithShuffles() function in RISCVTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1103 shouldExpandBuildVectorWithShuffles(EVT VT,
H A DPPCISelLowering.cpp17602 PPCTargetLowering::shouldExpandBuildVectorWithShuffles( in shouldExpandBuildVectorWithShuffles() function in PPCTargetLowering
17610 return TargetLowering::shouldExpandBuildVectorWithShuffles(VT, DefinedValues); in shouldExpandBuildVectorWithShuffles()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h1045 bool shouldExpandBuildVectorWithShuffles(EVT, unsigned) const override;
H A DAArch64ISelLowering.cpp14732 bool AArch64TargetLowering::shouldExpandBuildVectorWithShuffles( in shouldExpandBuildVectorWithShuffles() function in AArch64TargetLowering
14736 return TargetLowering::shouldExpandBuildVectorWithShuffles(VT, DefinedValues); in shouldExpandBuildVectorWithShuffles()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h534 shouldExpandBuildVectorWithShuffles(EVT /* VT */, in shouldExpandBuildVectorWithShuffles() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2017 if (TLI.shouldExpandBuildVectorWithShuffles(VT, DefinedValues.size())) { in ExpandBUILD_VECTOR()