Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDHexagonISelLowering.h168 bool shouldExpandBuildVectorWithShuffles(EVT VT,
HDHexagonISelLowering.cpp2175 bool HexagonTargetLowering::shouldExpandBuildVectorWithShuffles(EVT VT, in shouldExpandBuildVectorWithShuffles() function in HexagonTargetLowering
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.h576 shouldExpandBuildVectorWithShuffles(EVT VT,
HDRISCVISelLowering.cpp2847 bool RISCVTargetLowering::shouldExpandBuildVectorWithShuffles( in shouldExpandBuildVectorWithShuffles() function in RISCVTargetLowering
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCISelLowering.h1103 shouldExpandBuildVectorWithShuffles(EVT VT,
HDPPCISelLowering.cpp17602 PPCTargetLowering::shouldExpandBuildVectorWithShuffles( in shouldExpandBuildVectorWithShuffles() function in PPCTargetLowering
17610 return TargetLowering::shouldExpandBuildVectorWithShuffles(VT, DefinedValues); in shouldExpandBuildVectorWithShuffles()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
HDAArch64ISelLowering.h1045 bool shouldExpandBuildVectorWithShuffles(EVT, unsigned) const override;
HDAArch64ISelLowering.cpp14732 bool AArch64TargetLowering::shouldExpandBuildVectorWithShuffles( in shouldExpandBuildVectorWithShuffles() function in AArch64TargetLowering
14736 return TargetLowering::shouldExpandBuildVectorWithShuffles(VT, DefinedValues); in shouldExpandBuildVectorWithShuffles()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h534 shouldExpandBuildVectorWithShuffles(EVT /* VT */, in shouldExpandBuildVectorWithShuffles() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDLegalizeDAG.cpp2017 if (TLI.shouldExpandBuildVectorWithShuffles(VT, DefinedValues.size())) { in ExpandBUILD_VECTOR()