Home | History | Annotate | Download | only in ARM

Lines Matching refs:LibCall

175         const RTLIB::Libcall Op;
245 setLibcallCallingConv((RTLIB::Libcall)i, CallingConv::ARM_AAPCS_VFP);
259 const RTLIB::Libcall Op;
358 const RTLIB::Libcall Op;
381 const RTLIB::Libcall Op;
779 setOperationAction(ISD::SDIV, MVT::i32, LibCall);
780 setOperationAction(ISD::UDIV, MVT::i32, LibCall);
970 // Combine sin / cos into one node or libcall if possible.
979 // For iOS, we don't want to the normal expansion of a libcall to
980 // sincos. We want to issue a libcall to __sincos_stret.
3005 // Thumb1 and pre-v6 ARM mode use a libcall instead and should never get
3008 "Unexpected ISD::ATOMIC_FENCE encountered. Should be libcall!");
4176 RTLIB::Libcall LC;
4228 RTLIB::Libcall LC;
6959 RTLIB::Libcall LC =
12007 static RTLIB::Libcall getDivRemLibcall(
12014 RTLIB::Libcall LC;
12016 default: llvm_unreachable("Unexpected request for libcall!");
12057 RTLIB::Libcall LC = getDivRemLibcall(Op.getNode(),
12087 default: llvm_unreachable("Unexpected request for libcall!");
12099 RTLIB::Libcall LC = getDivRemLibcall(N, N->getValueType(0).getSimpleVT().
12150 RTLIB::Libcall LC;
12163 RTLIB::Libcall LC;
12332 // Thumb1 and pre-v6 ARM mode use a libcall instead and should never get
12399 libcall and blame the OS when
12408 // are doomed anyway, so defer to the default libcall and blame the OS when