Searched refs:SrcOpName (Results 1 – 5 of 5) sorted by relevance
243 std::string SrcOpName = Name.substr(wpos); in ParseConstraint() local244 std::pair<unsigned,unsigned> SrcOp = Ops.ParseOperandName(SrcOpName, false); in ParseConstraint()247 std::swap(SrcOpName, DestOpName); in ParseConstraint()
370 StringRef SrcOpName; member561 return Op.SrcOpName == N && Op.SubOpIdx == SubOpIdx; in findAsmOperand()571 return Op.SrcOpName == N; in findAsmOperandNamed()1686 Op->SrcOpName = OperandName; in buildInstructionOperandReference()1709 Op.SrcOpName = OperandName; in buildAliasOperandReference()1754 AsmOperands[SrcOperand+AI].SrcOpName == OpInfo.Name && in buildInstructionResultOperands()
244 std::string SrcOpName = Name.substr(wpos); in ParseConstraint() local245 std::pair<unsigned,unsigned> SrcOp = Ops.ParseOperandName(SrcOpName, false); in ParseConstraint()248 std::swap(SrcOpName, DestOpName); in ParseConstraint()
388 StringRef SrcOpName; member590 return Op.SrcOpName == N && Op.SubOpIdx == SubOpIdx; in findAsmOperand()599 [&](const AsmOperand &Op) { return Op.SrcOpName == N; }); in findAsmOperandNamed()1725 Op->SrcOpName = OperandName; in buildInstructionOperandReference()1748 Op.SrcOpName = OperandName; in buildAliasOperandReference()1799 AsmOperands[SrcOperand+AI].SrcOpName == OpInfo.Name && in buildInstructionResultOperands()1838 StringRef Name = AsmOperands[SrcOp1].SrcOpName; in buildAliasResultOperands()
285 StringRef SrcOpName; member432 if (N == AsmOperands[i].SrcOpName && in FindAsmOperand()442 if (N == AsmOperands[i].SrcOpName) in FindAsmOperandNamed()1361 Op->SrcOpName = OperandName; in BuildInstructionOperandReference()1382 Op.SrcOpName = OperandName; in BuildAliasOperandReference()1422 AsmOperands[SrcOperand+AI].SrcOpName == OpInfo.Name && in BuildInstructionResultOperands()