Home
last modified time | relevance | path

Searched refs:HasSlowDivide32 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.h204 bool HasSlowDivide32; variable
437 bool hasSlowDivide32() const { return HasSlowDivide32; } in hasSlowDivide32()
DX86Subtarget.cpp285 HasSlowDivide32 = false; in initializeEnvironment()
DX86.td208 "HasSlowDivide32", "true",
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h286 bool HasSlowDivide32 = false; variable
624 bool hasSlowDivide32() const { return HasSlowDivide32; } in hasSlowDivide32()
DX86.td240 "HasSlowDivide32", "true",
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc16763 if (Bits[X86::FeatureSlowDivide32]) HasSlowDivide32 = true;