Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp46 unsigned VectorComponents = 0; in copyPhysReg() local
51 VectorComponents = 4; in copyPhysReg()
56 VectorComponents = 2; in copyPhysReg()
59 if (VectorComponents > 0) { in copyPhysReg()
60 for (unsigned I = 0; I < VectorComponents; I++) { in copyPhysReg()