Searched refs:HasOnlyMSYNC (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 110 bool HasOnlyMSYNC; variable 241 bool hasOnlyMSYNC() const { return HasOnlyMSYNC; } in hasOnlyMSYNC()
|
D | PPCSubtarget.cpp | 91 HasOnlyMSYNC = false; in initializeEnvironment()
|
D | PPC.td | 104 def FeatureMSYNC : SubtargetFeature<"msync", "HasOnlyMSYNC", "true",
|
D | PPCInstrInfo.td | 737 def HasOnlyMSYNC : Predicate<"PPCSubTarget->hasOnlyMSYNC()">; 1863 def : Pat<(int_ppc_sync), (MSYNC)>, Requires<[HasOnlyMSYNC]>; 1864 def : Pat<(int_ppc_lwsync), (MSYNC)>, Requires<[HasOnlyMSYNC]>; 2781 def : Pat<(atomic_fence (imm), (imm)), (MSYNC)>, Requires<[HasOnlyMSYNC]>;
|