reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/MachineFunction.h
  758       SyncScope::ID SSID = SyncScope::System,
include/llvm/CodeGen/MachineMemOperand.h
  187                     SyncScope::ID SSID = SyncScope::System,
include/llvm/IR/IRBuilder.h
 1672                          SyncScope::ID SSID = SyncScope::System,
 1681                       SyncScope::ID SSID = SyncScope::System) {
 1688                                  SyncScope::ID SSID = SyncScope::System) {
include/llvm/IR/Instructions.h
  192            SyncScope::ID SSID = SyncScope::System,
  223            AtomicOrdering Order, SyncScope::ID SSID = SyncScope::System,
  276                  SyncScope::ID SSID = SyncScope::System) {
  345             AtomicOrdering Order, SyncScope::ID SSID = SyncScope::System,
  402                  SyncScope::ID SSID = SyncScope::System) {
  473             SyncScope::ID SSID = SyncScope::System,
lib/AsmParser/LLParser.cpp
 2218   SSID = SyncScope::System;
 6939   SyncScope::ID SSID = SyncScope::System;
 6988   SyncScope::ID SSID = SyncScope::System;
 7032   SyncScope::ID SSID = SyncScope::System;
 7084   SyncScope::ID SSID = SyncScope::System;
 7166   SyncScope::ID SSID = SyncScope::System;
lib/Bitcode/Reader/BitcodeReader.cpp
 5210   if (Val == SyncScope::SingleThread || Val == SyncScope::System)
 5213     return SyncScope::System; // Map unknown synchronization scopes to system.
lib/CodeGen/MIRParser/MIParser.cpp
 2792   SSID = SyncScope::System;
lib/CodeGen/MachineOperand.cpp
  487   case SyncScope::System:
lib/IR/AsmWriter.cpp
 2484   case SyncScope::System: {
lib/IR/Core.cpp
 3579                                           : SyncScope::System,
 3923                                                 : SyncScope::System));
 3935                 singleThread ? SyncScope::SingleThread : SyncScope::System));
 3950   SyncScope::ID SSID = NewValue ? SyncScope::SingleThread : SyncScope::System;
lib/IR/Instructions.cpp
 1309                SyncScope::System, InsertBef) {}
 1314                SyncScope::System, InsertAE) {}
 1384                 SyncScope::System, InsertBefore) {}
 1389                 SyncScope::System, InsertAtEnd) {}
lib/IR/LLVMContext.cpp
   78   assert(SystemSSID == SyncScope::System &&
lib/IR/Verifier.cpp
 3395     Assert(LI.getSyncScopeID() == SyncScope::System,
 3423     Assert(SI.getSyncScopeID() == SyncScope::System,
lib/Target/AMDGPU/AMDGPUMachineModuleInfo.h
   68     else if (SSID == SyncScope::System ||
lib/Target/AMDGPU/SIMemoryLegalizer.cpp
  454   if (SSID == SyncScope::System)
lib/Target/SystemZ/SystemZISelLowering.cpp
 3631       FenceSSID == SyncScope::System) {
lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
  109     case SyncScope::System:
lib/Target/X86/X86ISelLowering.cpp
26677       FenceSSID == SyncScope::System) {
27173         AN->getSyncScopeID() == SyncScope::System) {
tools/clang/lib/CodeGen/CGBuiltin.cpp
 3043       SSID = llvm::SyncScope::System;
12209                                llvm::SyncScope::System);
unittests/Analysis/AliasAnalysisTest.cpp
  184       SyncScope::System, BB);
  187                         AtomicOrdering::Monotonic, SyncScope::System, BB);
unittests/CodeGen/GlobalISel/MachineIRBuilderTest.cpp
  310       8, 8, AAMDNodes(), nullptr, SyncScope::System, AtomicOrdering::Unordered);