Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:UNKNOWN_LIBCALL

433   for (int i = 0; i < RTLIB::UNKNOWN_LIBCALL; ++i) {
439 /// UNKNOWN_LIBCALL if there is none.
454 return UNKNOWN_LIBCALL;
458 /// UNKNOWN_LIBCALL if there is none.
489 return UNKNOWN_LIBCALL;
493 /// UNKNOWN_LIBCALL if there is none.
531 return UNKNOWN_LIBCALL;
535 /// UNKNOWN_LIBCALL if there is none.
573 return UNKNOWN_LIBCALL;
577 /// UNKNOWN_LIBCALL if there is none.
613 return UNKNOWN_LIBCALL;
617 /// UNKNOWN_LIBCALL if there is none.
653 return UNKNOWN_LIBCALL;
661 return UNKNOWN_LIBCALL; \
691 return UNKNOWN_LIBCALL;
697 memset(CCs, ISD::SETCC_INVALID, sizeof(ISD::CondCode)*RTLIB::UNKNOWN_LIBCALL);