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

References

include/llvm/MC/MCInstrAnalysis.h
   38     return Info->get(Inst.getOpcode()).isBranch();
   42     return Info->get(Inst.getOpcode()).isConditionalBranch();
   46     return Info->get(Inst.getOpcode()).isUnconditionalBranch();
   50     return Info->get(Inst.getOpcode()).isIndirectBranch();
   54     return Info->get(Inst.getOpcode()).isCall();
   58     return Info->get(Inst.getOpcode()).isReturn();
   62     return Info->get(Inst.getOpcode()).isTerminator();
lib/MC/MCInstrAnalysis.cpp
   29       Info->get(Inst.getOpcode()).OpInfo[0].OperandType != MCOI::OPERAND_PCREL)
lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp
  317     const auto &Desc = Info->get(Inst.getOpcode());
lib/Target/AMDGPU/MCTargetDesc/AMDGPUMCTargetDesc.cpp
  118         Info->get(Inst.getOpcode()).OpInfo[0].OperandType !=
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
  268     if (Info->get(Inst.getOpcode()).OpInfo[0].OperandType!=MCOI::OPERAND_PCREL)
  298     if (Info->get(Inst.getOpcode()).OpInfo[OpId].OperandType !=
lib/Target/Hexagon/MCTargetDesc/HexagonMCTargetDesc.cpp
  440     if(!HexagonMCInstrInfo::isExtendable(*Info, Inst))
  442     auto const &Extended(HexagonMCInstrInfo::getExtendableOperand(*Info, Inst));
lib/Target/Lanai/MCTargetDesc/LanaiMCTargetDesc.cpp
  101     if (Info->get(Inst.getOpcode()).OpInfo[0].OperandType ==
lib/Target/Mips/MCTargetDesc/MipsMCTargetDesc.cpp
  145     switch (Info->get(Inst.getOpcode()).OpInfo[NumOps - 1].OperandType) {
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp
  418   const MCInstrDesc &Desc = Info->get(Inst.getOpcode());
  527   const MCInstrDesc &MCID = Info->get(Inst.getOpcode());