Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp4939 const bool IsDst = Desc.getOpcode() == AMDGPU::V_MOVRELD_B32_e32 || in verifyInstruction() local
4944 const unsigned NumImplicitOps = IsDst ? 2 : 1; in verifyInstruction()
4955 if (IsDst) { in verifyInstruction()
4973 !isSubRegOf(RI, ImpUse, IsDst ? *Dst : Src0)) { in verifyInstruction()