Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenSchedule.h50 bool IsRead; member
320 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const { in getSchedRW()
324 bool IsRead = Def->isSubClassOf("SchedRead"); in getSchedRW() local
DCodeGenSchedule.cpp323 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/
DScopeInfo.h276 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/
DFunctionAttrs.cpp415 bool IsRead = false; in determinePointerReadAttrs() local
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.h251 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
/external/clang/lib/CodeGen/
DCGBuiltin.cpp3455 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/
DARMISelDAGToDAG.cpp3459 static int getMClassRegisterMask(StringRef Reg, StringRef Flags, bool IsRead, in getMClassRegisterMask()