Searched refs:IsBookE (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCSubtarget.h | 130 bool IsBookE; variable 300 bool isBookE() const { return IsBookE; } in isBookE()
|
| H A D | PPCSubtarget.cpp | 112 IsBookE = false; in initializeEnvironment()
|
| H A D | PPCInstrInfo.td | 678 def IsBookE : Predicate<"Subtarget->isBookE()">; 4055 Requires<[IsBookE]> { 4146 IIC_LdStLoad>, Requires<[IsBookE]>; 4149 IIC_LdStLoad>, Requires<[IsBookE]>; 4174 Requires<[IsBookE]>; 4176 Requires<[IsBookE]>; 4309 def : InstAlias<"mbar", (MBAR 0)>, Requires<[IsBookE]>; 4417 Requires<[IsBookE]>; 4419 Requires<[IsBookE]>; 4421 Requires<[IsBookE]>; [all …]
|
| H A D | PPCScheduleP10.td | 39 let UnsupportedFeatures = [HasSPE, IsE500, IsBookE, IsISAFuture];
|
| H A D | PPC.td | 128 def FeatureBookE : SubtargetFeature<"booke", "IsBookE", "true",
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| H A D | PPCInstPrinter.cpp | 173 bool IsBookE = STI.getFeatureBits()[PPC::FeatureBookE]; in printInst() local 174 if (IsBookE && TH != 0 && TH != 16) in printInst() 181 if (!IsBookE && TH != 0 && TH != 16) in printInst()
|