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

Declarations

tools/llvm-exegesis/lib/MCInstrDescView.h
  101   const Operand &getPrimaryOperand(const Variable &Var) const;

References

tools/llvm-exegesis/lib/CodeTemplate.cpp
   53     return Instr.getPrimaryOperand(Var).isImmediate();
tools/llvm-exegesis/lib/Target.cpp
   93   const Operand &Op = Instr.getPrimaryOperand(Var);
tools/llvm-exegesis/lib/Uops.cpp
  130     const Operand &Op = IT.Instr.getPrimaryOperand(*Var);
tools/llvm-exegesis/lib/X86/Target.cpp
  619   const Operand &Op = Instr.getPrimaryOperand(Var);