Searched refs:IsBookE (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 99 bool IsBookE; variable 214 bool isBookE() const { return IsBookE; } in isBookE()
|
D | PPCSubtarget.cpp | 138 IsBookE = false; in initializeEnvironment()
|
D | PPC.td | 89 def FeatureBookE : SubtargetFeature<"booke", "IsBookE", "true",
|
D | PPCInstrInfo.td | 612 def IsBookE : Predicate<"PPCSubTarget->isBookE()">; 1635 "msync", IIC_LdStSync, []>, Requires<[IsBookE]> { 1641 def : Pat<(int_ppc_sync), (MSYNC)>, Requires<[IsBookE]>; 2438 def : Pat<(atomic_fence (imm), (imm)), (MSYNC)>, Requires<[IsBookE]>;
|