Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp309 unsigned numSubRegs = 0; in copyPhysReg() local
326 numSubRegs = 2; in copyPhysReg()
339 numSubRegs = 2; in copyPhysReg()
350 numSubRegs = 2; in copyPhysReg()
356 numSubRegs = 4; in copyPhysReg()
371 if (numSubRegs == 0 || subRegIdx == nullptr || movOpc == 0) in copyPhysReg()
377 for (unsigned i = 0; i != numSubRegs; ++i) { in copyPhysReg()