Home
last modified time | relevance | path

Searched refs:ToEltSz (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp10253 unsigned ToEltSz = StVT.getVectorElementType().getSizeInBits(); in PerformSTORECombine() local
10256 if (!isPowerOf2_32(NumElems * FromEltSz * ToEltSz)) return SDValue(); in PerformSTORECombine()
10260 if (0 != (NumElems * FromEltSz) % ToEltSz) return SDValue(); in PerformSTORECombine()
10262 unsigned SizeRatio = FromEltSz / ToEltSz; in PerformSTORECombine()
10263 assert(SizeRatio * NumElems * ToEltSz == VT.getSizeInBits()); in PerformSTORECombine()
10290 if (TLI.isTypeLegal(Tp) && Tp.getSizeInBits() <= NumElems * ToEltSz) in PerformSTORECombine()
10308 unsigned E = (ToEltSz*NumElems)/StoreType.getSizeInBits(); in PerformSTORECombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp11911 unsigned ToEltSz = StVT.getScalarSizeInBits(); in PerformSTORECombine() local
11914 if (!isPowerOf2_32(NumElems * FromEltSz * ToEltSz)) return SDValue(); in PerformSTORECombine()
11918 if (0 != (NumElems * FromEltSz) % ToEltSz) return SDValue(); in PerformSTORECombine()
11920 unsigned SizeRatio = FromEltSz / ToEltSz; in PerformSTORECombine()
11921 assert(SizeRatio * NumElems * ToEltSz == VT.getSizeInBits()); in PerformSTORECombine()
11948 if (TLI.isTypeLegal(Tp) && Tp.getSizeInBits() <= NumElems * ToEltSz) in PerformSTORECombine()
11966 unsigned E = (ToEltSz*NumElems)/StoreType.getSizeInBits(); in PerformSTORECombine()