Home
last modified time | relevance | path

Searched refs:SDIV_I128 (Results 1 – 18 of 18) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRuntimeLibcalls.h56 SDIV_I128, enumerator
/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h56 SDIV_I128, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def58 HANDLE_LIBCALL(SDIV_I128, "__divti3")
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp122 Table[RTLIB::SDIV_I128] = i64_i64_func_i64_i64_i64_i64; in RuntimeLibcallSignatureTable()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp85 Names[RTLIB::SDIV_I128] = "__divti3"; in InitLibcallNames()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMFastISel.cpp1441 LC = RTLIB::SDIV_I128; in SelectSDiv()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp190 setLibcallName(RTLIB::SDIV_I128, nullptr); in AVRTargetLowering()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1708 LC = isSigned ? RTLIB::SDIV_I128 : RTLIB::UDIV_I128; in SelectDiv()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFastISel.cpp1725 LC = isSigned ? RTLIB::SDIV_I128 : RTLIB::UDIV_I128; in SelectDiv()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp91 Names[RTLIB::SDIV_I128] = "__divti3"; in InitLibcallNames()
DLegalizeIntegerTypes.cpp2033 LC = RTLIB::SDIV_I128; in ExpandIntRes_SDIV()
DLegalizeDAG.cpp3490 RTLIB::SDIV_I64, RTLIB::SDIV_I128); in ExpandNode()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2316 LC = RTLIB::SDIV_I128; in ExpandIntRes_SDIV()
DLegalizeDAG.cpp3958 RTLIB::SDIV_I64, RTLIB::SDIV_I128)); in ConvertNodeToLibcall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2502 LC = RTLIB::SDIV_I128; in ExpandIntRes_SDIV()
DLegalizeDAG.cpp4244 RTLIB::SDIV_I64, RTLIB::SDIV_I128)); in ConvertNodeToLibcall()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp19570 case ISD::SDIV: isSigned = true; LC = RTLIB::SDIV_I128; break; in LowerWin64_i128OP()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp22847 case ISD::SDIV: isSigned = true; LC = RTLIB::SDIV_I128; break; in LowerWin64_i128OP()