Home
last modified time | relevance | path

Searched defs:ShY1 (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp7822 SDValue ShY1 = DAG.getNode(ISD::VP_LSHR, DL, VT, Y, One, Mask, VL); expandVPFunnelShift() local
7910 SDValue ShY1 = DAG.getNode(ISD::SRL, DL, VT, Y, One); expandFunnelShift() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6297 auto ShY1 = MIRBuilder.buildLShr(Ty, Y, One); lowerFunnelShiftAsShifts() local