Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Subtarget.h719 bool hasFastVectorShiftMasks() const { return HasFastVectorShiftMasks; } in hasFastVectorShiftMasks() function
H A DX86ISelLowering.cpp5494 if ((Subtarget.hasFastVectorShiftMasks() && VT.isVector()) || in shouldFoldConstantShiftPairToMask()