Home
last modified time | relevance | path

Searched refs:NumFixedOperands (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/WebAssembly/Disassembler/
DWebAssemblyDisassembler.cpp80 unsigned NumFixedOperands = Desc.NumOperands; in getInstruction() local
92 for (unsigned i = 0; i < NumFixedOperands; ++i) { in getInstruction()
/external/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp94 unsigned NumFixedOperands = Desc.NumOperands; in printInst() local
98 if (!(i < NumFixedOperands in printInst()
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp753 unsigned NumFixedOperands = II.Operands.size(); in EmitResultInstructionAsOperand() local
764 for (unsigned InstOpNo = NumResults, e = NumFixedOperands; in EmitResultInstructionAsOperand()