Lines Matching defs:OpName
1925 StringRef OpName;
1928 OpName = SI->getValue();
1930 OpName = cast<StringInit>(DI->getArg(0))->getValue();
1934 if (!OpName.empty()) {
1937 OpName);
1963 /// For an operand field named OpName: populate OpInfo.InitValue with the
1968 StringRef OpName, OperandInfo &OpInfo) {
1971 if (const RecordVal *EncodedValue = EncodingDef.getValue(OpName))
1992 if (!Var || (Var->getName() != OpName &&
1993 Var->getName() != TiedNames[std::string(OpName)]))
2073 StringRef OpName = Op.second;
2100 "DecoderEmitter: operand \"" + OpName + "\" has type \"" +
2132 "DecoderEmitter: operand \"" + OpName +
2140 addOneOperandFields(EncodingDef, Bits, TiedNames, OpName, OpInfo);