Searched defs:IsRead (Results 1 – 7 of 7) sorted by relevance
/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.h | 50 bool IsRead; member 320 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const { in getSchedRW() 324 bool IsRead = Def->isSubClassOf("SchedRead"); in getSchedRW() local
|
D | CodeGenSchedule.cpp | 323 std::string CodeGenSchedModels::genRWName(ArrayRef<unsigned> Seq, bool IsRead) { in genRWName() 334 unsigned CodeGenSchedModels::getSchedRWIdx(Record *Def, bool IsRead, in getSchedRWIdx() 415 unsigned RWIdx, IdxVec &RWSeq, bool IsRead, in expandRWSeqForProc() 455 bool IsRead) { in findRWForSequence() 469 bool IsRead) { in findOrInsertRW() 914 bool IsRead; member 1131 pushVariant(const TransVariant &VInfo, bool IsRead) { in pushVariant() 1202 const SmallVectorImpl<unsigned> &RWSeq, bool IsRead, unsigned StartIdx) { in substituteVariantOperand() 1549 void CodeGenSchedModels::collectRWResources(unsigned RWIdx, bool IsRead, in collectRWResources()
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 276 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy() 841 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 415 bool IsRead = false; in determinePointerReadAttrs() local
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 251 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 3455 llvm::Type *ValueType, bool IsRead) { in EmitSpecialRegisterBuiltin() 3764 bool IsRead = BuiltinID == ARM::BI__builtin_arm_rsr || in EmitARMBuiltinExpr() local 4525 bool IsRead = BuiltinID == AArch64::BI__builtin_arm_rsr || in EmitAArch64BuiltinExpr() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 3459 static int getMClassRegisterMask(StringRef Reg, StringRef Flags, bool IsRead, in getMClassRegisterMask()
|