Lines Matching defs:IntID
5421 SDValue IntID =
5424 IntID,
10044 SDValue IntID = DAG.getTargetConstant(VlsegInts[NF - 2], DL, XLenVT);
10050 IntID,
10131 SDValue IntID = DAG.getTargetConstant(VssegInts[NF - 2], DL, XLenVT);
10146 IntID,
11376 SDValue IntID = DAG.getTargetConstant(
11378 SmallVector<SDValue, 4> Ops{Load->getChain(), IntID};
11435 SDValue IntID = DAG.getTargetConstant(
11439 {Store->getChain(), IntID, NewValue, Store->getBasePtr(), VL},
11492 unsigned IntID = IsUnmasked || IsExpandingLoad ? Intrinsic::riscv_vle
11494 SmallVector<SDValue, 8> Ops{Chain, DAG.getTargetConstant(IntID, DL, XLenVT)};
11495 if (IntID == Intrinsic::riscv_vle)
11500 if (IntID == Intrinsic::riscv_vle_mask)
11503 if (IntID == Intrinsic::riscv_vle_mask)
11596 unsigned IntID =
11598 SmallVector<SDValue, 8> Ops{Chain, DAG.getTargetConstant(IntID, DL, XLenVT)};
12521 SDValue IntID = DAG.getTargetConstant(IsUnmasked ? Intrinsic::riscv_vlse
12524 SmallVector<SDValue, 8> Ops{VPNode->getChain(), IntID,
12569 SDValue IntID = DAG.getTargetConstant(IsUnmasked ? Intrinsic::riscv_vsse
12572 SmallVector<SDValue, 8> Ops{VPNode->getChain(), IntID, StoreVal,
12661 unsigned IntID =
12663 SmallVector<SDValue, 8> Ops{Chain, DAG.getTargetConstant(IntID, DL, XLenVT)};
12759 unsigned IntID =
12761 SmallVector<SDValue, 8> Ops{Chain, DAG.getTargetConstant(IntID, DL, XLenVT)};