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

  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenInstruction.cpp 230 std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(DestOpName, false);
239 if (SrcOp > DestOp)
245 if (!Ops[DestOp.first].Constraints[DestOp.second].isNone())
247 Ops[DestOp.first].Constraints[DestOp.second] =
  /external/llvm/utils/TableGen/
CodeGenInstruction.cpp 236 std::pair<unsigned,unsigned> DestOp = Ops.ParseOperandName(DestOpName, false);
245 if (SrcOp > DestOp) {
246 std::swap(SrcOp, DestOp);
252 if (!Ops[DestOp.first].Constraints[DestOp.second].isNone())
255 Ops[DestOp.first].Constraints[DestOp.second] =

Completed in 66 milliseconds