Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp42 unsigned VectorComponents = 0; in copyPhysReg() local
47 VectorComponents = 4; in copyPhysReg()
52 VectorComponents = 2; in copyPhysReg()
55 if (VectorComponents > 0) { in copyPhysReg()
56 for (unsigned I = 0; I < VectorComponents; I++) { in copyPhysReg()