reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3839 if (TII->isVOP3(*I)) {
lib/Target/AMDGPU/SIInstrInfo.cpp2951 if (!isVOP3(MI) || !AMDGPU::isSISrcOperand(InstDesc, OpNo)) 3428 && (isVOP1(MI) || isVOP2(MI) || isVOP3(MI) || isVOPC(MI) || isSDWA(MI))) { 3475 if (isVOP3(MI) && LiteralCount) { 3964 if (isVOP3(MI) && isLiteralConstantLike(*MO, OpInfo) && !VOP3LiteralLimit--) 3986 } else if (isVOP3(MI) && AMDGPU::isSISrcOperand(InstDesc, i) && 4525 if (isVOP3(MI)) { 5998 return isVOP3(MI) ? 12 : (DescSize + 4); 6005 return isVOP3(MI) ? 12 : (DescSize + 4); 6012 return isVOP3(MI) ? 12 : (DescSize + 4);