Searched defs:IsRead (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/contrib/llvm/utils/TableGen/ |
| HD | CodeGenSchedule.h | 50 bool IsRead; member 321 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const { in getSchedRW() 325 bool IsRead = Def->isSubClassOf("SchedRead"); in getSchedRW() local
|
| HD | CodeGenSchedule.cpp | 329 std::string CodeGenSchedModels::genRWName(const IdxVec& Seq, bool IsRead) { in genRWName() 340 unsigned CodeGenSchedModels::getSchedRWIdx(Record *Def, bool IsRead, in getSchedRWIdx() 421 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() 461 bool IsRead) { in findRWForSequence() 475 bool IsRead) { in findOrInsertRW() 919 bool IsRead; member 1136 pushVariant(const TransVariant &VInfo, bool IsRead) { in pushVariant() 1207 const SmallVectorImpl<unsigned> &RWSeq, bool IsRead, unsigned StartIdx) { in substituteVariantOperand() 1554 void CodeGenSchedModels::collectRWResources(unsigned RWIdx, bool IsRead, in collectRWResources()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | ScopeInfo.h | 265 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy() 826 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak()
|
| /NextBSD/contrib/llvm/lib/Transforms/IPO/ |
| HD | FunctionAttrs.cpp | 424 bool IsRead = false; in determinePointerReadAttrs() local
|
| /NextBSD/contrib/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_rtl.h | 250 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
|
| /NextBSD/contrib/llvm/tools/clang/lib/CodeGen/ |
| HD | CGBuiltin.cpp | 3290 llvm::Type *ValueType, bool IsRead) { in EmitSpecialRegisterBuiltin() 3599 bool IsRead = BuiltinID == ARM::BI__builtin_arm_rsr || in EmitARMBuiltinExpr() local 4384 bool IsRead = BuiltinID == AArch64::BI__builtin_arm_rsr || in EmitAArch64BuiltinExpr() local
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMISelDAGToDAG.cpp | 3475 static int getMClassRegisterMask(StringRef Reg, StringRef Flags, bool IsRead, in getMClassRegisterMask()
|