Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNVOPDUtils.cpp155 bool SkipSrc = ST.getGeneration() >= AMDGPUSubtarget::GFX12 && 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.h918 const MCRegisterInfo &MRI, bool SkipSrc = false,
920 return getInvalidCompOperandIndex(GetRegIdx, MRI, SkipSrc, AllowSameVGPR,
935 const MCRegisterInfo &MRI, bool SkipSrc = false,
H A DAMDGPUBaseInfo.cpp864 const MCRegisterInfo &MRI, bool SkipSrc, bool AllowSameVGPR, in getInvalidCompOperandIndex() argument
900 if (SkipSrc && CompOprIdx >= Component::DST_NUM) in getInvalidCompOperandIndex()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3956 bool SkipSrc = Opcode == AMDGPU::V_DUAL_MOV_B32_e32_X_MOV_B32_e32_gfx12 || in checkVOPDRegBankConstraints() local
3986 getVRegIdx, *TRI, SkipSrc, AllowSameVGPR, AsVOPD3); in checkVOPDRegBankConstraints()