Home
last modified time | relevance | path

Searched refs:HasSlowDivide32 (Results 1 – 8 of 8) 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-10.0/llvm/lib/Target/X86/
DX86Subtarget.h282 bool HasSlowDivide32 = false; variable
674 bool hasSlowDivide32() const { return HasSlowDivide32; } in hasSlowDivide32()
DX86.td252 "HasSlowDivide32", "true",
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h284 bool HasSlowDivide32 = false; variable
716 bool hasSlowDivide32() const { return HasSlowDivide32; } in hasSlowDivide32()
DX86.td261 "HasSlowDivide32", "true",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23194 if (Bits[X86::FeatureSlowDivide32]) HasSlowDivide32 = true;