Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/utils/TableGen/
HDCodeGenSchedule.h50 bool IsRead; member
321 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const { in getSchedRW()
325 bool IsRead = Def->isSubClassOf("SchedRead"); in getSchedRW() local
HDCodeGenSchedule.cpp329 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/
HDScopeInfo.h265 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/
HDFunctionAttrs.cpp424 bool IsRead = false; in determinePointerReadAttrs() local
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_rtl.h250 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGBuiltin.cpp3290 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/
HDARMISelDAGToDAG.cpp3475 static int getMClassRegisterMask(StringRef Reg, StringRef Flags, bool IsRead, in getMClassRegisterMask()