Searched refs:CCs (Results 1 – 5 of 5) sorted by relevance
661 static void InitCmpLibcallCCs(ISD::CondCode *CCs) { in InitCmpLibcallCCs() argument662 memset(CCs, ISD::SETCC_INVALID, sizeof(ISD::CondCode)*RTLIB::UNKNOWN_LIBCALL); in InitCmpLibcallCCs()663 CCs[RTLIB::OEQ_F32] = ISD::SETEQ; in InitCmpLibcallCCs()664 CCs[RTLIB::OEQ_F64] = ISD::SETEQ; in InitCmpLibcallCCs()665 CCs[RTLIB::OEQ_F128] = ISD::SETEQ; in InitCmpLibcallCCs()666 CCs[RTLIB::OEQ_PPCF128] = ISD::SETEQ; in InitCmpLibcallCCs()667 CCs[RTLIB::UNE_F32] = ISD::SETNE; in InitCmpLibcallCCs()668 CCs[RTLIB::UNE_F64] = ISD::SETNE; in InitCmpLibcallCCs()669 CCs[RTLIB::UNE_F128] = ISD::SETNE; in InitCmpLibcallCCs()670 CCs[RTLIB::UNE_PPCF128] = ISD::SETNE; in InitCmpLibcallCCs()[all …]
37 std::vector<Record*> CCs = Records.getAllDerivedDefinitions("CallingConv"); in run() local42 for (Record *CC : CCs) { in run()61 for (Record *CC : CCs) { in run()
92 const char *CCs[] = {"cdecl", "stdcall", "fastcall", "thiscall", "pascal"}; in addCygMingDefines() local93 for (const char *CC : CCs) { in addCygMingDefines()
117 // logic. FIXME: See if the logic can be simplified with use of CCs.
80 (UNSPEC_CHECK_ARCH 7); Set CCs to indicate 26-bit or 32-bit mode.