Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600InstrInfo.cpp65 unsigned VectorComponents = 0; in copyPhysReg() local
70 VectorComponents = 4; in copyPhysReg()
75 VectorComponents = 2; in copyPhysReg()
78 if (VectorComponents > 0) { in copyPhysReg()
79 for (unsigned I = 0; I < VectorComponents; I++) { in copyPhysReg()