Searched refs:HasRTM (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrTSX.td | 25 Requires<[HasRTM]>; 40 "xend", [(int_x86_xend)]>, TB, Requires<[HasRTM]>; 44 "xtest", [(set EFLAGS, (X86xtest))]>, TB, Requires<[HasRTM]>; 48 [(int_x86_xabort timm:$imm)]>, Requires<[HasRTM]>;
|
| H A D | X86InstrPredicates.td | 135 def HasRTM : Predicate<"Subtarget->hasRTM()">;
|
| H A D | X86.td | 225 def FeatureRTM : SubtargetFeature<"rtm", "HasRTM", "true",
|
| /src/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | X86.cpp | 284 HasRTM = true; in handleTargetFeatures() 777 if (HasRTM) in getTargetDefines() 1239 .Case("rtm", HasRTM) in hasFeature()
|
| H A D | X86.h | 85 bool HasRTM = false; variable
|