HomeSort by relevance Sort by last modified time
    Searched defs:IsRead (Results 1 - 3 of 3) sorted by null

  /external/llvm/utils/TableGen/
CodeGenSchedule.h 50 bool IsRead;
59 : Index(0), TheDef(nullptr), IsRead(false), IsAlias(false),
64 IsRead = Def->isSubClassOf("SchedRead");
77 : Index(Idx), Name(Name), TheDef(nullptr), IsRead(Read), IsAlias(false),
320 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const {
321 return IsRead ? getSchedRead(Idx) : getSchedWrite(Idx);
324 bool IsRead = Def->isSubClassOf("SchedRead");
325 unsigned Idx = getSchedRWIdx(Def, IsRead);
327 IsRead ? getSchedRead(Idx) : getSchedWrite(Idx));
333 unsigned getSchedRWIdx(Record *Def, bool IsRead, unsigned After = 0) const
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.h 250 bool ALWAYS_INLINE IsWrite() const { return !IsRead(); }
251 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; }
  /external/clang/lib/CodeGen/
CGBuiltin.cpp     [all...]

Completed in 380 milliseconds