Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDTargetLowering.h5481 void forceExpandWideMUL(SelectionDAG &DAG, const SDLoc &dl, bool Signed,
5488 void forceExpandWideMUL(SelectionDAG &DAG, const SDLoc &dl, bool Signed,
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDTargetLowering.cpp10515 void TargetLowering::forceExpandWideMUL(SelectionDAG &DAG, const SDLoc &dl, in forceExpandWideMUL() function in TargetLowering
10604 void TargetLowering::forceExpandWideMUL(SelectionDAG &DAG, const SDLoc &dl, in forceExpandWideMUL() function in TargetLowering
10628 forceExpandWideMUL(DAG, dl, Signed, WideVT, LHS, HiLHS, RHS, HiRHS, Lo, Hi); in forceExpandWideMUL()
10717 forceExpandWideMUL(DAG, dl, Signed, LHS, RHS, Lo, Hi); in expandFixedPointMul()
11013 forceExpandWideMUL(DAG, dl, isSigned, LHS, RHS, BottomHalf, TopHalf); in expandMULO()
HDLegalizeIntegerTypes.cpp4196 TLI.forceExpandWideMUL(DAG, dl, /*Signed=*/true, VT, LL, LH, RL, RH, Lo, in ExpandIntRes_MUL()
4309 TLI.forceExpandWideMUL(DAG, dl, Signed, LHS, RHS, LoTmp, HiTmp); in ExpandIntRes_MULFIX()