Searched refs:IsOr (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DSubtargetFeatureInfo.cpp128 bool IsOr = CombineType == "any_of"; local
130 if (IsOr)
133 ListSeparator LS(IsOr ? " || " : " && ");
149 if (IsOr)
H A DRISCVCompressInstEmitter.cpp485 bool IsOr = CombineType == "any_of"; local
500 if (IsOr)
506 if (IsOr)
H A DAsmWriterEmitter.cpp1004 bool IsOr = CombineType == "any_of"; local
1020 "AliasPatternCond::K_{0}{1}Feature, {2}::{3}", IsOr ? "Or" : "",
1025 if (IsOr)
H A DFixedLenDecoderEmitter.cpp1217 bool IsOr = CombineType == "any_of";
1222 if (IsOr)
1225 ListSeparator LS(IsOr ? " || " : " && ");
1242 if (IsOr)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp641 bool IsOr = false; local
669 IsOr = true;
692 IsOr = true;
792 assert(IsOr && OR && "Unknown instruction for atomic pseudo expansion!");
793 (void)IsOr;

Completed in 93 milliseconds