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

Declarations

tools/llvm-exegesis/lib/MCInstrDescView.h
   81   const MCOperandInfo &getExplicitOperandInfo() const;

References

tools/llvm-exegesis/lib/MCInstrDescView.cpp
   62          getExplicitOperandInfo().OperandType == MCOI::OPERAND_MEMORY;
   67          getExplicitOperandInfo().OperandType == MCOI::OPERAND_IMMEDIATE;
tools/llvm-exegesis/lib/Target.cpp
   94   switch (Op.getExplicitOperandInfo().OperandType) {
tools/llvm-exegesis/lib/X86/Target.cpp
  163         Op.getExplicitOperandInfo().OperandType == MCOI::OPERAND_PCREL)
  169         Op.getExplicitOperandInfo().RegClass == X86::RSTRegClassID)
  620   switch (Op.getExplicitOperandInfo().OperandType) {