Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h81 UDIVREM_I128, enumerator
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp100 Names[RTLIB::UDIVREM_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.cpp18147 case ISD::UDIVREM: isSigned = false; LC = RTLIB::UDIVREM_I128; break; in LowerWin64_i128OP()