/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.h | 50 bool IsRead; member 330 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const { in getSchedRW() 334 bool IsRead = Def->isSubClassOf("SchedRead"); in getSchedRW() local
|
D | CodeGenSchedule.cpp | 329 std::string CodeGenSchedModels::genRWName(ArrayRef<unsigned> 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() 930 bool IsRead; member 1147 pushVariant(const TransVariant &VInfo, bool IsRead) { in pushVariant() 1218 const SmallVectorImpl<unsigned> &RWSeq, bool IsRead, unsigned StartIdx) { in substituteVariantOperand() 1625 void CodeGenSchedModels::collectRWResources(unsigned RWIdx, bool IsRead, in collectRWResources()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenSchedule.cpp | 709 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() 1304 bool IsRead; member 1513 pushVariant(const TransVariant &VInfo, bool IsRead) { in pushVariant() 1578 const SmallVectorImpl<unsigned> &RWSeq, bool IsRead, unsigned StartIdx) { in substituteVariantOperand() 1651 IdxVec &Result, bool IsRead) { in addSequences() 2063 void CodeGenSchedModels::collectRWResources(unsigned RWIdx, bool IsRead, in collectRWResources()
|
D | CodeGenSchedule.h | 50 bool IsRead; member 522 const CodeGenSchedRW &getSchedRW(unsigned Idx, bool IsRead) const { in getSchedRW() 526 bool IsRead = Def->isSubClassOf("SchedRead"); in getSchedRW() local
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 284 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy() 870 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | ScopeInfo.h | 338 WeakUseTy(const Expr *Use, bool IsRead) : Rep(Use, IsRead) {} in WeakUseTy() 1033 void FunctionScopeInfo::recordUseOfWeak(const ExprT *E, bool IsRead) { in recordUseOfWeak()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | CFLGraph.h | 231 void addDerefEdge(Value *From, Value *To, bool IsRead) { in addDerefEdge()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | CFLGraph.h | 231 void addDerefEdge(Value *From, Value *To, bool IsRead) { in addDerefEdge()
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 369 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/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl.h | 258 bool ALWAYS_INLINE IsRead() const { return x_ & kReadBit; } in IsRead() function
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 456 bool IsRead = false; in determinePointerReadAttrs() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | FunctionAttrs.cpp | 455 bool IsRead = false; in determinePointerReadAttrs() local
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 3861 bool IsRead, in EmitSpecialRegisterBuiltin() 4241 bool IsRead = BuiltinID == ARM::BI__builtin_arm_rsr || in EmitARMBuiltinExpr() local 4997 bool IsRead = BuiltinID == AArch64::BI__builtin_arm_rsr || in EmitAArch64BuiltinExpr() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelDAGToDAG.cpp | 3838 static int getMClassRegisterMask(StringRef Reg, StringRef Flags, bool IsRead, in getMClassRegisterMask()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 6164 bool IsRead = MI.getOpcode() == TargetOpcode::G_READ_REGISTER; in lowerReadWriteRegister() local
|