Searched refs:ShX1 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| D | LegalizerHelper.cpp | 5899 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/ |
| D | TargetLowering.cpp | 6566 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()
|