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

  /external/swiftshader/third_party/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,
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 160 CGIOperandList::ParseOperandName(const std::string &Op, bool AllowWholeOp) {
215 std::pair<unsigned,unsigned> Op = Ops.ParseOperandName(Name, false);
236 std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(DestOpName, false);
244 std::pair<unsigned,unsigned> SrcOp = Ops.ParseOperandName(SrcOpName, false);
284 std::pair<unsigned,unsigned> Op = ParseOperandName(OpName, false);
CodeGenInstruction.h 169 /// ParseOperandName - Parse an operand name like "$foo" or "$foo.bar",
173 std::pair<unsigned,unsigned> ParseOperandName(const std::string &Op,

Completed in 59 milliseconds