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

References

lib/Target/Mips/MipsRegisterBankInfo.cpp
  476       InstTy = TI.determineInstType(&MI);
  478     if (InstTy == InstType::FloatingPoint ||
  479         (Op0Size == 64 && InstTy == InstType::Ambiguous))
  490       InstTy = TI.determineInstType(&MI);
  493     if (InstTy == InstType::Integer && Op0Size == 64) {
  504       InstTy = TI.determineInstType(&MI);
  506     if (InstTy == InstType::FloatingPoint ||
  507         (Op0Size == 64 && InstTy == InstType::Ambiguous)) {
  522       InstTy = TI.determineInstType(&MI);
  524     if (InstTy == InstType::FloatingPoint)