Home
last modified time | relevance | path

Searched refs:SupportedVectorShiftWithImm (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp27952 static bool SupportedVectorShiftWithImm(MVT VT, const X86Subtarget &Subtarget, in SupportedVectorShiftWithImm() function
27974 return SupportedVectorShiftWithImm(VT, Subtarget, Opcode); in SupportedVectorShiftWithBaseAmnt()
28055 if (SupportedVectorShiftWithImm(VT, Subtarget, Op.getOpcode())) in LowerScalarImmediateShift()
44315 if (!SupportedVectorShiftWithImm(VT0.getSimpleVT(), Subtarget, ISD::SRL)) in combineAndMaskToShift()