Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.h50 bool IsSequence; member
56 HasVariants(false), IsVariadic(false), IsSequence(false) {} in CodeGenSchedRW()
68 IsSequence = Def->isSubClassOf("WriteSequence"); in CodeGenSchedRW()
74 HasVariants(false), IsVariadic(false), IsSequence(true), Sequence(Seq) { in CodeGenSchedRW()
81 assert((!IsSequence || !HasVariants) && "Sequence can't have variant"); in isValid()
82 assert((!IsSequence || !Sequence.empty()) && "Sequence should be nonempty"); in isValid()
H A DCodeGenSchedule.cpp679 if (!CGRW.IsSequence) in collectSchedRW()
783 if (!SchedRW.IsSequence) { in expandRWSequence()
822 if (!SchedWrite.IsSequence) { in expandRWSeqForProc()
1480 if (AliasRW.IsSequence) in getIntersectingVariants()
2216 if (IsSequence) { in dump()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DYAMLParser.cpp447 bool scanFlowCollectionStart(bool IsSequence);
450 bool scanFlowCollectionEnd(bool IsSequence);
1245 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionStart() argument
1247 T.Kind = IsSequence ? Token::TK_FlowSequenceStart in scanFlowCollectionStart()
1262 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowCollectionEnd() argument
1266 T.Kind = IsSequence ? Token::TK_FlowSequenceEnd in scanFlowCollectionEnd()