Home
last modified time | relevance | path

Searched refs:IsSequence (Results 1 – 3 of 3) 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.cpp296 if (!WI->IsSequence) in collectSchedRW()
409 if (!SchedRW.IsSequence) { in expandRWSequence()
450 if (!SchedWrite.IsSequence) { in expandRWSeqForProc()
1011 if (AliasRW.IsSequence) { in hasAliasedVariants()
1094 if (AliasRW.IsSequence) { in getIntersectingVariants()
1731 if (IsSequence) { in dump()
/external/llvm/lib/Support/
DYAMLParser.cpp433 bool scanFlowCollectionStart(bool IsSequence);
436 bool scanFlowCollectionEnd(bool IsSequence);
1076 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionStart() argument
1078 T.Kind = IsSequence ? Token::TK_FlowSequenceStart in scanFlowCollectionStart()
1093 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowCollectionEnd() argument
1097 T.Kind = IsSequence ? Token::TK_FlowSequenceEnd in scanFlowCollectionEnd()