Home
last modified time | relevance | path

Searched refs:UDIV_I8 (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DRuntimeLibcalls.h57 UDIV_I8, enumerator
/external/llvm/include/llvm/CodeGen/
DRuntimeLibcalls.h57 UDIV_I8, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DRuntimeLibcalls.def59 HANDLE_LIBCALL(UDIV_I8, "__udivqi3")
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyRuntimeLibcallSignatures.cpp123 Table[RTLIB::UDIV_I8] = i8_func_i8_i8; in RuntimeLibcallSignatureTable()
/external/llvm/lib/CodeGen/
DTargetLoweringBase.cpp86 Names[RTLIB::UDIV_I8] = "__udivqi3"; in InitLibcallNames()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp191 setLibcallName(RTLIB::UDIV_I8, nullptr); in AVRTargetLowering()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp1700 LC = isSigned ? RTLIB::SDIV_I8 : RTLIB::UDIV_I8; in SelectDiv()
DARMISelLowering.cpp341 { RTLIB::UDIV_I8, "__aeabi_uidiv", CallingConv::ARM_AAPCS, ISD::SETCC_INVALID }, in ARMTargetLowering()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMFastISel.cpp1717 LC = isSigned ? RTLIB::SDIV_I8 : RTLIB::UDIV_I8; in SelectDiv()
DARMISelLowering.cpp405 { RTLIB::UDIV_I8, "__aeabi_uidiv", CallingConv::ARM_AAPCS, ISD::SETCC_INVALID }, in ARMTargetLowering()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp92 Names[RTLIB::UDIV_I8] = "__udivqi3"; in InitLibcallNames()
DLegalizeDAG.cpp3493 RTLIB::UDIV_I8, in ExpandNode()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp408 setLibcallName(RTLIB::UDIV_I8, "__aeabi_uidiv"); in ARMTargetLowering()
414 setLibcallCallingConv(RTLIB::UDIV_I8, CallingConv::ARM_AAPCS); in ARMTargetLowering()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp3962 RTLIB::UDIV_I8, in ConvertNodeToLibcall()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeDAG.cpp4248 RTLIB::UDIV_I8, in ConvertNodeToLibcall()