Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DValueTypes.h437 bool isPow2VectorType() const { in isPow2VectorType() function
445 if (!isPow2VectorType()) { in getPow2VectorType()
H A DTargetLowering.h470 if (!VT.isPow2VectorType()) in getPreferredVectorAction()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DMachineValueType.h520 bool isPow2VectorType() const { in isPow2VectorType() function
528 if (isPow2VectorType()) in getPow2VectorType()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1015 if (!VT.isPow2VectorType()) { in getTypeConversion()
1085 if (!VT.isPow2VectorType()) { in getTypeConversion()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp1631 return VT.isPow2VectorType() ? TypeSplitVector : TypeWidenVector; in getPreferredVectorAction()
8760 if (MemVT.isPow2VectorType()) in LowerLOAD()
8776 if (MemVT.isPow2VectorType()) in LowerLOAD()
H A DAMDGPUISelLowering.cpp1113 if (MemVT.isVector() && !MemVT.isPow2VectorType()) { in analyzeFormalArgumentsCompute()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp6594 assert(VT.isVector() && !VT.isPow2VectorType() && isTypeLegal(VT)); in WidenVecOp_VSELECT()
H A DTargetLowering.cpp10121 if (VT.isPow2VectorType()) { in expandVecReduce()
H A DDAGCombiner.cpp11980 !DstVT.isVector() || !DstVT.isPow2VectorType() || in CombineExtLoad()
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1806 if (!VT.isPow2VectorType()) in useRVVForFixedLengthVectorVT()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13215 if (!VecVT.isPow2VectorType() || VecVT.getVectorNumElements() == 1) in PerformVQDMULHCombine()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6158 if (!VT.isPow2VectorType()) in useSVEForFixedLengthVectorVT()