Home
last modified time | relevance | path

Searched refs:HasOnlyMSYNC (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h109 bool HasOnlyMSYNC; variable
236 bool hasOnlyMSYNC() const { return HasOnlyMSYNC; } in hasOnlyMSYNC()
DPPCSubtarget.cpp90 HasOnlyMSYNC = false; in initializeEnvironment()
DPPC.td102 def FeatureMSYNC : SubtargetFeature<"msync", "HasOnlyMSYNC", "true",
DPPCInstrInfo.td719 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]>;