/external/llvm/utils/TableGen/ |
D | CodeGenSchedule.h | 54 bool IsSequence; member 60 HasVariants(false), IsVariadic(false), IsSequence(false) {} in CodeGenSchedRW() 72 IsSequence = Def->isSubClassOf("WriteSequence"); in CodeGenSchedRW() 78 HasVariants(false), IsVariadic(false), IsSequence(true), Sequence(Seq) { in CodeGenSchedRW() 85 assert((!IsSequence || !HasVariants) && "Sequence can't have variant"); in isValid() 86 assert((!IsSequence || !Sequence.empty()) && "Sequence should be nonempty"); in isValid()
|
D | CodeGenSchedule.cpp | 291 if (!WI->IsSequence) in collectSchedRW() 404 if (!SchedRW.IsSequence) { in expandRWSequence() 445 if (!SchedWrite.IsSequence) { in expandRWSeqForProc() 1012 if (AliasRW.IsSequence) { in hasAliasedVariants() 1095 if (AliasRW.IsSequence) { in getIntersectingVariants() 1796 if (IsSequence) { in dump()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenSchedule.h | 54 bool IsSequence; member 60 HasVariants(false), IsVariadic(false), IsSequence(false) {} in CodeGenSchedRW() 72 IsSequence = Def->isSubClassOf("WriteSequence"); in CodeGenSchedRW() 78 HasVariants(false), IsVariadic(false), IsSequence(true), Sequence(Seq) { in CodeGenSchedRW() 85 assert((!IsSequence || !HasVariants) && "Sequence can't have variant"); in isValid() 86 assert((!IsSequence || !Sequence.empty()) && "Sequence should be nonempty"); in isValid()
|
D | CodeGenSchedule.cpp | 671 if (!CGRW.IsSequence) in collectSchedRW() 777 if (!SchedRW.IsSequence) { in expandRWSequence() 816 if (!SchedWrite.IsSequence) { in expandRWSeqForProc() 1476 if (AliasRW.IsSequence) in getIntersectingVariants() 2225 if (IsSequence) { in dump()
|
/external/tensorflow/tensorflow/python/util/ |
D | util.h | 36 bool IsSequence(PyObject* o);
|
D | nest.cc | 94 if (swig::IsSequence(key)) { in FlattenDictItems()
|
D | util_wrapper.cc | 53 bool result = tensorflow::swig::IsSequence(o.ptr()); in PYBIND11_MODULE()
|
D | nest.py | 267 is_sequence = _pywrap_utils.IsSequence
|
D | util.cc | 918 bool IsSequence(PyObject* o) { return IsSequenceHelper(o) == 1; } in IsSequence() function
|
/external/tensorflow/tensorflow/tools/def_file_filter/ |
D | def_file_filter.py.tpl | 139 …BD notype () External | ?IsSequence@swig@tensorflow@@YA_NPEAU_object@@@Z (bool __cdecl tenso… 199 # line. e.g. `tensorflow::swig::IsSequence`
|
D | symbols_pybind.txt | 2 tensorflow::swig::IsSequence
|
/external/llvm-project/llvm/lib/Support/ |
D | YAMLParser.cpp | 445 bool scanFlowCollectionStart(bool IsSequence); 448 bool scanFlowCollectionEnd(bool IsSequence); 1146 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionStart() argument 1148 T.Kind = IsSequence ? Token::TK_FlowSequenceStart in scanFlowCollectionStart() 1163 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowCollectionEnd() argument 1167 T.Kind = IsSequence ? Token::TK_FlowSequenceEnd in scanFlowCollectionEnd()
|
/external/llvm/lib/Support/ |
D | YAMLParser.cpp | 462 bool scanFlowCollectionStart(bool IsSequence); 465 bool scanFlowCollectionEnd(bool IsSequence); 1155 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionStart() argument 1157 T.Kind = IsSequence ? Token::TK_FlowSequenceStart in scanFlowCollectionStart() 1172 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowCollectionEnd() argument 1176 T.Kind = IsSequence ? Token::TK_FlowSequenceEnd in scanFlowCollectionEnd()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | YAMLParser.cpp | 452 bool scanFlowCollectionStart(bool IsSequence); 455 bool scanFlowCollectionEnd(bool IsSequence); 1153 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionStart() argument 1155 T.Kind = IsSequence ? Token::TK_FlowSequenceStart in scanFlowCollectionStart() 1170 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowCollectionEnd() argument 1174 T.Kind = IsSequence ? Token::TK_FlowSequenceEnd in scanFlowCollectionEnd()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/tests/pb/ |
D | test_decoder.cc | 350 if (f.IsSequence()) { in doreg() 382 if (f.IsSequence()) regseq(h, f, num); in reg_subm() 391 if (f.IsSequence()) regseq(h, f, num); in reg_str()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | def.hpp | 91 bool IsSequence() const { return upb_fielddef_isseq(ptr_); } in IsSequence() function in upb::FieldDefPtr
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 2165 bool IsSequence() const; 3614 inline bool FieldDef::IsSequence() const { return upb_fielddef_isseq(this); }
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 3311 bool IsSequence() const { return upb_fielddef_isseq(ptr_); } in IsSequence() function
|