Searched refs:expandFixedPointDiv (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorOps.cpp | 1803 if (SDValue Expanded = TLI.expandFixedPointDiv(N->getOpcode(), SDLoc(N), in ExpandFixedPointDiv()
|
| H A D | LegalizeIntegerTypes.cpp | 1208 SDValue Res = TLI.expandFixedPointDiv(N->getOpcode(), dl, LHS, RHS, Scale, in earlyExpandDIVFIX() 1262 if (SDValue Res = TLI.expandFixedPointDiv(N->getOpcode(), dl, Op1Promoted, in PromoteIntRes_DIVFIX() 4469 SDValue Res = TLI.expandFixedPointDiv(N->getOpcode(), dl, N->getOperand(0), in ExpandIntRes_DIVFIX()
|
| H A D | LegalizeDAG.cpp | 3914 if (SDValue V = TLI.expandFixedPointDiv(Node->getOpcode(), SDLoc(Node), in ExpandNode()
|
| H A D | TargetLowering.cpp | 10786 TargetLowering::expandFixedPointDiv(unsigned Opcode, const SDLoc &dl, in expandFixedPointDiv() function in TargetLowering
|
| /src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 5455 SDValue expandFixedPointDiv(unsigned Opcode, const SDLoc &dl,
|