Searched defs:IsRead (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | CodeGenSchedule.cpp | 709 std::string CodeGenSchedModels::genRWName(ArrayRef<unsigned> Seq, bool IsRead) { in genRWName() 793 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() 831 bool IsRead) { in findRWForSequence() 843 bool IsRead) { in findOrInsertRW() 1302 bool IsRead; member 1511 pushVariant(const TransVariant &VInfo, bool IsRead) { in pushVariant() 1574 const SmallVectorImpl<unsigned> &RWSeq, bool IsRead, unsigned StartIdx) { in substituteVariantOperand() 1643 IdxVec &Result, bool IsRead) { in addSequences() 2054 void CodeGenSchedModels::collectRWResources(unsigned RWIdx, bool IsRead, in collectRWResources()
|
H A D | CodeGenSchedule.h | 50 bool IsRead; member 522 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const { in getSchedRW() 526 bool IsRead = Def->isSubClassOf("SchedRead"); in getSchedRW() local
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_shadow.h | 168 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 342 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy() 1037 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | CFLGraph.h | 231 void addDerefEdge(Value *From, Value *To, bool IsRead) { in addDerefEdge()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_rtl.h | 262 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_rtl.h | 266 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | FunctionAttrs.cpp | 466 bool IsRead = false; in determinePointerReadAttrs() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 6759 bool IsRead = MI.getOpcode() == TargetOpcode::G_READ_REGISTER; in lowerReadWriteRegister() local
|