Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp1809 if (SDValue Expanded = TLI.expandFixedPointDiv(N->getOpcode(), SDLoc(N), in ExpandFixedPointDiv()
H A DLegalizeIntegerTypes.cpp1109 SDValue Res = TLI.expandFixedPointDiv(N->getOpcode(), dl, LHS, RHS, Scale, in earlyExpandDIVFIX()
1163 if (SDValue Res = TLI.expandFixedPointDiv(N->getOpcode(), dl, Op1Promoted, in PromoteIntRes_DIVFIX()
4307 SDValue Res = TLI.expandFixedPointDiv(N->getOpcode(), dl, N->getOperand(0), in ExpandIntRes_DIVFIX()
H A DLegalizeDAG.cpp3835 if (SDValue V = TLI.expandFixedPointDiv(Node->getOpcode(), SDLoc(Node), in ExpandNode()
H A DTargetLowering.cpp10296 TargetLowering::expandFixedPointDiv(unsigned Opcode, const SDLoc &dl, in expandFixedPointDiv() function in TargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5271 SDValue expandFixedPointDiv(unsigned Opcode, const SDLoc &dl,