Searched refs:SDIV_I128 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h56 SDIV_I128, enumerator in enum:llvm::RTLIB::Libcall
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp63 Names[RTLIB::SDIV_I128] = "__divti3";
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMFastISel.cpp1747 LC = isSigned ? RTLIB::SDIV_I128 : RTLIB::UDIV_I128;
/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2046 LC = RTLIB::SDIV_I128;
H A DLegalizeDAG.cpp3351 RTLIB::SDIV_I64, RTLIB::SDIV_I128);

Completed in 135 milliseconds