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

  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 812 unsigned NumMIOps = 0;
814 NumMIOps += Operand.getMINumOperands();
817 Cond = std::string("MI->getNumOperands() == ") + llvm::utostr(NumMIOps);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
AsmWriterEmitter.cpp 824 unsigned NumMIOps = 0;
826 NumMIOps += ResultInstOpnd.MINumOperands;
829 Cond = std::string("MI->getNumOperands() == ") + utostr(NumMIOps);
    [all...]

Completed in 123 milliseconds