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

/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp237 std::string SrcOpName = Name.substr(wpos); local
238 std::pair<unsigned,unsigned> SrcOp = Ops.ParseOperandName(SrcOpName, false);
241 std::swap(SrcOpName, DestOpName);
H A DAsmMatcherEmitter.cpp311 StringRef SrcOpName; member in struct:__anon3826::MatchableInfo::AsmOperand
313 /// The suboperand index within SrcOpName, or -1 for the entire operand.
476 if (N == AsmOperands[i].SrcOpName &&
486 if (N == AsmOperands[i].SrcOpName)
1559 Op->SrcOpName = OperandName;
1582 Op.SrcOpName = OperandName;
1629 AsmOperands[SrcOperand+AI].SrcOpName == OpInfo.Name &&

Completed in 65 milliseconds