Searched refs:AllowSameVGPR (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | GCNVOPDUtils.cpp | 158 bool AllowSameVGPR = ST.hasGFX1250Insts(); in checkVOPDRegConstraints() local 160 if (InstInfo.hasInvalidOperand(getVRegIdx, *TRI, SkipSrc, AllowSameVGPR, in checkVOPDRegConstraints()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPUBaseInfo.h | 919 bool AllowSameVGPR = false, bool VOPD3 = false) const { 920 return getInvalidCompOperandIndex(GetRegIdx, MRI, SkipSrc, AllowSameVGPR, 936 bool AllowSameVGPR = false, bool VOPD3 = false) const;
|
| H A D | AMDGPUBaseInfo.cpp | 864 const MCRegisterInfo &MRI, bool SkipSrc, bool AllowSameVGPR, in getInvalidCompOperandIndex() argument 913 (!AllowSameVGPR || CompOprIdx < Component::DST_NUM || in getInvalidCompOperandIndex()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/ |
| H A D | AMDGPUAsmParser.cpp | 3959 bool AllowSameVGPR = isGFX1250(); in checkVOPDRegBankConstraints() local 3986 getVRegIdx, *TRI, SkipSrc, AllowSameVGPR, AsVOPD3); in checkVOPDRegBankConstraints()
|