Searched refs:supportedVectorShiftWithImm (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 30182 static bool supportedVectorShiftWithImm(MVT VT, const X86Subtarget &Subtarget, in supportedVectorShiftWithImm() function 30207 return supportedVectorShiftWithImm(VT, Subtarget, Opcode); in supportedVectorShiftWithBaseAmnt() 30291 if (supportedVectorShiftWithImm(VT, Subtarget, Op.getOpcode())) { in LowerShiftByScalarImmediate() 31078 supportedVectorShiftWithImm(WideVT, Subtarget, ShiftOpc)) { in LowerFunnelShift() 31282 supportedVectorShiftWithImm(WideVT, Subtarget, ShiftOpc)) { in LowerRotate() 48909 supportedVectorShiftWithImm(VT.getSimpleVT(), Subtarget, ISD::SRA)) { in combineAndMaskToShift() 48938 if (!supportedVectorShiftWithImm(VT.getSimpleVT(), Subtarget, ISD::SRL)) in combineAndMaskToShift()
|