Home | History | Annotate | Download | only in ARM

Lines Matching full:libcall

213     bool ARMEmitLibcall(const Instruction *I, RTLIB::Libcall Call);
1693 // Otherwise emit a libcall.
1694 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;
1716 RTLIB::Libcall LC = RTLIB::UNKNOWN_LIBCALL;
2121 // A quick function that will emit a call for a named libcall in F with the
2123 // can emit a call for any libcall we can produce. This is an abridged version
2128 bool ARMFastISel::ARMEmitLibcall(const Instruction *I, RTLIB::Libcall Call) {