Home
last modified time | relevance | path

Searched defs:MatchableInfo (Results 1 – 1 of 1) sorted by relevance

/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp294 struct MatchableInfo { struct
295 struct AsmOperand {
319 struct ResOperand {
392 int AsmVariantID;
396 Record *const TheDef;
399 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
401 const CodeGenInstruction *getResultInst() const { in getResultInst()
409 SmallVector<ResOperand, 8> ResOperands;
413 std::string AsmString;
417 StringRef Mnemonic;
[all …]