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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp12704 bool HasRet = false;
12708 HasRet = true;
12711 if (!HasRet)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2964 bool HasRet = false; local
2970 HasRet = true;
2973 if (!HasRet)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp2855 bool HasRet = false;
2867 HasRet = true;
2870 if (!HasRet)
[all...]

Completed in 280 milliseconds