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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp285 StringRef SrcOpName = (FirstIsDest ? RHSOpName : LHSOpName); local
302 Rec->getLoc(), "Operand '" + SrcOpName + "' of '" + Rec->getName() +
H A DAsmMatcherEmitter.cpp387 StringRef SrcOpName; member in struct:__anon2890::MatchableInfo::AsmOperand
392 /// The suboperand index within SrcOpName, or -1 for the entire operand.
589 return Op.SrcOpName == N && Op.SubOpIdx == SubOpIdx;
598 [&](const AsmOperand &Op) { return Op.SrcOpName == N; });
1727 Op->SrcOpName = OperandName;
1750 Op.SrcOpName = OperandName;
1801 AsmOperands[SrcOperand+AI].SrcOpName == OpInfo.Name &&
1840 StringRef Name = AsmOperands[SrcOp1].SrcOpName;

Completed in 261 milliseconds