Searched refs:IsTailCallConvention (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h369 bool IsTailCallConvention(CallingConv::ID CallCC) const;
H A DAArch64ISelLowering.cpp1970 if (!IsTailCallConvention(CalleeCC) && CalleeCC != CallingConv::C)
1988 if (IsTailCallConvention(CalleeCC) && CCMatch)
2104 bool AArch64TargetLowering::IsTailCallConvention(CallingConv::ID CallCC) const { function in class:AArch64TargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2154 /// IsTailCallConvention - Return true if the calling convention is one that
2156 static bool IsTailCallConvention(CallingConv::ID CC) { function
2173 if (!IsTailCallConvention(CalleeCC) && !IsCCallConvention(CalleeCC))
2183 return GuaranteedTailCallOpt && IsTailCallConvention(CC);
2249 assert(!(isVarArg && IsTailCallConvention(CallConv)) &&
2494 if (!Is64Bit && !IsTailCallConvention(CallConv) &&
2612 assert(!(isVarArg && IsTailCallConvention(CallConv)) &&
2633 IsTailCallConvention(CallConv))
3001 else if (!Is64Bit && !IsTailCallConvention(CallConv) &&
3152 if (!IsTailCallConvention(CalleeC
[all...]

Completed in 605 milliseconds