Home
last modified time | relevance | path

Searched defs:IsTailCallConvention (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp2528 bool AArch64TargetLowering::IsTailCallConvention(CallingConv::ID CallCC) const { in IsTailCallConvention() function in AArch64TargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp2157 static bool IsTailCallConvention(CallingConv::ID CC) { in IsTailCallConvention() function