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.cpp285 if (!WI->IsSequence) in collectSchedRW()
398 if (!SchedRW.IsSequence) { in expandRWSequence()
439 if (!SchedWrite.IsSequence) { in expandRWSeqForProc()
996 if (AliasRW.IsSequence) { in hasAliasedVariants()
1079 if (AliasRW.IsSequence) { in getIntersectingVariants()
1711 if (IsSequence) { in dump()
/external/llvm/lib/Support/
DYAMLParser.cpp462 bool scanFlowCollectionStart(bool IsSequence);
465 bool scanFlowCollectionEnd(bool IsSequence);
1157 bool Scanner::scanFlowCollectionStart(bool IsSequence) { in scanFlowCollectionStart() argument
1159 T.Kind = IsSequence ? Token::TK_FlowSequenceStart in scanFlowCollectionStart()
1174 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { in scanFlowCollectionEnd() argument
1178 T.Kind = IsSequence ? Token::TK_FlowSequenceEnd in scanFlowCollectionEnd()