Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1817 int SrcOperand = findAsmOperandNamed(OpInfo.Name); in buildInstructionResultOperands() local
1818 if (OpInfo.Name.empty() || SrcOperand == -1) { in buildInstructionResultOperands()
1830 if (AsmOperands[SrcOperand].SubOpIdx == -1) { in buildInstructionResultOperands()
1831 ResOperands.push_back(ResOperand::getRenderedOp(SrcOperand, NumOperands)); in buildInstructionResultOperands()
1837 assert(AsmOperands[SrcOperand + AI].SubOpIdx == (int)AI && in buildInstructionResultOperands()
1838 AsmOperands[SrcOperand + AI].SrcOpName == OpInfo.Name && in buildInstructionResultOperands()
1840 ResOperands.push_back(ResOperand::getRenderedOp(SrcOperand + AI, 1)); in buildInstructionResultOperands()
1919 int SrcOperand = findAsmOperand(Name, SubIdx); in buildAliasResultOperands() local
1920 if (SrcOperand == -1) in buildAliasResultOperands()
1928 OperandRefs.try_emplace(Name, SrcOperand); in buildAliasResultOperands()
[all …]