Searched refs:SDIV_I16 (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h53 SDIV_I16, enumerator in enum:llvm::RTLIB::Libcall
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp60 Names[RTLIB::SDIV_I16] = "__divhi3";
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1741 LC = isSigned ? RTLIB::SDIV_I16 : RTLIB::UDIV_I16;
H A DARMISelLowering.cpp397 setLibcallName(RTLIB::SDIV_I16, "__aeabi_idiv");
405 setLibcallCallingConv(RTLIB::SDIV_I16, CallingConv::ARM_AAPCS);
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2040 LC = RTLIB::SDIV_I16;
H A DLegalizeDAG.cpp3350 RTLIB::SDIV_I16, RTLIB::SDIV_I32,

Completed in 224 milliseconds