Searched refs:numRegs (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | SIRegisterInfo.td | 753 multiclass SRegClass<int numRegs, 759 defvar suffix = !cast<string>(!mul(numRegs, 32)); 802 let Size = !mul(numRegs, 32); 805 let CopyCost = numRegs; 806 let AllocationPriority = !sub(numRegs, 1); 807 let Weight = numRegs; 815 def "" : VRegClassBase<numRegs, regTypes, regList>; 835 let CopyCost = !add(numRegs, numRegs, 1), HasAGPR = 1 in { 837 def "" : VRegClassBase<numRegs, regTypes, regList>; 888 multiclass AVRegClass<int numRegs, list<ValueType> regTypes, [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 2801 unsigned numRegs = 1; in markLibCallAttributes() local 2803 numRegs = 2; in markLibCallAttributes() 2804 if (ParamRegs < numRegs) in markLibCallAttributes() 2806 ParamRegs -= numRegs; in markLibCallAttributes()
|