Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DR600InstrInfo.cpp51 unsigned VectorComponents = 0; in copyPhysReg() local
56 VectorComponents = 4; in copyPhysReg()
61 VectorComponents = 2; in copyPhysReg()
64 if (VectorComponents > 0) { in copyPhysReg()
65 for (unsigned I = 0; I < VectorComponents; I++) { in copyPhysReg()