Searched refs:HasHTM (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrHTM.td | 16 def HasHTM : Predicate<"Subtarget->hasHTM()">; 28 let Predicates = [HasHTM] in { 170 } // [HasHTM] 172 def : InstAlias<"tend.", (TEND 0)>, Requires<[HasHTM]>; 173 def : InstAlias<"tendall.", (TEND 1)>, Requires<[HasHTM]>; 174 def : InstAlias<"tsuspend.", (TSR 0)>, Requires<[HasHTM]>; 175 def : InstAlias<"tresume.", (TSR 1)>, Requires<[HasHTM]>;
|
| H A D | PPC.td | 182 def FeatureHTM : SubtargetFeature<"htm", "HasHTM", "true",
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
| H A D | PPC.cpp | 55 HasHTM = true; in handleTargetFeatures() 414 if (HasHTM) in getTargetDefines() 602 .Case("htm", HasHTM) in hasFeature()
|
| H A D | PPC.h | 66 bool HasHTM = false; variable
|