Home
last modified time | relevance | path

Searched refs:AllowSameVGPR (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNVOPDUtils.cpp158 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 DAMDGPUBaseInfo.h919 bool AllowSameVGPR = false, bool VOPD3 = false) const {
920 return getInvalidCompOperandIndex(GetRegIdx, MRI, SkipSrc, AllowSameVGPR,
936 bool AllowSameVGPR = false, bool VOPD3 = false) const;
H A DAMDGPUBaseInfo.cpp864 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 DAMDGPUAsmParser.cpp3959 bool AllowSameVGPR = isGFX1250(); in checkVOPDRegBankConstraints() local
3986 getVRegIdx, *TRI, SkipSrc, AllowSameVGPR, AsVOPD3); in checkVOPDRegBankConstraints()