Home
last modified time | relevance | path

Searched refs:NumFixedOperands (Results 1 – 5 of 5) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/InstPrinter/
DWebAssemblyInstPrinter.cpp96 unsigned NumFixedOperands = Desc.NumOperands; in printInst() local
99 if (!(i < NumFixedOperands in printInst()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp717 unsigned NumFixedOperands = II.Operands.size(); in EmitResultInstructionAsOperand() local
728 for (unsigned InstOpNo = NumResults, e = NumFixedOperands; in EmitResultInstructionAsOperand()
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp753 unsigned NumFixedOperands = II.Operands.size(); in EmitResultInstructionAsOperand() local
764 for (unsigned InstOpNo = NumResults, e = NumFixedOperands; in EmitResultInstructionAsOperand()