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

References

include/llvm/CodeGen/MachineInstr.h
  426   unsigned getOpcode() const { return MCID->Opcode; }
include/llvm/MC/MCInstrDesc.h
  219   unsigned getOpcode() const { return Opcode; }
lib/CodeGen/ScoreboardHazardRecognizer.cpp
  179   if (DAG->TII->isZeroCost(MCID->Opcode))
lib/Target/ARM/ARMBaseInstrInfo.cpp
 4358   if (isZeroCost(DefMCID.Opcode))
lib/Target/X86/X86DiscriminateMemOps.cpp
  113       if (BypassPrefetchInstructions && IsPrefetchOpcode(MI.getDesc().Opcode))
  131       if (BypassPrefetchInstructions && IsPrefetchOpcode(MI.getDesc().Opcode))
tools/llvm-exegesis/lib/CodeTemplate.cpp
   59   Result.setOpcode(Instr.Description->Opcode);
tools/llvm-exegesis/lib/X86/Target.cpp
  117     return (Instr.Description->Opcode == X86::POP16r ||
  118             Instr.Description->Opcode == X86::POP32r ||
  119             Instr.Description->Opcode == X86::PUSH16r ||
  120             Instr.Description->Opcode == X86::PUSH32r)