OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IsRead
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_shadow.h
167
bool ALWAYS_INLINE IsWrite() const { return !
IsRead
(); }
168
bool ALWAYS_INLINE
IsRead
() const { return x_ & kReadBit; }
/src/external/apache2/llvm/dist/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),
522
const CodeGenSchedRW &getSchedRW(unsigned Idx, bool
IsRead
) const {
523
return
IsRead
? getSchedRead(Idx) : getSchedWrite(Idx);
526
bool
IsRead
= Def->isSubClassOf("SchedRead");
527
unsigned Idx = getSchedRWIdx(Def,
IsRead
);
529
IsRead
? getSchedRead(Idx) : getSchedWrite(Idx));
535
unsigned getSchedRWIdx(const Record *Def, bool
IsRead
) const
[
all
...]
CodeGenSchedule.cpp
661
assert(!getSchedRWIdx(SWDef, /*
IsRead
=*/false) && "duplicate SchedWrite");
666
assert(!getSchedRWIdx(SRDef, /*
IsRead
-*/true) && "duplicate SchedWrite");
674
/*
IsRead
=*/false);
709
std::string CodeGenSchedModels::genRWName(ArrayRef<unsigned> Seq, bool
IsRead
) {
714
Name += getSchedRW(I,
IsRead
).Name;
721
bool
IsRead
) const {
722
const std::vector<CodeGenSchedRW> &RWVec =
IsRead
? SchedReads : SchedWrites;
766
bool
IsRead
) const {
768
unsigned Idx = getSchedRWIdx(RWDef,
IsRead
);
775
bool
IsRead
) const
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.h
265
bool ALWAYS_INLINE IsWrite() const { return !
IsRead
(); }
266
bool ALWAYS_INLINE
IsRead
() const { return x_ & kReadBit; }
Completed in 43 milliseconds
Indexes created Sun Mar 29 00:23:15 UTC 2026