Searched refs:IsFSHR (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeIntegerTypes.cpp | 1186 bool IsFSHR = Opcode == ISD::FSHR; in PromoteIntRes_FunnelShift() local 1205 Res = DAG.getNode(IsFSHR ? ISD::SRL : ISD::SHL, DL, VT, Res, Amount); in PromoteIntRes_FunnelShift() 1206 if (!IsFSHR) in PromoteIntRes_FunnelShift() 1217 if (IsFSHR) in PromoteIntRes_FunnelShift()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 19637 bool IsFSHR = Op.getOpcode() == ISD::FSHR; in LowerFunnelShift() local 19642 if (IsFSHR) in LowerFunnelShift() 19657 DAG.getNode(IsFSHR ? X86ISD::VSHRD : X86ISD::VSHLD, DL, ResultVT, Op0, in LowerFunnelShift() 19662 Funnel = DAG.getNode(IsFSHR ? X86ISD::VSHRDV : X86ISD::VSHLDV, DL, in LowerFunnelShift() 19689 if (IsFSHR) { in LowerFunnelShift() 19705 unsigned FSHOp = (IsFSHR ? X86ISD::FSHR : X86ISD::FSHL); in LowerFunnelShift()
|