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

Declarations

lib/Target/X86/X86RegisterBankInfo.h
   35   static PartialMappingIdx getPartialMappingIdx(const LLT &Ty, bool isFP);

References

lib/Target/X86/X86RegisterBankInfo.cpp
  120       OpRegBankIdx[Idx] = getPartialMappingIdx(MRI.getType(MO.getReg()), isFP);
  156   auto Mapping = getValueMapping(getPartialMappingIdx(Ty, isFP), 3);
  190     auto Mapping = getValueMapping(getPartialMappingIdx(Ty, false), 3);
  219     OpRegBankIdx[0] = getPartialMappingIdx(Ty0, /* isFP */ FirstArgIsFP);
  220     OpRegBankIdx[1] = getPartialMappingIdx(Ty1, /* isFP */ SecondArgIsFP);
  234     auto FpRegBank = getPartialMappingIdx(Ty1, /* isFP */ true);