Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenSchedule.h57 bool IsSequence; member
63 HasVariants(false), IsVariadic(false), IsSequence(false) {} in CodeGenSchedRW()
75 IsSequence = Def->isSubClassOf("WriteSequence"); in CodeGenSchedRW()
81 HasVariants(false), IsVariadic(false), IsSequence(true), Sequence(Seq) { in CodeGenSchedRW()
88 assert((!IsSequence || !HasVariants) && "Sequence can't have variant"); in isValid()
89 assert((!IsSequence || !Sequence.empty()) && "Sequence should be nonempty"); in isValid()
H A DCodeGenSchedule.cpp692 if (!CGRW.IsSequence) in collectSchedRW()
784 if (!SchedRW.IsSequence) { in expandRWSequence()
824 if (!SchedWrite.IsSequence) { in expandRWSeqForProc()
1478 if (AliasRW.IsSequence) in getIntersectingVariants()
2235 if (IsSequence) { in dump()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp451 bool scanFlowCollectionStart(bool IsSequence);
454 bool scanFlowCollectionEnd(bool IsSequence);
1266 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionEnd()
1268 T.Kind = IsSequence ? Token::TK_FlowSequenceStart in scanFlowCollectionEnd()
1285 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowEntry()
1290 T.Kind = IsSequence ? Token::TK_FlowSequenceEnd in scanBlockEntry()
1245 scanFlowCollectionStart(bool IsSequence) scanFlowCollectionStart() argument
1262 scanFlowCollectionEnd(bool IsSequence) scanFlowCollectionEnd() argument