Searched refs:LdWidth (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 3005 int LdWidth = LdVT.getSizeInBits(); in GenWidenVectorLoads() local 3006 int WidthDiff = WidenWidth - LdWidth; // Difference in GenWidenVectorLoads() 3010 EVT NewVT = FindMemType(DAG, TLI, LdWidth, WidenVT, LdAlign, WidthDiff); in GenWidenVectorLoads() 3018 if (LdWidth <= NewVTWidth) { in GenWidenVectorLoads() 3042 LdWidth -= NewVTWidth; in GenWidenVectorLoads() 3045 while (LdWidth > 0) { in GenWidenVectorLoads() 3052 if (LdWidth < NewVTWidth) { in GenWidenVectorLoads() 3054 NewVT = FindMemType(DAG, TLI, LdWidth, WidenVT, LdAlign, WidthDiff); in GenWidenVectorLoads() 3082 LdWidth -= NewVTWidth; in GenWidenVectorLoads()
|