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

  /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);
  /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);

Completed in 76 milliseconds