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

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp339 /// This is the operand # in the AsmOperands list that this should be
419 /// AsmOperands - The textual operands that this instruction matches,
423 SmallVector<AsmOperand, 8> AsmOperands; member in struct:__anon26561::MatchableInfo
467 for (unsigned i = 0, e = AsmOperands.size(); i != e; ++i)
468 if (N == AsmOperands[i].SrcOpName &&
469 SubOpIdx == AsmOperands[i].SubOpIdx)
477 for (unsigned i = 0, e = AsmOperands.size(); i != e; ++i)
478 if (N == AsmOperands[i].SrcOpName)
492 if (AsmOperands.size() != RHS.AsmOperands
1210 std::vector<Record*> AsmOperands = local
[all...]

Completed in 141 milliseconds