Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h700 bool isPMULLDSlow() const { return IsPMULLDSlow; } in isPMULLDSlow() function
DX86ISelLowering.cpp43183 if (Subtarget.hasSSE41() && (OptForMinSize || !Subtarget.isPMULLDSlow())) in reduceVMULWidth()