Home
last modified time | relevance | path

Searched refs:IsSequence (Results 1 – 18 of 18) sorted by relevance

/external/llvm/utils/TableGen/
DCodeGenSchedule.h54 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()
DCodeGenSchedule.cpp291 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/
DCodeGenSchedule.h54 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()
DCodeGenSchedule.cpp671 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/
Dutil.h36 bool IsSequence(PyObject* o);
Dnest.cc94 if (swig::IsSequence(key)) { in FlattenDictItems()
Dutil_wrapper.cc53 bool result = tensorflow::swig::IsSequence(o.ptr()); in PYBIND11_MODULE()
Dnest.py267 is_sequence = _pywrap_utils.IsSequence
Dutil.cc918 bool IsSequence(PyObject* o) { return IsSequenceHelper(o) == 1; } in IsSequence() function
/external/tensorflow/tensorflow/tools/def_file_filter/
Ddef_file_filter.py.tpl139 …BD notype () External | ?IsSequence@swig@tensorflow@@YA_NPEAU_object@@@Z (bool __cdecl tenso…
199 # line. e.g. `tensorflow::swig::IsSequence`
Dsymbols_pybind.txt2 tensorflow::swig::IsSequence
/external/llvm-project/llvm/lib/Support/
DYAMLParser.cpp445 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/
DYAMLParser.cpp462 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/
DYAMLParser.cpp452 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/
Dtest_decoder.cc350 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/
Ddef.hpp91 bool IsSequence() const { return upb_fielddef_isseq(ptr_); } in IsSequence() function in upb::FieldDefPtr
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h2165 bool IsSequence() const;
3614 inline bool FieldDef::IsSequence() const { return upb_fielddef_isseq(this); }
/external/protobuf/php/ext/google/protobuf/
Dupb.h3311 bool IsSequence() const { return upb_fielddef_isseq(ptr_); } in IsSequence() function