Searched refs:HasOnlyMSYNC (Results 1 – 8 of 8) sorted by relevance
/external/llvm/lib/Target/PowerPC/ |
D | PPCSubtarget.h | 119 bool HasOnlyMSYNC; variable 254 bool hasOnlyMSYNC() const { return HasOnlyMSYNC; } in hasOnlyMSYNC()
|
D | PPCSubtarget.cpp | 92 HasOnlyMSYNC = false; in initializeEnvironment()
|
D | PPC.td | 105 def FeatureMSYNC : SubtargetFeature<"msync", "HasOnlyMSYNC", "true",
|
D | PPCInstrInfo.td | 783 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/ |
D | PPCSubtarget.h | 121 bool HasOnlyMSYNC; variable 259 bool hasOnlyMSYNC() const { return HasOnlyMSYNC; } in hasOnlyMSYNC()
|
D | PPCSubtarget.cpp | 93 HasOnlyMSYNC = false; in initializeEnvironment()
|
D | PPC.td | 122 def FeatureMSYNC : SubtargetFeature<"msync", "HasOnlyMSYNC", "true",
|
D | PPCInstrInfo.td | 897 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]>;
|