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

Declarations

lib/Target/Mips/MipsISelLowering.h
   50 class MipsCCState;

References

gen/lib/Target/Mips/MipsGenCallingConv.inc
  553     if (static_cast<MipsCCState *>(&State)->getSpecialCallingConv() == MipsCCState::Mips16RetHelperConv) {
lib/Target/Mips/MipsCCState.cpp
   69 MipsCCState::SpecialCallingConvType
   72   MipsCCState::SpecialCallingConvType SpecialCallingConv = NoSpecialCallingConv;
lib/Target/Mips/MipsCallLowering.cpp
  439     MipsCCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs,
  485   MipsCCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs,
  611   MipsCCState CCInfo(F.getCallingConv(), IsCalleeVarArg, MF, ArgLocs,
  655     MipsCCState CCInfo(F.getCallingConv(), F.isVarArg(), MF, ArgLocs,
lib/Target/Mips/MipsFastISel.cpp
 1285     MipsCCState CCInfo(CC, false, *FuncInfo.MF, RVLocs, *Context);
 1705     MipsCCState CCInfo(CC, F.isVarArg(), *FuncInfo.MF, ValLocs,
lib/Target/Mips/MipsISelLowering.cpp
 2745   const MipsCCState * MipsState = static_cast<MipsCCState *>(&State);
 3037   MipsCCState CCInfo(
 3039       MipsCCState::getSpecialCallingConvForCallee(Callee.getNode(), Subtarget));
 3344   MipsCCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), RVLocs,
 3479   MipsCCState CCInfo(CallConv, IsVarArg, DAG.getMachineFunction(), ArgLocs,
 3624   MipsCCState CCInfo(CallConv, IsVarArg, MF, RVLocs, Context);
 3660   MipsCCState CCInfo(CallConv, IsVarArg, MF, RVLocs, *DAG.getContext());
 4178     MipsCCState &State) const {
lib/Target/Mips/MipsISelLowering.h
  583                        MipsCCState &State) const;