Searched refs:IsFSHR (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 1190 bool IsFSHR = Opcode == ISD::FSHR; in PromoteIntRes_FunnelShift() local 1209 Res = DAG.getNode(IsFSHR ? ISD::SRL : ISD::SHL, DL, VT, Res, Amount); in PromoteIntRes_FunnelShift() 1210 if (!IsFSHR) in PromoteIntRes_FunnelShift() 1221 if (IsFSHR) in PromoteIntRes_FunnelShift()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 19700 bool IsFSHR = Op.getOpcode() == ISD::FSHR; in LowerFunnelShift() local 19705 if (IsFSHR) in LowerFunnelShift() 19720 DAG.getNode(IsFSHR ? X86ISD::VSHRD : X86ISD::VSHLD, DL, ResultVT, Op0, in LowerFunnelShift() 19725 Funnel = DAG.getNode(IsFSHR ? X86ISD::VSHRDV : X86ISD::VSHLDV, DL, in LowerFunnelShift() 19752 if (IsFSHR) { in LowerFunnelShift() 19768 unsigned FSHOp = (IsFSHR ? X86ISD::FSHR : X86ISD::FSHL); in LowerFunnelShift()
|