Searched refs:HasX86_64 (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 220 << ", 64bit " << HasX86_64 << "\n"); in initSubtargetFeatures() 221 assert((!In64BitMode || HasX86_64) && in initSubtargetFeatures() 238 HasX86_64 = false; in initializeEnvironment()
|
D | X86Subtarget.h | 82 bool HasX86_64; variable
|
D | X86.td | 92 def Feature64Bit : SubtargetFeature<"64bit", "HasX86_64", "true",
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 263 << HasX86_64 << "\n"); in initSubtargetFeatures() 264 if (In64BitMode && !HasX86_64) in initSubtargetFeatures()
|
D | X86Subtarget.h | 98 bool HasX86_64 = false; variable
|
D | X86.td | 98 def Feature64Bit : SubtargetFeature<"64bit", "HasX86_64", "true",
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86Subtarget.cpp | 283 << HasX86_64 << "\n"); in initSubtargetFeatures() 284 if (In64BitMode && !HasX86_64) in initSubtargetFeatures()
|
D | X86Subtarget.h | 100 bool HasX86_64 = false; variable
|
D | X86.td | 95 def Feature64Bit : SubtargetFeature<"64bit", "HasX86_64", "true",
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenSubtargetInfo.inc | 23101 if (Bits[X86::Feature64Bit]) HasX86_64 = true;
|