Home
last modified time | relevance | path

Searched refs:forceExpandWideMUL (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h5676 void forceExpandWideMUL(SelectionDAG &DAG, const SDLoc &dl, bool Signed,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4533 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 DTargetLowering.cpp11065 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()