Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyInstPrinter.cpp237 unsigned NumFixedOperands = Desc.NumOperands; in printInst() local
241 if (I < NumFixedOperands) { in printInst()
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp813 unsigned NumFixedOperands = II.Operands.size(); in EmitResultInstructionAsOperand() local
831 unsigned NonOverridableOperands = NumFixedOperands; in EmitResultInstructionAsOperand()
836 for (unsigned InstOpNo = NumResults, e = NumFixedOperands; in EmitResultInstructionAsOperand()
H A DCodeGenDAGPatterns.cpp2635 unsigned NumFixedOperands = InstInfo.Operands.size(); in ApplyTypeConstraints() local
2645 unsigned NonOverridableOperands = NumFixedOperands; in ApplyTypeConstraints()
2651 assert(NumResults <= NumFixedOperands); in ApplyTypeConstraints()
2652 for (unsigned i = NumResults, e = NumFixedOperands; i != e; ++i) { in ApplyTypeConstraints()
H A DGlobalISelEmitter.cpp4905 unsigned NumFixedOperands = DstI->Operands.size(); in importExplicitUseRenderers() local
4921 unsigned NonOverridableOperands = NumFixedOperands; in importExplicitUseRenderers()