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

/freebsd-10-stable/contrib/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp154 CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) { function in class:CGIOperandList
209 std::pair<unsigned,unsigned> Op = Ops.ParseOperandName(Name, false);
230 std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(DestOpName, false);
238 std::pair<unsigned,unsigned> SrcOp = Ops.ParseOperandName(SrcOpName, false);
278 std::pair<unsigned,unsigned> Op = ParseOperandName(OpName, false);
H A DCodeGenInstruction.h163 /// ParseOperandName - Parse an operand name like "$foo" or "$foo.bar",
167 std::pair<unsigned,unsigned> ParseOperandName(const std::string &Op,

Completed in 143 milliseconds