Home
last modified time | relevance | path

Searched refs:LoweredTailCall (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DCallLowering.h134 bool LoweredTailCall = false; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64CallLowering.cpp1205 Info.LoweredTailCall = true; in lowerTailCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCallLowering.cpp1335 Info.LoweredTailCall = true; in lowerTailCall()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp568 if (MI && Info.LoweredTailCall) { in createLibcall()
684 if (Info.LoweredTailCall) { in createMemLibcall()