Home
last modified time | relevance | path

Searched refs:SREM_I32 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h64 SREM_I32, enumerator
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp81 Names[RTLIB::SREM_I32] = "__modsi3"; in InitLibcallNames()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1735 LC = isSigned ? RTLIB::SREM_I32 : RTLIB::UREM_I32; in SelectRem()
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.cpp1902 setLibcallName(RTLIB::SREM_I32, "__hexagon_modsi3"); in HexagonTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2406 LC = RTLIB::SREM_I32; in ExpandIntRes_SREM()
DLegalizeDAG.cpp4164 RTLIB::SREM_I16, RTLIB::SREM_I32, in ConvertNodeToLibcall()