Home
last modified time | relevance | path

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

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