HomeSort by relevance Sort by last modified time
    Searched refs:Monotonic (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/Analysis/
AliasAnalysis.cpp 340 if (CX->getOrdering() > Monotonic)
353 if (RMW->getOrdering() > Monotonic)
AliasSetTracker.cpp 300 if (LI->getOrdering() > Monotonic) return addUnknown(LI);
313 if (SI->getOrdering() > Monotonic) return addUnknown(SI);
MemoryDependenceAnalysis.cpp 126 } else if (LI->getOrdering() == Monotonic) {
138 } else if (SI->getOrdering() == Monotonic) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 401 case Monotonic: v = 0; break;
416 case Monotonic: v = 0; break;
  /external/clang/lib/CodeGen/
CGAtomic.cpp 534 llvm::Monotonic);
574 MonotonicBB = createBasicBlock("monotonic", CurFn);
594 llvm::Monotonic);
    [all...]
CGBuiltin.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 176 case bitc::ORDERING_MONOTONIC: return Monotonic;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 472 case bitc::ORDERING_MONOTONIC: return Monotonic;
    [all...]
  /external/llvm/include/llvm/IR/
Instructions.h 41 Monotonic = 2,
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 132 case Monotonic: return bitc::ORDERING_MONOTONIC;
    [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 126 case Monotonic: return bitc::ORDERING_MONOTONIC;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 134 case Monotonic: return bitc::ORDERING_MONOTONIC;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 313 milliseconds