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

References

lib/Target/X86/X86CallingConv.cpp
  135                                              ArgFlags, State);
  147     if (State.isAllocated(X86::R9)) {
  149       (void)State.AllocateReg(CC_X86_VectorCallGetSSEs(ValVT));
  157     (void)State.AllocateReg(CC_X86_64_VectorCallGetGPRs());
  160     if (unsigned Reg = State.AllocateReg(CC_X86_VectorCallGetSSEs(ValVT))) {
  166           State.getMachineFunction().getSubtarget().getRegisterInfo();
  169         State.AllocateStack(8, 8);
  172         State.addLoc(CCValAssign::getReg(ValNo, ValVT, Reg, LocVT, LocInfo));