Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp5468 SDValue VScaleBase = DAG.getVScale(dl, HalfVT, One); in ExpandIntRes_VSCALE() local
5469 VScaleBase = DAG.getNode(ISD::ZERO_EXTEND, dl, VT, VScaleBase); in ExpandIntRes_VSCALE()
5470 SDValue Res = DAG.getNode(ISD::MUL, dl, VT, VScaleBase, N->getOperand(0)); in ExpandIntRes_VSCALE()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp2050 auto VScaleBase = MIRBuilder.buildVScale(NarrowTy, One); in narrowScalar() local
2051 auto ZExt = MIRBuilder.buildZExt(Ty, VScaleBase); in narrowScalar()