Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.h432 bool isPow2VectorType() const { in isPow2VectorType() function
440 if (!isPow2VectorType()) { in getPow2VectorType()
H A DTargetLowering.h442 if (!VT.isPow2VectorType()) in getPreferredVectorAction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DMachineValueType.h497 bool isPow2VectorType() const { in isPow2VectorType() function
505 if (isPow2VectorType()) in getPow2VectorType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1011 if (!VT.isPow2VectorType()) { in getTypeConversion()
1081 if (!VT.isPow2VectorType()) { in getTypeConversion()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1613 return VT.isPow2VectorType() ? TypeSplitVector : TypeWidenVector; in getPreferredVectorAction()
8139 if (MemVT.isPow2VectorType()) in LowerLOAD()
8155 if (MemVT.isPow2VectorType()) in LowerLOAD()
H A DAMDGPUISelLowering.cpp1152 if (MemVT.isVector() && !MemVT.isPow2VectorType()) { in analyzeFormalArgumentsCompute()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp5126 assert(VT.isVector() && !VT.isPow2VectorType() && isTypeLegal(VT)); in WidenVecOp_VSELECT()
H A DTargetLowering.cpp8576 if (VT.isPow2VectorType()) { in expandVecReduce()
H A DDAGCombiner.cpp10593 !DstVT.isVector() || !DstVT.isPow2VectorType() || in CombineExtLoad()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1261 if (!VT.isPow2VectorType()) in useRVVForFixedLengthVectorVT()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp5025 if (!VT.isPow2VectorType()) in useSVEForFixedLengthVectorVT()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp12925 if (!VecVT.isPow2VectorType() || VecVT.getVectorNumElements() == 1) in PerformVQDMULHCombine()