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

  /external/clang/lib/CodeGen/
CGBuiltin.cpp 106 llvm::SequentiallyConsistent);
141 llvm::SequentiallyConsistent);
    [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/VMCore/
AutoUpgrade.cpp 286 // SequentiallyConsistent (and realistically, SequentiallyConsistent
290 Builder.CreateFence(SequentiallyConsistent);
AsmWriter.cpp     [all...]
Verifier.cpp     [all...]
  /external/llvm/include/llvm/
Instructions.h 43 SequentiallyConsistent = 7
394 // SequentiallyConsistent.
408 /// AcquireRelease, or SequentiallyConsistent.
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 129 case SequentiallyConsistent: return bitc::ORDERING_SEQCST;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 160 case bitc::ORDERING_SEQCST: return SequentiallyConsistent;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1082 milliseconds