Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp29612 bool LShift = (VT.is128BitVector() && Subtarget.hasSSE2()) || in supportedVectorShiftWithImm() local
29615 bool AShift = LShift && (Subtarget.hasAVX512() || in supportedVectorShiftWithImm()
29617 return (Opcode == ISD::SRA) ? AShift : LShift; in supportedVectorShiftWithImm()
29646 bool LShift = VT.is128BitVector() || VT.is256BitVector(); in supportedVectorVarShift() local
29647 bool AShift = LShift && VT != MVT::v2i64 && VT != MVT::v4i64; in supportedVectorVarShift()
29648 return (Opcode == ISD::SRA) ? AShift : LShift; in supportedVectorVarShift()