Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp240 std::string SrcOpName = Name.substr(wpos); in ParseConstraint() local
241 std::pair<unsigned,unsigned> SrcOp = Ops.ParseOperandName(SrcOpName, false); in ParseConstraint()
244 std::swap(SrcOpName, DestOpName); in ParseConstraint()
DAsmMatcherEmitter.cpp315 StringRef SrcOpName; member
505 if (N == AsmOperands[i].SrcOpName && in findAsmOperand()
515 if (N == AsmOperands[i].SrcOpName) in findAsmOperandNamed()
1591 Op->SrcOpName = OperandName; in buildInstructionOperandReference()
1614 Op.SrcOpName = OperandName; in buildAliasOperandReference()
1661 AsmOperands[SrcOperand+AI].SrcOpName == OpInfo.Name && in buildInstructionResultOperands()