Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DRuntimeLibcalls.h74 SDIVREM_I32, enumerator
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp88 Names[RTLIB::SDIVREM_I32] = nullptr; in InitLibcallNames()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2186 case MVT::i32: LC= isSigned ? RTLIB::SDIVREM_I32 : RTLIB::UDIVREM_I32; break; in isDivRemLibcallAvailable()
2231 case MVT::i32: LC= isSigned ? RTLIB::SDIVREM_I32 : RTLIB::UDIVREM_I32; break; in ExpandDivRemLibCall()
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp380 setLibcallName(RTLIB::SDIVREM_I32, "__divmodsi4"); in ARMTargetLowering()
713 setLibcallName(RTLIB::SDIVREM_I32, "__aeabi_idivmod"); in ARMTargetLowering()
722 setLibcallCallingConv(RTLIB::SDIVREM_I32, CallingConv::ARM_AAPCS); in ARMTargetLowering()
10779 case MVT::i32: LC = isSigned ? RTLIB::SDIVREM_I32 : RTLIB::UDIVREM_I32; break; in LowerDivRem()