Home
last modified time | relevance | path

Searched refs:IsOr (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/Mips/
H A DMipsExpandPseudo.cpp641 bool IsOr = false; in expandAtomicBinOp() local
669 IsOr = true; in expandAtomicBinOp()
692 IsOr = true; in expandAtomicBinOp()
792 assert(IsOr && OR && "Unknown instruction for atomic pseudo expansion!"); in expandAtomicBinOp()
793 (void)IsOr; in expandAtomicBinOp()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp498 bool IsOr = CombineType == "any_of"; in getReqFeatures() local
513 if (IsOr) in getReqFeatures()
519 if (IsOr) in getReqFeatures()
H A DAsmWriterEmitter.cpp1001 bool IsOr = CombineType == "any_of"; in EmitPrintAliasInstruction() local
1003 if (IsOr && D->getNumArgs() == 2 && isa<DagInit>(D->getArg(1))) { in EmitPrintAliasInstruction()
1028 "AliasPatternCond::K_{0}{1}Feature, {2}::{3}", IsOr ? "Or" : "", in EmitPrintAliasInstruction()
1033 if (IsOr) in EmitPrintAliasInstruction()