Searched defs:SrcOperand (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1607 int SrcOperand = findAsmOperandNamed(OpInfo.Name); local
1608 if (OpInfo.Name.empty() || SrcOperand == -1) {
1620 if (AsmOperands[SrcOperand].SubOpIdx == -1) {
1621 ResOperands.push_back(ResOperand::getRenderedOp(SrcOperand, NumOperands));
1627 assert(AsmOperands[SrcOperand+AI].SubOpIdx == (int)AI &&
1628 AsmOperands[SrcOperand+AI].SrcOpName == OpInfo.Name &&
1630 ResOperands.push_back(ResOperand::getRenderedOp(SrcOperand + AI, 1));
1666 int SrcOperand = findAsmOperand(Name, SubIdx); local
1667 if (SrcOperand == -1)
1672 ResOperands.push_back(ResOperand::getRenderedOp(SrcOperand,
[all...]

Completed in 61 milliseconds