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

  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 772 const DAGDefaultOperand &DefaultOp
774 for (unsigned i = 0, e = DefaultOp.DefaultOps.size(); i != e; ++i)
775 EmitResultOperand(DefaultOp.DefaultOps[i], InstOps);
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherGen.cpp 728 const DAGDefaultOperand &DefaultOp
730 for (unsigned i = 0, e = DefaultOp.DefaultOps.size(); i != e; ++i)
731 EmitResultOperand(DefaultOp.DefaultOps[i], InstOps);
    [all...]

Completed in 1010 milliseconds