Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:UNKNOWN_LIBCALL

331   for (int i = 0; i < RTLIB::UNKNOWN_LIBCALL; ++i) {
337 /// UNKNOWN_LIBCALL if there is none.
344 return UNKNOWN_LIBCALL;
348 /// UNKNOWN_LIBCALL if there is none.
364 return UNKNOWN_LIBCALL;
368 /// UNKNOWN_LIBCALL if there is none.
407 return UNKNOWN_LIBCALL;
411 /// UNKNOWN_LIBCALL if there is none.
450 return UNKNOWN_LIBCALL;
454 /// UNKNOWN_LIBCALL if there is none.
484 return UNKNOWN_LIBCALL;
488 /// UNKNOWN_LIBCALL if there is none.
518 return UNKNOWN_LIBCALL;
524 memset(CCs, ISD::SETCC_INVALID, sizeof(ISD::CondCode)*RTLIB::UNKNOWN_LIBCALL);