Home | History | Annotate | Download | only in X86

Lines Matching refs:IsTailCallConvention

1879 /// IsTailCallConvention - Return true if the calling convention is one that
1881 static bool IsTailCallConvention(CallingConv::ID CC) {
1892 if (!IsTailCallConvention(CalleeCC) && CalleeCC != CallingConv::C)
1902 return GuaranteedTailCallOpt && IsTailCallConvention(CC);
1969 assert(!(isVarArg && IsTailCallConvention(CallConv)) &&
2204 if (!Is64Bit && !IsTailCallConvention(CallConv) && !IsWindows &&
2315 assert(!(isVarArg && IsTailCallConvention(CallConv)) &&
2337 IsTailCallConvention(CallConv))
2684 else if (!Is64Bit && !IsTailCallConvention(CallConv) && !IsWindows &&
2832 if (!IsTailCallConvention(CalleeCC) &&
2850 if (IsTailCallConvention(CalleeCC) && CCMatch)