Lines Matching refs:MCD
49 - OS.indent(Indentation) << "MCD::OPC_ExtractField, " << Start << ", "
54 + << "MCD::OPC_ExtractField"
62 case MCD::OPC_FilterValue: {
64 - OS.indent(Indentation) << "MCD::OPC_FilterValue, ";
69 + << "MCD::OPC_FilterValue"
79 - OS.indent(Indentation) << "MCD::OPC_CheckField, " << Start << ", "
84 + << "MCD::OPC_CheckField"
92 case MCD::OPC_CheckPredicate: {
94 - OS.indent(Indentation) << "MCD::OPC_CheckPredicate, ";
99 + << "MCD::OPC_CheckPredicate"
109 - OS.indent(Indentation) << "MCD::OPC_" << (IsTry ? "Try" : "")
114 + << "MCD::OPC_"
122 case MCD::OPC_SoftFail: {
124 - OS.indent(Indentation) << "MCD::OPC_SoftFail";
129 + << "MCD::OPC_SoftFail";
136 case MCD::OPC_Fail: {
138 - OS.indent(Indentation) << "MCD::OPC_Fail,\n";
143 + << "MCD::OPC_Fail"