Home
last modified time | relevance | path

Searched refs:HasNOPL (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86Subtarget.h93 bool HasNOPL = false; variable
580 bool hasNOPL() const { return HasNOPL; } in hasNOPL()
DX86.td36 def FeatureNOPL : SubtargetFeature<"nopl", "HasNOPL", "true",
/external/llvm-project/llvm/lib/Target/X86/
DX86Subtarget.h91 bool HasNOPL = false; variable
616 bool hasNOPL() const { return HasNOPL; } in hasNOPL()
DX86.td36 def FeatureNOPL : SubtargetFeature<"nopl", "HasNOPL", "true",
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc23160 if (Bits[X86::FeatureNOPL]) HasNOPL = true;