Home
last modified time | relevance | path

Searched refs:isPow2VectorType (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DValueTypes.h359 bool isPow2VectorType() const { in isPow2VectorType() function
367 if (!isPow2VectorType()) { in getPow2VectorType()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DMachineValueType.h395 bool isPow2VectorType() const { in isPow2VectorType() function
403 if (isPow2VectorType()) in getPow2VectorType()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp790 if (!VT.isPow2VectorType()) { in getTypeConversion()
857 if (!VT.isPow2VectorType()) { in getTypeConversion()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8322 !DstVT.isPow2VectorType() || !TLI.isVectorLoadExtDesirable(SDValue(N, 0))) in CombineExtLoad()