Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h448 bool isPow2VectorType() const { in isPow2VectorType() function
456 if (!isPow2VectorType()) { in getPow2VectorType()
H A DMachineValueType.h237 bool isPow2VectorType() const { in isPow2VectorType() function
245 if (isPow2VectorType()) in getPow2VectorType()
H A DTargetLowering.h502 if (!VT.isPow2VectorType()) in getPreferredVectorAction()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1061 if (!VT.isPow2VectorType()) { in getTypeConversion()
1131 if (!VT.isPow2VectorType()) { in getTypeConversion()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp105 if (VT.isPow2VectorType() && VT.getVectorElementType().isRound()) in getRegisterTypeForCallingConv()
115 if (VT.isPow2VectorType() && VT.getVectorElementType().isRound()) in getNumRegistersForCallingConv()
126 if (VT.isPow2VectorType()) { in getVectorTypeBreakdownForCallingConv()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1857 return VT.isPow2VectorType() ? TypeSplitVector : TypeWidenVector; in getPreferredVectorAction()
10134 if (MemVT.isPow2VectorType() || in LowerLOAD()
10151 if (MemVT.isPow2VectorType() || in LowerLOAD()
H A DAMDGPUISelLowering.cpp1201 if (MemVT.isVector() && !MemVT.isPow2VectorType()) { in analyzeFormalArgumentsCompute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6877 assert(VT.isVector() && !VT.isPow2VectorType() && isTypeLegal(VT)); in WidenVecOp_VSELECT()
H A DTargetLowering.cpp10623 if (VT.isPow2VectorType()) { in expandVecReduce()
H A DDAGCombiner.cpp12920 !DstVT.isVector() || !DstVT.isPow2VectorType() || in CombineExtLoad()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6476 if (!VT.isPow2VectorType()) in useSVEForFixedLengthVectorVT()
14114 assert(VecVT.isFixedLengthVector() && VecVT.isPow2VectorType() && in getVectorBitwiseReduce()
22433 Vec.getValueType().isPow2VectorType()) { in performVecReduceBitwiseCombine()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp2500 if (!VT.isPow2VectorType()) in useRVVForFixedLengthVectorVT()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13364 if (!VecVT.isPow2VectorType() || VecVT.getVectorNumElements() == 1) in PerformVQDMULHCombine()