Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.h424 bool isPow2VectorType() const { in isPow2VectorType() function
432 if (!isPow2VectorType()) { in getPow2VectorType()
H A DTargetLowering.h437 if (!VT.isPow2VectorType()) in getPreferredVectorAction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMachineValueType.h480 bool isPow2VectorType() const { in isPow2VectorType() function
488 if (isPow2VectorType()) in getPow2VectorType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp985 if (!VT.isPow2VectorType()) { in getTypeConversion()
1055 if (!VT.isPow2VectorType()) { in getTypeConversion()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1573 return VT.isPow2VectorType() ? TypeSplitVector : TypeWidenVector; in getPreferredVectorAction()
8097 if (MemVT.isPow2VectorType()) in LowerLOAD()
8113 if (MemVT.isPow2VectorType()) in LowerLOAD()
H A DAMDGPUISelLowering.cpp1105 if (MemVT.isVector() && !MemVT.isPow2VectorType()) { in analyzeFormalArgumentsCompute()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp5116 assert(VT.isVector() && !VT.isPow2VectorType() && isTypeLegal(VT)); in WidenVecOp_VSELECT()
H A DTargetLowering.cpp8526 if (VT.isPow2VectorType()) { in expandVecReduce()
H A DDAGCombiner.cpp10450 !DstVT.isVector() || !DstVT.isPow2VectorType() || in CombineExtLoad()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1199 if (!VT.isPow2VectorType()) in useRVVForFixedLengthVectorVT()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4757 if (!VT.isPow2VectorType()) in useSVEForFixedLengthVectorVT()