Searched refs:HasOnlyMSYNC (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 109 bool HasOnlyMSYNC; variable 236 bool hasOnlyMSYNC() const { return HasOnlyMSYNC; } in hasOnlyMSYNC()
|
D | PPCSubtarget.cpp | 90 HasOnlyMSYNC = false; in initializeEnvironment()
|
D | PPC.td | 102 def FeatureMSYNC : SubtargetFeature<"msync", "HasOnlyMSYNC", "true",
|
D | PPCInstrInfo.td | 719 def HasOnlyMSYNC : Predicate<"PPCSubTarget->hasOnlyMSYNC()">; 1817 def : Pat<(int_ppc_sync), (MSYNC)>, Requires<[HasOnlyMSYNC]>; 1818 def : Pat<(int_ppc_lwsync), (MSYNC)>, Requires<[HasOnlyMSYNC]>; 2735 def : Pat<(atomic_fence (imm), (imm)), (MSYNC)>, Requires<[HasOnlyMSYNC]>;
|