Lines Matching defs:OpName
1933 StringRef OpName;
1936 OpName = SI->getValue();
1938 OpName = cast<StringInit>(DI->getArg(0))->getValue();
1942 if (!OpName.empty()) {
1945 OpName);
1972 /// For an operand field named OpName: populate OpInfo.InitValue with the
1977 StringRef OpName, OperandInfo &OpInfo) {
1980 if (const RecordVal *EncodedValue = EncodingDef.getValue(OpName))
2001 if (!Var || (Var->getName() != OpName &&
2002 Var->getName() != TiedNames[std::string(OpName)]))
2082 StringRef OpName = Op.second;
2109 "DecoderEmitter: operand \"" + OpName + "\" has type \"" +
2141 "DecoderEmitter: operand \"" + OpName +
2149 addOneOperandFields(EncodingDef, Bits, TiedNames, OpName, OpInfo);