Home
last modified time | relevance | path

Searched refs:HasSlowDivide64 (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.h208 bool HasSlowDivide64; variable
438 bool hasSlowDivide64() const { return HasSlowDivide64; } in hasSlowDivide64()
DX86Subtarget.cpp286 HasSlowDivide64 = false; in initializeEnvironment()
DX86.td211 "HasSlowDivide64", "true",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h286 bool HasSlowDivide64 = false; variable
675 bool hasSlowDivide64() const { return HasSlowDivide64; } in hasSlowDivide64()
DX86.td255 "HasSlowDivide64", "true",
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h288 bool HasSlowDivide64 = false; variable
717 bool hasSlowDivide64() const { return HasSlowDivide64; } in hasSlowDivide64()
DX86.td264 "HasSlowDivide64", "true",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23195 if (Bits[X86::FeatureSlowDivide64]) HasSlowDivide64 = true;