HomeSort by relevance Sort by last modified time
    Searched refs:ParseOperandName (Results 1 - 2 of 2) sorted by null

  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 155 CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) {
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);
CodeGenInstruction.h 163 /// ParseOperandName - Parse an operand name like "$foo" or "$foo.bar",
168 std::pair<unsigned,unsigned> ParseOperandName(const std::string &Op,

Completed in 286 milliseconds