Home
last modified time | relevance | path

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

/external/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.cpp483 std::string CombineType = D->getOperator()->getAsString(); in getReqFeatures() local
484 if (CombineType != "any_of" && CombineType != "all_of") in getReqFeatures()
488 bool IsOr = CombineType == "any_of"; in getReqFeatures()
DAsmWriterEmitter.cpp1005 std::string CombineType = D->getOperator()->getAsString(); in EmitPrintAliasInstruction() local
1006 if (CombineType != "any_of" && CombineType != "all_of") in EmitPrintAliasInstruction()
1010 bool IsOr = CombineType == "any_of"; in EmitPrintAliasInstruction()
DFixedLenDecoderEmitter.cpp1199 std::string CombineType = D->getOperator()->getAsString(); in emitPredicateMatch() local
1200 if (CombineType != "any_of" && CombineType != "all_of") in emitPredicateMatch()
1204 bool IsOr = CombineType == "any_of"; in emitPredicateMatch()