Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86Subtarget.h100 bool HasNOPL = false; variable
536 bool hasNOPL() const { return HasNOPL; } in hasNOPL()
DX86.td37 def FeatureNOPL : SubtargetFeature<"nopl", "HasNOPL", "true",
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/X86/
DX86GenSubtargetInfo.inc16733 if (Bits[X86::FeatureNOPL]) HasNOPL = true;