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/ |
D | AtomicOrdering.h | 89 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/ |
D | AliasAnalysis.cpp | 442 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/ |
D | SIMemoryLegalizer.cpp | 544 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/ |
D | InstructionSelectorImpl.h | 369 if (!isStrongerThan(Ordering, MMO->getOrdering())) in executeMatchTable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 1452 assert(!isStrongerThan(FailureOrdering, SuccessOrdering) && in Init()
|
D | Verifier.cpp | 3524 Assert(!isStrongerThan(CXI.getFailureOrdering(), CXI.getSuccessOrdering()), in visitAtomicCmpXchgInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 7072 if (isStrongerThan(FailureOrdering, SuccessOrdering)) in ParseCmpXchg()
|