Home | History | Annotate | Download | only in Mips

Lines Matching refs:Fast

55 EnableMipsFastISel("mips-fast-isel", cl::Hidden,
56 cl::desc("Allow mips-fast-isel to be used"),
413 // Create a fast isel object.
3339 assert((CallConv != CallingConv::Fast || !IsVarArg) &&
3340 "CallingConv::Fast shouldn't be used for vararg functions.");
3470 return (IsO32 && (CallConv != CallingConv::Fast)) ? 16 : 0;
3478 if (CallConv == CallingConv::Fast)