Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h647 bool isPMULLDSlow() const { return IsPMULLDSlow; } in isPMULLDSlow() function
DX86ISelLowering.cpp38963 if (Subtarget.hasSSE41() && (OptForMinSize || !Subtarget.isPMULLDSlow())) in reduceVMULWidth()
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h690 bool isPMULLDSlow() const { return IsPMULLDSlow; } in isPMULLDSlow() function
DX86ISelLowering.cpp41991 if (Subtarget.hasSSE41() && (OptForMinSize || !Subtarget.isPMULLDSlow())) in reduceVMULWidth()