Home
last modified time | relevance | path

Searched refs:InstOpNo (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp835 for (unsigned InstOpNo = NumResults, e = NumFixedOperands; in EmitResultInstructionAsOperand() local
836 InstOpNo != e; ++InstOpNo) { in EmitResultInstructionAsOperand()
838 Record *OperandNode = II.Operands[InstOpNo].Rec; in EmitResultInstructionAsOperand()
840 (InstOpNo < NonOverridableOperands || ChildNo >= N->getNumChildren())) { in EmitResultInstructionAsOperand()
H A DGlobalISelEmitter.cpp4870 unsigned InstOpNo = DstI->Operands.NumDefs + I; in importExplicitUseRenderers() local
4873 Record *OperandNode = DstI->Operands[InstOpNo].Rec; in importExplicitUseRenderers()
4877 (InstOpNo < NonOverridableOperands || Child >= Dst->getNumChildren())) { in importExplicitUseRenderers()
4882 const CGIOperandList::OperandInfo &DstIOperand = DstI->Operands[InstOpNo]; in importExplicitUseRenderers()