Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h140 bool shouldExpandBuildVectorWithShuffles(EVT VT,
H A DHexagonISelLowering.cpp1834 bool HexagonTargetLowering::shouldExpandBuildVectorWithShuffles(EVT VT, in shouldExpandBuildVectorWithShuffles() function in HexagonTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h855 shouldExpandBuildVectorWithShuffles(EVT VT,
H A DPPCISelLowering.cpp14256 PPCTargetLowering::shouldExpandBuildVectorWithShuffles( in shouldExpandBuildVectorWithShuffles() function in PPCTargetLowering
14264 return TargetLowering::shouldExpandBuildVectorWithShuffles(VT, DefinedValues); in shouldExpandBuildVectorWithShuffles()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h308 shouldExpandBuildVectorWithShuffles(EVT /* VT */, in shouldExpandBuildVectorWithShuffles() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1958 if (TLI.shouldExpandBuildVectorWithShuffles(VT, DefinedValues.size())) { in ExpandBUILD_VECTOR()