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

  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp 314 return LI->isAtomic() && LI->getSynchScope() == CrossThread;
316 return SI->isAtomic() && SI->getSynchScope() == CrossThread;
  /external/llvm/include/llvm/IR/
Instructions.h 51 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/IR/
Verifier.cpp     [all...]
AsmWriter.cpp     [all...]
Core.cpp     [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 144 case CrossThread: return bitc::SYNCHSCOPE_CROSSTHREAD;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 139 case CrossThread: return bitc::SYNCHSCOPE_CROSSTHREAD;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 143 case CrossThread: return bitc::SYNCHSCOPE_CROSSTHREAD;
    [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/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 699 milliseconds