Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Subtarget.h724 bool hasFastVectorShiftMasks() const { return HasFastVectorShiftMasks; } in hasFastVectorShiftMasks() function
H A DX86ISelLowering.cpp5491 if ((Subtarget.hasFastVectorShiftMasks() && VT.isVector()) || in shouldFoldConstantShiftPairToMask()