Searched refs:supportedVectorShiftWithImm (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 29600 static bool supportedVectorShiftWithImm(MVT VT, const X86Subtarget &Subtarget, in supportedVectorShiftWithImm() function 29625 return supportedVectorShiftWithImm(VT, Subtarget, Opcode); in supportedVectorShiftWithBaseAmnt() 29709 if (supportedVectorShiftWithImm(VT, Subtarget, Op.getOpcode())) in LowerShiftByScalarImmediate() 30482 supportedVectorShiftWithImm(WideVT, Subtarget, ShiftOpc)) { in LowerFunnelShift() 30686 supportedVectorShiftWithImm(WideVT, Subtarget, ShiftOpc)) { in LowerRotate() 47635 supportedVectorShiftWithImm(VT.getSimpleVT(), Subtarget, ISD::SRA)) { in combineAndMaskToShift() 47664 if (!supportedVectorShiftWithImm(VT.getSimpleVT(), Subtarget, ISD::SRL)) in combineAndMaskToShift()
|