Searched refs:InstDecoder (Results 1 – 3 of 3) sorted by relevance
1259 std::string InstDecoder = Def.getValueAsString("DecoderMethod"); in populateInstruction() local1260 if (InstDecoder != "") { in populateInstruction()1261 InsnOperands.push_back(OperandInfo(InstDecoder)); in populateInstruction()
1710 std::string InstDecoder = Def.getValueAsString("DecoderMethod"); in populateInstruction() local1711 if (InstDecoder != "") { in populateInstruction()1713 InsnOperands.push_back(OperandInfo(InstDecoder, HasCompleteInstDecoder)); in populateInstruction()
1761 StringRef InstDecoder = Def.getValueAsString("DecoderMethod"); in populateInstruction() local1762 if (InstDecoder != "") { in populateInstruction()1764 InsnOperands.push_back(OperandInfo(InstDecoder, HasCompleteInstDecoder)); in populateInstruction()