Searched refs:LdWidth (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeVectorTypes.cpp | 3391 int LdWidth = LdVT.getSizeInBits(); in GenWidenVectorLoads() local 3392 int WidthDiff = WidenWidth - LdWidth; // Difference in GenWidenVectorLoads() 3396 EVT NewVT = FindMemType(DAG, TLI, LdWidth, WidenVT, LdAlign, WidthDiff); in GenWidenVectorLoads() 3404 if (LdWidth <= NewVTWidth) { in GenWidenVectorLoads() 3428 LdWidth -= NewVTWidth; in GenWidenVectorLoads() 3431 while (LdWidth > 0) { in GenWidenVectorLoads() 3438 if (LdWidth < NewVTWidth) { in GenWidenVectorLoads() 3440 NewVT = FindMemType(DAG, TLI, LdWidth, WidenVT, LdAlign, WidthDiff); in GenWidenVectorLoads() 3468 LdWidth -= NewVTWidth; in GenWidenVectorLoads()
|