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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenSchedule.h52 bool IsSequence; member in struct:llvm::CodeGenSchedRW
58 HasVariants(false), IsVariadic(false), IsSequence(false) {}
70 IsSequence = Def->isSubClassOf("WriteSequence");
76 HasVariants(false), IsVariadic(false), IsSequence(true), Sequence(Seq) {
83 assert((!IsSequence || !HasVariants) && "Sequence can't have variant");
84 assert((!IsSequence || !Sequence.empty()) && "Sequence should be nonempty");
H A DCodeGenSchedule.cpp674 if (!CGRW.IsSequence)
780 if (!SchedRW.IsSequence) {
819 if (!SchedWrite.IsSequence) {
1386 if (AliasRW.IsSequence) {
1456 if (AliasRW.IsSequence)
2169 if (IsSequence) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp448 bool scanFlowCollectionStart(bool IsSequence);
451 bool scanFlowCollectionEnd(bool IsSequence);
1149 bool Scanner::scanFlowCollectionStart(bool IsSequence) { argument
1151 T.Kind = IsSequence ? Token::TK_FlowSequenceStart
1166 bool Scanner::scanFlowCollectionEnd(bool IsSequence) { argument
1170 T.Kind = IsSequence ? Token::TK_FlowSequenceEnd

Completed in 115 milliseconds