Lines Matching refs:GHC
7512 CallingConv::GHC)
7513 report_fatal_error("In GHC calling convention TLS is not supported");
19603 "Attribute 'nest' is not supported in GHC calling convention");
19655 report_fatal_error("No registers left in GHC calling convention");
19676 case CallingConv::GHC:
19678 report_fatal_error("GHC calling convention is not supported on RVE!");
19680 report_fatal_error("GHC calling convention requires the (Zfinx/F) and "
19708 if (CallConv == CallingConv::GHC)
19914 if (CallConv == CallingConv::GHC) {
19916 report_fatal_error("GHC calling convention is not supported on RVE!");
20233 if (CallConv == CallingConv::GHC && !RVLocs.empty())
20234 report_fatal_error("GHC functions return void only");