Home
last modified time | relevance | path

Searched refs:UREM_I16 (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRuntimeLibcalls.h68 UREM_I16, enumerator
/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h68 UREM_I16, enumerator
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp97 Names[RTLIB::UREM_I16] = "__umodhi3"; in InitLibcallNames()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1724 LC = isSigned ? RTLIB::SREM_I16 : RTLIB::UREM_I16; in SelectRem()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp103 Names[RTLIB::UREM_I16] = "__umodhi3"; in InitLibcallNames()
DLegalizeIntegerTypes.cpp2348 LC = RTLIB::UREM_I16; in ExpandIntRes_UREM()
DLegalizeDAG.cpp3470 RTLIB::UREM_I16, RTLIB::UREM_I32, in ExpandNode()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2668 LC = RTLIB::UREM_I16; in ExpandIntRes_UREM()
DLegalizeDAG.cpp3951 RTLIB::UREM_I16, RTLIB::UREM_I32, in ConvertNodeToLibcall()