Home
last modified time | relevance | path

Searched refs:SDIVREM_I16 (Results 1 – 4 of 4) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h73 SDIVREM_I16, enumerator
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp87 Names[RTLIB::SDIVREM_I16] = nullptr; in InitLibcallNames()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2185 case MVT::i16: LC= isSigned ? RTLIB::SDIVREM_I16 : RTLIB::UDIVREM_I16; break; in isDivRemLibcallAvailable()
2230 case MVT::i16: LC= isSigned ? RTLIB::SDIVREM_I16 : RTLIB::UDIVREM_I16; break; in ExpandDivRemLibCall()
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp712 setLibcallName(RTLIB::SDIVREM_I16, "__aeabi_idivmod"); in ARMTargetLowering()
721 setLibcallCallingConv(RTLIB::SDIVREM_I16, CallingConv::ARM_AAPCS); in ARMTargetLowering()
10778 case MVT::i16: LC = isSigned ? RTLIB::SDIVREM_I16 : RTLIB::UDIVREM_I16; break; in LowerDivRem()