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

  /external/llvm/include/llvm/Bitcode/
LLVMBitCodes.h 224 RMW_XCHG = 0,
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 114 case AtomicRMWInst::Xchg: return bitc::RMW_XCHG;
    [all...]
  /frameworks/compile/slang/BitWriter_2_9_func/
BitcodeWriter.cpp 108 case AtomicRMWInst::Xchg: return bitc::RMW_XCHG;
    [all...]
  /frameworks/compile/slang/BitWriter_3_2/
BitcodeWriter.cpp 113 case AtomicRMWInst::Xchg: return bitc::RMW_XCHG;
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 160 case bitc::RMW_XCHG: return AtomicRMWInst::Xchg;
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 454 case bitc::RMW_XCHG: return AtomicRMWInst::Xchg;
    [all...]

Completed in 609 milliseconds