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

References

lib/Target/Mips/MipsRegisterBankInfo.cpp
  464     if (Op0Size == 128)
  469     if (Op0Size == 128) {
  479         (Op0Size == 64 && InstTy == InstType::Ambiguous))
  481           {getFprbMapping(Op0Size), &Mips::ValueMappings[Mips::GPRIdx]});
  484           getOperandsMapping({getGprbOrCustomMapping(Op0Size, MappingID),
  493     if (InstTy == InstType::Integer && Op0Size == 64) {
  507         (Op0Size == 64 && InstTy == InstType::Ambiguous)) {
  508       const RegisterBankInfo::ValueMapping *Bank = getFprbMapping(Op0Size);
  514           getGprbOrCustomMapping(Op0Size, MappingID);
  525       OperandsMapping = getFprbMapping(Op0Size);
  527       OperandsMapping = getGprbOrCustomMapping(Op0Size, MappingID);
  548     OperandsMapping = getFprbMapping(Op0Size);
  549     if (Op0Size == 128)
  553     OperandsMapping = getOperandsMapping({getFprbMapping(Op0Size), nullptr});
  571     assert((Op0Size == 32) && "Unsupported integer size");
  581         {getFprbMapping(Op0Size), &Mips::ValueMappings[Mips::GPRIdx]});