Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h455 bool isPow2VectorType() const { in isPow2VectorType() function
463 if (!isPow2VectorType()) { in getPow2VectorType()
H A DTargetLowering.h506 if (!VT.isPow2VectorType()) in getPreferredVectorAction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h232 bool isPow2VectorType() const { in isPow2VectorType() function
240 if (isPow2VectorType()) in getPow2VectorType()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp979 if (!VT.isPow2VectorType()) { in getTypeConversion()
1049 if (!VT.isPow2VectorType()) { in getTypeConversion()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp106 if (VT.isPow2VectorType() && VT.getVectorElementType().isRound()) in getRegisterTypeForCallingConv()
116 if (VT.isPow2VectorType() && VT.getVectorElementType().isRound()) in getNumRegistersForCallingConv()
127 if (VT.isPow2VectorType()) { in getVectorTypeBreakdownForCallingConv()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1918 return VT.isPow2VectorType() ? TypeSplitVector : TypeWidenVector; in getPreferredVectorAction()
10323 if (MemVT.isPow2VectorType() || in LowerLOAD()
10340 if (MemVT.isPow2VectorType() || in LowerLOAD()
H A DAMDGPUISelLowering.cpp1242 if (MemVT.isVector() && !MemVT.isPow2VectorType()) { in analyzeFormalArgumentsCompute()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp7261 assert(VT.isVector() && !VT.isPow2VectorType() && isTypeLegal(VT)); in WidenVecOp_VSELECT()
H A DTargetLowering.cpp11048 if (VT.isPow2VectorType()) { in expandVecReduce()
H A DDAGCombiner.cpp13064 !DstVT.isVector() || !DstVT.isPow2VectorType() || in CombineExtLoad()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7135 if (!VT.isPow2VectorType()) in useSVEForFixedLengthVectorVT()
15187 assert(VecVT.isFixedLengthVector() && VecVT.isPow2VectorType() && in getVectorBitwiseReduce()
23867 Vec.getValueType().isPow2VectorType()) { in performVecReduceBitwiseCombine()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2671 if (!VT.isPow2VectorType()) in useRVVForFixedLengthVectorVT()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13381 if (!VecVT.isPow2VectorType() || VecVT.getVectorNumElements() == 1) in PerformVQDMULHCombine()