Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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()
1474 if (AliasRW.IsSequence) in getIntersectingVariants()
2212 if (IsSequence) { in dump()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DYAMLParser.cpp445 bool scanFlowCollectionStart(bool IsSequence);
448 bool scanFlowCollectionEnd(bool IsSequence);
1224 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionStart() argument
1226 T.Kind = IsSequence ? Token::TK_FlowSequenceStart in scanFlowCollectionStart()
1241 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowCollectionEnd() argument
1245 T.Kind = IsSequence ? Token::TK_FlowSequenceEnd in scanFlowCollectionEnd()