Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h525 shouldExpandBuildVectorWithShuffles(EVT VT,
H A DRISCVISelLowering.cpp2675 bool RISCVTargetLowering::shouldExpandBuildVectorWithShuffles( in shouldExpandBuildVectorWithShuffles() function in RISCVTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h167 bool shouldExpandBuildVectorWithShuffles(EVT VT,
H A DHexagonISelLowering.cpp2158 bool HexagonTargetLowering::shouldExpandBuildVectorWithShuffles(EVT VT, in shouldExpandBuildVectorWithShuffles() function in HexagonTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1092 shouldExpandBuildVectorWithShuffles(EVT VT,
H A DPPCISelLowering.cpp17390 PPCTargetLowering::shouldExpandBuildVectorWithShuffles( in shouldExpandBuildVectorWithShuffles() function in PPCTargetLowering
17398 return TargetLowering::shouldExpandBuildVectorWithShuffles(VT, DefinedValues); in shouldExpandBuildVectorWithShuffles()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h524 shouldExpandBuildVectorWithShuffles(EVT /* VT */, in shouldExpandBuildVectorWithShuffles() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2002 if (TLI.shouldExpandBuildVectorWithShuffles(VT, DefinedValues.size())) { in ExpandBUILD_VECTOR()