Searched refs:SDIV_I32 (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h54 SDIV_I32, enumerator in enum:llvm::RTLIB::Libcall
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp61 Names[RTLIB::SDIV_I32] = "__divsi3";
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1081 setLibcallName(RTLIB::SDIV_I32, "__hexagon_divsi3");
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1743 LC = isSigned ? RTLIB::SDIV_I32 : RTLIB::UDIV_I32;
H A DARMISelLowering.cpp398 setLibcallName(RTLIB::SDIV_I32, "__aeabi_idiv");
406 setLibcallCallingConv(RTLIB::SDIV_I32, CallingConv::ARM_AAPCS);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2042 LC = RTLIB::SDIV_I32;
H A DLegalizeDAG.cpp3350 RTLIB::SDIV_I16, RTLIB::SDIV_I32,

Completed in 228 milliseconds