Home
last modified time | relevance | path

Searched refs:isStrongerThan (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAtomicOrdering.h89 inline bool isStrongerThan(AtomicOrdering ao, AtomicOrdering other) { in isStrongerThan() function
120 return isStrongerThan(ao, AtomicOrdering::Unordered); in isStrongerThanUnordered()
124 return isStrongerThan(ao, AtomicOrdering::Monotonic); in isStrongerThanMonotonic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DAliasAnalysis.cpp442 if (isStrongerThan(L->getOrdering(), AtomicOrdering::Unordered)) in getModRefInfo()
467 if (isStrongerThan(S->getOrdering(), AtomicOrdering::Unordered)) in getModRefInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp544 isStrongerThan(Ordering, OpOrdering) ? in constructFromMIWithMMO()
549 isStrongerThan(FailureOrdering, MMO->getFailureOrdering()) ? in constructFromMIWithMMO()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelectorImpl.h369 if (!isStrongerThan(Ordering, MMO->getOrdering())) in executeMatchTable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp1452 assert(!isStrongerThan(FailureOrdering, SuccessOrdering) && in Init()
DVerifier.cpp3524 Assert(!isStrongerThan(CXI.getFailureOrdering(), CXI.getSuccessOrdering()), in visitAtomicCmpXchgInst()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp7072 if (isStrongerThan(FailureOrdering, SuccessOrdering)) in ParseCmpXchg()