reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/AMDGPU/SIInstrInfo.h
  844   bool isOperandLegal(const MachineInstr &MI, unsigned OpIdx,

References

lib/Target/AMDGPU/GCNDPPCombine.cpp
  206     if (!TII->isOperandLegal(*DPPInst.getInstr(), NumOperands, Src0)) {
  228       if (!TII->isOperandLegal(*DPPInst.getInstr(), NumOperands, Src1)) {
  239           !TII->isOperandLegal(*DPPInst.getInstr(), NumOperands, Src2)) {
lib/Target/AMDGPU/SIFixSGPRCopies.cpp
  218         !TII->isOperandLegal(*UseMI, UseMI->getOperandNo(&MO), &Src))
lib/Target/AMDGPU/SIFoldOperands.cpp
  333   if (!TII->isOperandLegal(*MI, OpNo, OpToFold)) {
  399     if (!TII->isOperandLegal(*MI, CommuteOpNo, OpToFold)) {
  497       TII->isOperandLegal(*UseMI, UseOpIdx, &OpToFold)) {
  528           !TII->isOperandLegal(*UseMI, UseOpIdx, Op))
lib/Target/AMDGPU/SIInstrInfo.cpp
 1686     if (isOperandLegal(MI, Src1Idx, &Src0)) {
 1697     if (isOperandLegal(MI, Src1Idx, &Src0))
 2682           isOperandLegal(MI, AMDGPU::getNamedOperandIdx(NewOpc,
 4187         !isOperandLegal(MI, Idx, &MO)) {