Searched refs:ScalarSize (Results 1 – 2 of 2) sorted by relevance
606 unsigned ScalarSize = MemSclVT.getSizeInBits(); in ExpandStore() local609 if (!isPowerOf2_32(ScalarSize)) in ExpandStore()610 ScalarSize = NextPowerOf2(ScalarSize); in ExpandStore()613 unsigned Stride = ScalarSize/8; in ExpandStore()
5836 unsigned ScalarSize = CVT.getSizeInBits(); in LowerVectorBroadcast() local5838 if (ScalarSize == 32 || (IsGE256 && ScalarSize == 64)) { in LowerVectorBroadcast()5859 unsigned ScalarSize = Ld.getValueType().getSizeInBits(); in LowerVectorBroadcast() local5863 (ScalarSize == 32 || (IsGE256 && ScalarSize == 64))) in LowerVectorBroadcast()5870 if (ScalarSize == 32 || (IsGE256 && ScalarSize == 64)) in LowerVectorBroadcast()5876 if (ScalarSize == 8 || ScalarSize == 16 || ScalarSize == 64) in LowerVectorBroadcast()