Home
last modified time | relevance | path

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

/external/llvm/lib/Target/PowerPC/
DPPCSubtarget.h119 bool HasOnlyMSYNC; variable
254 bool hasOnlyMSYNC() const { return HasOnlyMSYNC; } in hasOnlyMSYNC()
DPPCSubtarget.cpp92 HasOnlyMSYNC = false; in initializeEnvironment()
DPPC.td105 def FeatureMSYNC : SubtargetFeature<"msync", "HasOnlyMSYNC", "true",
DPPCInstrInfo.td783 def HasOnlyMSYNC : Predicate<"PPCSubTarget->hasOnlyMSYNC()">;
1925 def : Pat<(int_ppc_sync), (MSYNC)>, Requires<[HasOnlyMSYNC]>;
1926 def : Pat<(int_ppc_lwsync), (MSYNC)>, Requires<[HasOnlyMSYNC]>;
2870 def : Pat<(atomic_fence (imm), (imm)), (MSYNC)>, Requires<[HasOnlyMSYNC]>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
DPPCSubtarget.h121 bool HasOnlyMSYNC; variable
259 bool hasOnlyMSYNC() const { return HasOnlyMSYNC; } in hasOnlyMSYNC()
DPPCSubtarget.cpp93 HasOnlyMSYNC = false; in initializeEnvironment()
DPPC.td122 def FeatureMSYNC : SubtargetFeature<"msync", "HasOnlyMSYNC", "true",
DPPCInstrInfo.td897 def HasOnlyMSYNC : Predicate<"PPCSubTarget->hasOnlyMSYNC()">;
2151 def : Pat<(int_ppc_sync), (MSYNC)>, Requires<[HasOnlyMSYNC]>;
2152 def : Pat<(int_ppc_lwsync), (MSYNC)>, Requires<[HasOnlyMSYNC]>;
3152 def : Pat<(atomic_fence (imm), (imm)), (MSYNC)>, Requires<[HasOnlyMSYNC]>;