Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5047 EVT ShSVT = ShVT.getScalarType(); in BuildExactSDIV() local
5066 Shifts.push_back(DAG.getConstant(Shift, dl, ShSVT)); in BuildExactSDIV()
5126 EVT ShSVT = ShVT.getScalarType(); in BuildSDIV() local
5179 Shifts.push_back(DAG.getConstant(magics.s, dl, ShSVT)); in BuildSDIV()
5274 EVT ShSVT = ShVT.getScalarType(); in BuildUDIV() local
5330 PreShifts.push_back(DAG.getConstant(PreShift, dl, ShSVT)); in BuildUDIV()
5497 EVT ShSVT = ShVT.getScalarType(); in prepareUREMEqFold() local
5587 DAG.getConstant(APInt(ShSVT.getSizeInBits(), K), DL, ShSVT)); in prepareUREMEqFold()
5617 DAG.getConstant(0, DL, ShSVT)); in prepareUREMEqFold()
5746 EVT ShSVT = ShVT.getScalarType(); in prepareSREMEqFold() local
[all …]