Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIRegisterInfo.cpp3141 const bool IsVOP2 = MIB->getOpcode() == AMDGPU::V_ADD_U32_e32; in eliminateFrameIndex() local
3144 if (IsVOP2 || in eliminateFrameIndex()
3149 if (!IsVOP2) in eliminateFrameIndex()
H A DVOPInstructions.td1544 class VOP3InstBase<string OpName, VOPProfile P, SDPatternOperator node = null_frag, bit IsVOP2 = 0,…
1552 !if(IsVOP2,
H A DVOP3PInstructions.td879 : VOP3InstBase<OpName, P, node, /*IsVOP2=*/0, Scaled> {