Home
last modified time | relevance | path

Searched refs:NumFixedOperands (Results 1 – 8 of 8) 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-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyInstPrinter.cpp153 unsigned NumFixedOperands = Desc.NumOperands; in printInst() local
157 if (I < NumFixedOperands) { in printInst()
/external/llvm-project/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyInstPrinter.cpp164 unsigned NumFixedOperands = Desc.NumOperands; in printInst() local
168 if (I < NumFixedOperands) { in printInst()
/external/llvm-project/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp808 unsigned NumFixedOperands = II.Operands.size(); in EmitResultInstructionAsOperand() local
826 unsigned NonOverridableOperands = NumFixedOperands; in EmitResultInstructionAsOperand()
831 for (unsigned InstOpNo = NumResults, e = NumFixedOperands; in EmitResultInstructionAsOperand()
DCodeGenDAGPatterns.cpp2526 unsigned NumFixedOperands = InstInfo.Operands.size(); in ApplyTypeConstraints() local
2536 unsigned NonOverridableOperands = NumFixedOperands; in ApplyTypeConstraints()
2542 assert(NumResults <= NumFixedOperands); in ApplyTypeConstraints()
2543 for (unsigned i = NumResults, e = NumFixedOperands; i != e; ++i) { in ApplyTypeConstraints()
DGlobalISelEmitter.cpp4785 unsigned NumFixedOperands = DstI->Operands.size(); in importExplicitUseRenderers() local
4801 unsigned NonOverridableOperands = NumFixedOperands; in importExplicitUseRenderers()
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp753 unsigned NumFixedOperands = II.Operands.size(); in EmitResultInstructionAsOperand() local
764 for (unsigned InstOpNo = NumResults, e = NumFixedOperands; in EmitResultInstructionAsOperand()