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

/external/llvm/utils/TableGen/
H A DCodeGenSchedule.h54 bool IsSequence; member in struct:llvm::CodeGenSchedRW
60 HasVariants(false), IsVariadic(false), IsSequence(false) {}
72 IsSequence = Def->isSubClassOf("WriteSequence");
78 HasVariants(false), IsVariadic(false), IsSequence(true), Sequence(Seq) {
85 assert((!IsSequence || !HasVariants) && "Sequence can't have variant");
86 assert((!IsSequence || !Sequence.empty()) && "Sequence should be nonempty");
H A DCodeGenSchedule.cpp296 if (!WI->IsSequence)
409 if (!SchedRW.IsSequence) {
450 if (!SchedWrite.IsSequence) {
991 if (AliasRW.IsSequence) {
1070 if (AliasRW.IsSequence) {
1627 if (IsSequence) {
/external/llvm/lib/Support/
H A DYAMLParser.cpp427 bool scanFlowCollectionStart(bool IsSequence);
430 bool scanFlowCollectionEnd(bool IsSequence);
1098 bool Scanner::scanFlowCollectionStart(bool IsSequence) { argument
1100 T.Kind = IsSequence ? Token::TK_FlowSequenceStart
1115 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { argument
1119 T.Kind = IsSequence ? Token::TK_FlowSequenceEnd

Completed in 130 milliseconds