Home | History | Annotate | Download | only in TableGen

Lines Matching refs:InstDecoder

1710   std::string InstDecoder = Def.getValueAsString("DecoderMethod");
1711 if (InstDecoder != "") {
1713 InsnOperands.push_back(OperandInfo(InstDecoder, HasCompleteInstDecoder));