Searched refs:AsmOperands (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp347 /// This is the operand # in the AsmOperands list that this should be
427 /// AsmOperands - The textual operands that this instruction matches,
431 SmallVector<AsmOperand, 8> AsmOperands; member in struct:__anon3826::MatchableInfo
475 for (unsigned i = 0, e = AsmOperands.size(); i != e; ++i)
476 if (N == AsmOperands[i].SrcOpName &&
477 SubOpIdx == AsmOperands[i].SubOpIdx)
485 for (unsigned i = 0, e = AsmOperands.size(); i != e; ++i)
486 if (N == AsmOperands[i].SrcOpName)
500 if (AsmOperands.size() != RHS.AsmOperands
1213 std::vector<Record*> AsmOperands = local
[all...]

Completed in 104 milliseconds