Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp28129 bool LShift = (VT.is128BitVector() && Subtarget.hasSSE2()) || in SupportedVectorShiftWithImm() local
28132 bool AShift = LShift && (Subtarget.hasAVX512() || in SupportedVectorShiftWithImm()
28134 return (Opcode == ISD::SRA) ? AShift : LShift; in SupportedVectorShiftWithImm()
28160 bool LShift = VT.is128BitVector() || VT.is256BitVector(); in SupportedVectorVarShift() local
28161 bool AShift = LShift && VT != MVT::v2i64 && VT != MVT::v4i64; in SupportedVectorVarShift()
28162 return (Opcode == ISD::SRA) ? AShift : LShift; in SupportedVectorVarShift()