Searched refs:SrcOpName (Results 1 - 2 of 2) sorted by relevance

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp236 std::string SrcOpName = Name.substr(wpos); local
237 std::pair<unsigned,unsigned> SrcOp = Ops.ParseOperandName(SrcOpName, false);
240 std::swap(SrcOpName, DestOpName);
H A DAsmMatcherEmitter.cpp303 StringRef SrcOpName; member in struct:__anon22829::MatchableInfo::AsmOperand
305 /// The suboperand index within SrcOpName, or -1 for the entire operand.
465 if (N == AsmOperands[i].SrcOpName &&
475 if (N == AsmOperands[i].SrcOpName)
1525 Op->SrcOpName = OperandName;
1548 Op.SrcOpName = OperandName;
1595 AsmOperands[SrcOperand+AI].SrcOpName == OpInfo.Name &&

Completed in 55 milliseconds