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

  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 240 return LI->isAtomic() && LI->getSynchScope() == CrossThread;
242 return SI->isAtomic() && SI->getSynchScope() == CrossThread;
248 return FI->getSynchScope() == CrossThread;
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/include/llvm/
Instructions.h 50 CrossThread = 1
155 SynchronizationScope SynchScope = CrossThread,
215 SynchronizationScope SynchScope = CrossThread) {
278 SynchronizationScope SynchScope = CrossThread,
335 SynchronizationScope SynchScope = CrossThread) {
398 SynchronizationScope SynchScope = CrossThread,
    [all...]
IRBuilder.h     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp     [all...]
AsmWriter.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 146 case CrossThread: return bitc::SYNCHSCOPE_CROSSTHREAD;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 137 case CrossThread: return bitc::SYNCHSCOPE_CROSSTHREAD;
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 191 case bitc::SYNCHSCOPE_CROSSTHREAD: return CrossThread;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 485 case bitc::SYNCHSCOPE_CROSSTHREAD: return CrossThread;
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 287 milliseconds