Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp5899 auto ShX1 = MIRBuilder.buildShl(Ty, X, One); in lowerFunnelShiftAsShifts() local
5900 ShX = MIRBuilder.buildShl(Ty, ShX1, InvShAmt).getReg(0); in lowerFunnelShiftAsShifts()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp6566 SDValue ShX1 = DAG.getNode(ISD::SHL, DL, VT, X, One); in expandFunnelShift() local
6567 ShX = DAG.getNode(ISD::SHL, DL, VT, ShX1, InvShAmt); in expandFunnelShift()