Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp44 unsigned VectorComponents = 0; in copyPhysReg() local
49 VectorComponents = 4; in copyPhysReg()
54 VectorComponents = 2; in copyPhysReg()
57 if (VectorComponents > 0) { in copyPhysReg()
58 for (unsigned I = 0; I < VectorComponents; I++) { in copyPhysReg()