Searched refs:numRegs (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| D | SIRegisterInfo.td | 711 multiclass SRegClass<int numRegs, int priority, 715 int copyCost = !sra(!add(numRegs, 1), 1)> { 717 defvar suffix = !cast<string>(!mul(numRegs, 32)); 757 class VRegClassBase<int numRegs, list<ValueType> regTypes, dag regList> : 759 let Size = !mul(numRegs, 32); 762 let CopyCost = numRegs; 763 let AllocationPriority = numRegs; 764 let Weight = numRegs; 769 multiclass VRegClass<int numRegs, list<ValueType> regTypes, dag regList> { 771 def "" : VRegClassBase<numRegs, regTypes, regList>; [all …]
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 2415 unsigned numRegs = 1; in markLibCallAttributes() local 2417 numRegs = 2; in markLibCallAttributes() 2418 if (ParamRegs < numRegs) in markLibCallAttributes() 2420 ParamRegs -= numRegs; in markLibCallAttributes()
|