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

/freebsd-10.2-release/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp229 std::string DestOpName = Name.substr(0, wpos); local
230 std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(DestOpName, false);
241 std::swap(SrcOpName, DestOpName);
247 PrintFatalError("Operand '" + DestOpName +

Completed in 47 milliseconds