Searched refs:HiLoVT (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 7427 SDVTList VTs = DAG.getVTList(HiLoVT, HiLoVT); in expandMUL_LOHI() 7530 SDValue Zero = DAG.getConstant(0, dl, HiLoVT); in expandMUL_LOHI() 7672 std::tie(LL, LH) = DAG.SplitScalar(N->getOperand(0), dl, HiLoVT, HiLoVT); in expandDIVREMByConstant() 7685 ISD::OR, dl, HiLoVT, in expandDIVREMByConstant() 7686 DAG.getNode(ISD::SRL, dl, HiLoVT, LL, in expandDIVREMByConstant() 7688 DAG.getNode(ISD::SHL, dl, HiLoVT, LH, in expandDIVREMByConstant() 7691 LH = DAG.getNode(ISD::SRL, dl, HiLoVT, LH, in expandDIVREMByConstant() 7708 if (getBooleanContents(HiLoVT) == in expandDIVREMByConstant() 7712 Carry = DAG.getSelect(dl, HiLoVT, Carry, DAG.getConstant(1, dl, HiLoVT), in expandDIVREMByConstant() 7724 DAG.getNode(ISD::UREM, dl, HiLoVT, Sum, in expandDIVREMByConstant() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 5033 SDValue RHS, SmallVectorImpl<SDValue> &Result, EVT HiLoVT, 5047 bool expandMUL(SDNode *N, SDValue &Lo, SDValue &Hi, EVT HiLoVT, 5068 EVT HiLoVT, SelectionDAG &DAG,
|