Searched refs:HasHLE (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Target/X86/ |
D | X86InstrTSX.td | 47 def XACQUIRE_PREFIX : I<0xF2, RawFrm, (outs), (ins), "xacquire", []>, Requires<[HasHLE]>; 48 def XRELEASE_PREFIX : I<0xF3, RawFrm, (outs), (ins), "xrelease", []>, Requires<[HasHLE]>;
|
D | X86Subtarget.h | 151 bool HasHLE; variable 422 bool hasHLE() const { return HasHLE; } in hasHLE()
|
D | X86Subtarget.cpp | 262 HasHLE = false; in initializeEnvironment()
|
D | X86.td | 188 def FeatureHLE : SubtargetFeature<"hle", "HasHLE", "true",
|
D | X86InstrInfo.td | 844 def HasHLE : Predicate<"Subtarget->hasHLE()">;
|