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

/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp155 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 Ops.ParseOperandName(Name.substr(wpos), false);
276 std::pair<unsigned,unsigned> Op = ParseOperandName(OpName, false);

Completed in 57 milliseconds