Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp23006 bool AShift = LShift && (Subtarget.hasAVX512() || in SupportedVectorShiftWithImm() local
23008 return (Opcode == ISD::SRA) ? AShift : LShift; in SupportedVectorShiftWithImm()
23035 bool AShift = LShift && VT != MVT::v2i64 && VT != MVT::v4i64; in SupportedVectorVarShift() local
23036 return (Opcode == ISD::SRA) ? AShift : LShift; in SupportedVectorVarShift()