HomeSort by: relevance | last modified time | path
    Searched refs:CombineType (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
SubtargetFeatureInfo.cpp 123 std::string CombineType = D->getOperator()->getAsString();
124 if (CombineType != "any_of" && CombineType != "all_of")
128 bool IsOr = CombineType == "any_of";
RISCVCompressInstEmitter.cpp 480 std::string CombineType = D->getOperator()->getAsString();
481 if (CombineType != "any_of" && CombineType != "all_of")
485 bool IsOr = CombineType == "any_of";
AsmWriterEmitter.cpp 999 std::string CombineType = D->getOperator()->getAsString();
1000 if (CombineType != "any_of" && CombineType != "all_of")
1004 bool IsOr = CombineType == "any_of";
FixedLenDecoderEmitter.cpp 1212 std::string CombineType = D->getOperator()->getAsString();
1213 if (CombineType != "any_of" && CombineType != "all_of")
1217 bool IsOr = CombineType == "any_of";

Completed in 22 milliseconds