HomeSort by relevance Sort by last modified time
    Searched refs:Monotonic (Results 1 - 16 of 16) 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 346 case Monotonic: v = 1 << 0; break;
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 178 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/lib/Bitcode/Writer/
BitcodeWriter.cpp 134 case Monotonic: return bitc::ORDERING_MONOTONIC;
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp     [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 125 case Monotonic: return bitc::ORDERING_MONOTONIC;
    [all...]
  /external/llvm/include/llvm/
Instructions.h 40 Monotonic = 2,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp 711 // Unordered/Monotonic case.
    [all...]

Completed in 813 milliseconds