HomeSort by: relevance | last modified time | path
    Searched refs:NumFixedOperands (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyInstPrinter.cpp 237 unsigned NumFixedOperands = Desc.NumOperands;
241 if (I < NumFixedOperands) {
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 812 unsigned NumFixedOperands = II.Operands.size();
830 unsigned NonOverridableOperands = NumFixedOperands;
835 for (unsigned InstOpNo = NumResults, e = NumFixedOperands;
CodeGenDAGPatterns.cpp 2575 unsigned NumFixedOperands = InstInfo.Operands.size();
2585 unsigned NonOverridableOperands = NumFixedOperands;
2591 assert(NumResults <= NumFixedOperands);
2592 for (unsigned i = NumResults, e = NumFixedOperands; i != e; ++i) {
GlobalISelEmitter.cpp 4847 unsigned NumFixedOperands = DstI->Operands.size();
4863 unsigned NonOverridableOperands = NumFixedOperands;

Completed in 33 milliseconds