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

References

lib/Target/X86/X86RegisterBankInfo.cpp
  206     getInstrPartialMappingIdxs(MI, MRI, /* isFP */ true, OpRegBankIdx);
  219     OpRegBankIdx[0] = getPartialMappingIdx(Ty0, /* isFP */ FirstArgIsFP);
  220     OpRegBankIdx[1] = getPartialMappingIdx(Ty1, /* isFP */ SecondArgIsFP);
  235     OpRegBankIdx = {PMI_GPR8,
  254                                OpRegBankIdx);
  258     getInstrPartialMappingIdxs(MI, MRI, /* isFP */ false, OpRegBankIdx);
  264   if (!getInstrValueMapping(MI, OpRegBankIdx, OpdsMapping))