Home
last modified time | relevance | path

Searched refs:HasX86_64 (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/X86/
DX86Subtarget.cpp220 << ", 64bit " << HasX86_64 << "\n"); in initSubtargetFeatures()
221 assert((!In64BitMode || HasX86_64) && in initSubtargetFeatures()
238 HasX86_64 = false; in initializeEnvironment()
DX86Subtarget.h82 bool HasX86_64; variable
DX86.td92 def Feature64Bit : SubtargetFeature<"64bit", "HasX86_64", "true",
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.cpp263 << HasX86_64 << "\n"); in initSubtargetFeatures()
264 if (In64BitMode && !HasX86_64) in initSubtargetFeatures()
DX86Subtarget.h98 bool HasX86_64 = false; variable
DX86.td98 def Feature64Bit : SubtargetFeature<"64bit", "HasX86_64", "true",
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.cpp283 << HasX86_64 << "\n"); in initSubtargetFeatures()
284 if (In64BitMode && !HasX86_64) in initSubtargetFeatures()
DX86Subtarget.h100 bool HasX86_64 = false; variable
DX86.td95 def Feature64Bit : SubtargetFeature<"64bit", "HasX86_64", "true",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23101 if (Bits[X86::Feature64Bit]) HasX86_64 = true;