Home
last modified time | relevance | path

Searched refs:HasSlowDivide64 (Results 1 – 6 of 6) 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-7.0/llvm/lib/Target/X86/
DX86Subtarget.h290 bool HasSlowDivide64 = false; variable
625 bool hasSlowDivide64() const { return HasSlowDivide64; } in hasSlowDivide64()
DX86.td243 "HasSlowDivide64", "true",
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc16764 if (Bits[X86::FeatureSlowDivide64]) HasSlowDivide64 = true;