|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/Bitcode/Writer/BitcodeWriter.cpp 2968 getEncodedSyncScopeID(cast<AtomicCmpXchgInst>(I).getSyncScopeID()));
lib/CodeGen/AtomicExpandPass.cpp 893 CI->getFailureOrdering(), CI->getSyncScopeID());
1072 CI->getSyncScopeID());
lib/CodeGen/GlobalISel/IRTranslator.cpp 1966 I.getSyncScopeID(), I.getSuccessOrdering(),
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 4554 SyncScope::ID SSID = I.getSyncScopeID();
lib/IR/AsmWriter.cpp 4069 CXI->getFailureOrdering(), CXI->getSyncScopeID());
lib/IR/Core.cpp 3944 return cast<AtomicCmpXchgInst>(P)->getSyncScopeID() ==
lib/IR/Instruction.cpp 429 CXI->getSyncScopeID() ==
430 cast<AtomicCmpXchgInst>(I2)->getSyncScopeID();
lib/IR/Instructions.cpp 4154 getSyncScopeID());
lib/Transforms/Utils/FunctionComparator.cpp 630 return cmpNumbers(CXI->getSyncScopeID(),
631 cast<AtomicCmpXchgInst>(R)->getSyncScopeID());