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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp14189 bool HasRet = false;
14193 HasRet = true;
14196 if (!HasRet)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp3162 bool HasRet = false; local
3168 HasRet = true;
3171 if (!HasRet)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2839 bool HasRet = false;
2851 HasRet = true;
2854 if (!HasRet)
[all...]

Completed in 392 milliseconds