Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DSubtargetFeatureInfo.cpp123 std::string CombineType = D->getOperator()->getAsString(); in emitComputeAssemblerAvailableFeatures() local
124 if (CombineType != "any_of" && CombineType != "all_of") in emitComputeAssemblerAvailableFeatures()
128 bool IsOr = CombineType == "any_of"; in emitComputeAssemblerAvailableFeatures()
DRISCVCompressInstEmitter.cpp480 std::string CombineType = D->getOperator()->getAsString(); in getReqFeatures() local
481 if (CombineType != "any_of" && CombineType != "all_of") in getReqFeatures()
485 bool IsOr = CombineType == "any_of"; in getReqFeatures()
DAsmWriterEmitter.cpp999 std::string CombineType = D->getOperator()->getAsString(); in EmitPrintAliasInstruction() local
1000 if (CombineType != "any_of" && CombineType != "all_of") in EmitPrintAliasInstruction()
1004 bool IsOr = CombineType == "any_of"; in EmitPrintAliasInstruction()
DFixedLenDecoderEmitter.cpp1212 std::string CombineType = D->getOperator()->getAsString(); in emitPredicateMatch() local
1213 if (CombineType != "any_of" && CombineType != "all_of") in emitPredicateMatch()
1217 bool IsOr = CombineType == "any_of"; in emitPredicateMatch()