Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp66 unsigned VectorComponents = 0; in copyPhysReg() local
71 VectorComponents = 4; in copyPhysReg()
76 VectorComponents = 2; in copyPhysReg()
79 if (VectorComponents > 0) { in copyPhysReg()
80 for (unsigned I = 0; I < VectorComponents; I++) { in copyPhysReg()