Home
last modified time | relevance | path

Searched refs:SDIVREM_I128 (Results 1 – 5 of 5) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h76 SDIVREM_I128, enumerator
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp95 Names[RTLIB::SDIVREM_I128] = nullptr; in InitLibcallNames()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp2355 case MVT::i128: LC= isSigned ? RTLIB::SDIVREM_I128:RTLIB::UDIVREM_I128; break; in ExpandDivRemLibCall()
DDAGCombiner.cpp2155 case MVT::i128: LC= isSigned ? RTLIB::SDIVREM_I128:RTLIB::UDIVREM_I128; break; in isDivRemLibcallAvailable()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp18146 case ISD::SDIVREM: isSigned = true; LC = RTLIB::SDIVREM_I128; break; in LowerWin64_i128OP()