Home
last modified time | relevance | path

Searched defs:DivOpc (Results 1 – 6 of 6) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1544 unsigned DivOpc = Node->getOpcode() == ISD::VP_SREM ? ISD::VP_SDIV : ISD::VP_UDIV; ExpandVP_REM() local
H A DTargetLowering.cpp10684 unsigned DivOpc = isSigned ? ISD::SDIV : ISD::UDIV; expandREM() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1918 unsigned DivOpc; in selectDivRem() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h929 unsigned DivOpc = IsSigned ? Instruction::SDiv : Instruction::UDiv; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp5332 unsigned DivOpc = IsSigned ? ISD::SDIV : ISD::UDIV; PerformREMCombine() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp4608 unsigned DivOpc; selectRem() local