Searched refs:BottomHalf (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 8403 SDValue BottomHalf; in expandMULO() local 8409 BottomHalf = DAG.getNode(ISD::MUL, dl, VT, LHS, RHS); in expandMULO() 8412 BottomHalf = DAG.getNode(Ops[isSigned][1], dl, DAG.getVTList(VT, VT), LHS, in expandMULO() 8414 TopHalf = BottomHalf.getValue(1); in expandMULO() 8419 BottomHalf = DAG.getNode(ISD::TRUNCATE, dl, VT, Mul); in expandMULO() 8485 BottomHalf = Ret.getOperand(0); in expandMULO() 8488 BottomHalf = Ret.getOperand(1); in expandMULO() 8493 Result = BottomHalf; in expandMULO() 8497 getShiftAmountTy(BottomHalf.getValueType(), DAG.getDataLayout())); in expandMULO() 8498 SDValue Sign = DAG.getNode(ISD::SRA, dl, VT, BottomHalf, ShiftAmt); in expandMULO()
|
| H A D | DAGCombiner.cpp | 9591 ConstantSDNode *BottomHalf = nullptr; in ConvertSelectToConcatVector() local 9596 if (BottomHalf == nullptr) in ConvertSelectToConcatVector() 9597 BottomHalf = cast<ConstantSDNode>(Cond.getOperand(i)); in ConvertSelectToConcatVector() 9598 else if (Cond->getOperand(i).getNode() != BottomHalf) in ConvertSelectToConcatVector() 9614 assert(TopHalf && BottomHalf && in ConvertSelectToConcatVector() 9619 BottomHalf->isNullValue() ? RHS->getOperand(0) : LHS->getOperand(0), in ConvertSelectToConcatVector()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 2966 SDValue BottomHalf = DAG.getNode(ISD::EXTRACT_ELEMENT, dl, VT, in LowerUMULO_SMULO() local 2971 SDValue Tmp1 = DAG.getNode(ISD::SRA, dl, VT, BottomHalf, ShiftAmt); in LowerUMULO_SMULO() 2983 SDValue Ops[2] = { BottomHalf, TopHalf } ; in LowerUMULO_SMULO()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 1028 SDValue BottomHalf; in performMADD_MSUBCombine() local 1029 BottomHalf = CurDAG.getNode(ISD::EXTRACT_ELEMENT, DL, MVT::i32, AddOperand, in performMADD_MSUBCombine() 1035 BottomHalf, in performMADD_MSUBCombine()
|