Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp232 std::string DestOpName = Name.substr(0, wpos); in ParseConstraint() local
233 std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(DestOpName, false); in ParseConstraint()
244 std::swap(SrcOpName, DestOpName); in ParseConstraint()
250 PrintFatalError("Operand '" + DestOpName + in ParseConstraint()