Home
last modified time | relevance | path

Searched refs:CombineType (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp493 std::string CombineType = D->getOperator()->getAsString(); in getReqFeatures() local
494 if (CombineType != "any_of" && CombineType != "all_of") in getReqFeatures()
498 bool IsOr = CombineType == "any_of"; in getReqFeatures()
H A DAsmWriterEmitter.cpp996 std::string CombineType = D->getOperator()->getAsString(); in EmitPrintAliasInstruction() local
997 if (CombineType != "any_of" && CombineType != "all_of") in EmitPrintAliasInstruction()
1001 bool IsOr = CombineType == "any_of"; in EmitPrintAliasInstruction()