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

References

lib/Target/X86/X86CallingConv.cpp
  194       return CC_X86_VectorCallAssignRegister(ValNo, ValVT, LocVT, LocInfo,
  202   if (!(ValVT.isFloatingPoint() ||
  203         (ValVT.isVector() && ValVT.getSizeInBits() >= 128))) {
  203         (ValVT.isVector() && ValVT.getSizeInBits() >= 128))) {
  211   if (unsigned Reg = State.AllocateReg(CC_X86_VectorCallGetSSEs(ValVT))) {
  212     State.addLoc(CCValAssign::getReg(ValNo, ValVT, Reg, LocVT, LocInfo));
  219   if (!ValVT.isFloatingPoint()) {