Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp545 unsigned Size = NumSubRegs * EltSize; in buildSpillLoadStore()
589 unsigned SubReg = NumSubRegs == 1 ? in buildSpillLoadStore()
615 if (NumSubRegs > 1) in buildSpillLoadStore()
704 for (unsigned i = 0, e = NumSubRegs; i < e; ++i) { in spillSGPR()
705 unsigned SubReg = NumSubRegs == 1 ? in spillSGPR()
787 if (NumSubRegs > 1) { in spillSGPR()
817 MFI->addToSpilledSGPRs(NumSubRegs); in spillSGPR()
877 unsigned SubReg = NumSubRegs == 1 ? in restoreSGPR()
907 if (NumSubRegs > 1 && i == 0) in restoreSGPR()
921 if (NumSubRegs > 1 && i == 0) in restoreSGPR()
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38219 unsigned NumSubRegs = InVT.getSizeInBits() / 128; in combineVectorTruncationWithPACKUS() local
38222 SmallVector<SDValue, 8> SubVecs(NumSubRegs); in combineVectorTruncationWithPACKUS()
38228 for (unsigned i = 0; i < NumSubRegs; i++) { in combineVectorTruncationWithPACKUS()