Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp19721 bool AShift = LShift && (Subtarget.hasVLX() || in SupportedVectorShiftWithImm() local
19723 return (Opcode == ISD::SRA) ? AShift : LShift; in SupportedVectorShiftWithImm()
19750 bool AShift = LShift && VT != MVT::v2i64 && VT != MVT::v4i64; in SupportedVectorVarShift() local
19751 return (Opcode == ISD::SRA) ? AShift : LShift; in SupportedVectorVarShift()
/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()