Searched refs:BuildLibcall (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | LegalizerHelper.cpp | 1132 const auto BuildLibcall = [&](const RTLIB::Libcall Libcall, in createFCMPLibcall() local 1156 if (BuildLibcall(Libcall, ICmpPred, DstReg)) { in createFCMPLibcall() 1171 const auto Oeq = BuildLibcall(OeqLibcall, OeqPred, DstTy); in createFCMPLibcall() 1175 const auto Uno = BuildLibcall(UnoLibcall, UnoPred, DstTy); in createFCMPLibcall() 1193 BuildLibcall(OeqLibcall, CmpInst::getInversePredicate(OeqPred), DstTy); in createFCMPLibcall() 1198 BuildLibcall(UnoLibcall, CmpInst::getInversePredicate(UnoPred), DstTy); in createFCMPLibcall() 1221 if (!BuildLibcall(InversedLibcall, in createFCMPLibcall()
|