Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp235 std::string DestOpName = Name.substr(0, wpos); in ParseConstraint() local
236 std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(DestOpName, false); in ParseConstraint()
247 std::swap(SrcOpName, DestOpName); in ParseConstraint()
253 PrintFatalError("Operand '" + DestOpName + in ParseConstraint()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenInstruction.cpp290 StringRef DestOpName = (FirstIsDest ? LHSOpName : RHSOpName); in ParseConstraint() local
321 Rec->getLoc(), "Operand '" + DestOpName + "' of '" + Rec->getName() + in ParseConstraint()