Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp81 unsigned NumSubRegs; member
1068 unsigned Size = NumSubRegs * EltSize; in buildSpillLoadStore()
1155 if (i == NumSubRegs) { in buildSpillLoadStore()
1341 SB.NumSubRegs == 1 in spillSGPR()
1368 if (SB.NumSubRegs > 1) in spillSGPR()
1392 SB.NumSubRegs == 1 in spillSGPR()
1413 if (SB.NumSubRegs > 1) { in spillSGPR()
1416 if (i + 1 == SB.NumSubRegs) in spillSGPR()
1454 SB.NumSubRegs == 1 in restoreSGPR()
1463 if (SB.NumSubRegs > 1 && i == 0) in restoreSGPR()
[all …]
H A DSIInstrInfo.cpp5222 unsigned NumSubRegs = RegSize / 32; in emitLoadSRsrcFromVGPRLoop() local
5223 assert(NumSubRegs % 2 == 0 && NumSubRegs <= 32 && "Unhandled register size"); in emitLoadSRsrcFromVGPRLoop()
5225 for (unsigned Idx = 0; Idx < NumSubRegs; Idx += 2) { in emitLoadSRsrcFromVGPRLoop()
5253 if (NumSubRegs <= 2) in emitLoadSRsrcFromVGPRLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp329 const MCInstrDesc &MCID, unsigned int NumSubRegs, in copyPhysSubRegs() argument
334 for (unsigned Idx = 0; Idx != NumSubRegs; ++Idx) { in copyPhysSubRegs()
394 unsigned int NumSubRegs = 2; in copyPhysReg() local
396 NumSubRegs, SubRegIdx, &getRegisterInfo()); in copyPhysReg()
400 unsigned int NumSubRegs = 2; in copyPhysReg() local
402 NumSubRegs, SubRegIdx, &getRegisterInfo()); in copyPhysReg()