Home
last modified time | relevance | path

Searched defs:IsRead (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp709 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 DCodeGenSchedule.h50 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 Dtsan_shadow.h168 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h342 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 DCFLGraph.h231 void addDerefEdge(Value *From, Value *To, bool IsRead) { in addDerefEdge()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_rtl.h262 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_rtl.h266 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp466 bool IsRead = false; in determinePointerReadAttrs() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6759 bool IsRead = MI.getOpcode() == TargetOpcode::G_READ_REGISTER; in lowerReadWriteRegister() local