Searched refs:forceExpandWideMUL (Results 1 – 3 of 3) sorted by relevance
| /freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| HD | TargetLowering.h | 5481 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/ |
| HD | TargetLowering.cpp | 10515 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()
|
| HD | LegalizeIntegerTypes.cpp | 4196 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()
|