Searched refs:forceExpandWideMUL (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 5676 void forceExpandWideMUL(SelectionDAG &DAG, const SDLoc &dl, bool Signed,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 4533 TLI.forceExpandWideMUL(DAG, dl, Signed, LHS, RHS, LoTmp, HiTmp); in ExpandIntRes_MULFIX() 5223 TLI.forceExpandWideMUL(DAG, dl, /*Signed=*/true, N->getOperand(0), in ExpandIntRes_XMULO()
|
| H A D | TargetLowering.cpp | 11065 void TargetLowering::forceExpandWideMUL(SelectionDAG &DAG, const SDLoc &dl, in forceExpandWideMUL() function in TargetLowering 11219 forceExpandWideMUL(DAG, dl, Signed, LHS, RHS, Lo, Hi); in expandFixedPointMul() 11515 forceExpandWideMUL(DAG, dl, isSigned, LHS, RHS, BottomHalf, TopHalf); in expandMULO()
|