Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h141 unsigned DefinedValues) const override;
H A DHexagonISelLowering.cpp1835 unsigned DefinedValues) const { in shouldExpandBuildVectorWithShuffles()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h856 unsigned DefinedValues) const override;
H A DPPCISelLowering.cpp14257 EVT VT , unsigned DefinedValues) const { in shouldExpandBuildVectorWithShuffles()
14264 return TargetLowering::shouldExpandBuildVectorWithShuffles(VT, DefinedValues); in shouldExpandBuildVectorWithShuffles()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h309 unsigned DefinedValues) const { in shouldExpandBuildVectorWithShuffles() argument
310 return DefinedValues < 3; in shouldExpandBuildVectorWithShuffles()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1951 SmallSet<SDValue, 16> DefinedValues; in ExpandBUILD_VECTOR() local
1955 DefinedValues.insert(Node->getOperand(i)); in ExpandBUILD_VECTOR()
1958 if (TLI.shouldExpandBuildVectorWithShuffles(VT, DefinedValues.size())) { in ExpandBUILD_VECTOR()