Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp361 struct MatchableInfo { struct
362 struct AsmOperand {
391 struct ResOperand {
464 int AsmVariantID;
468 std::string AsmString;
472 Record *const TheDef;
475 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
477 const CodeGenInstruction *getResultInst() const { in getResultInst()
485 SmallVector<ResOperand, 8> ResOperands;
489 StringRef Mnemonic;
[all …]
/external/llvm-project/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp378 struct MatchableInfo { struct
379 struct AsmOperand {
411 struct ResOperand {
493 int AsmVariantID;
497 std::string AsmString;
501 Record *const TheDef;
504 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
506 const CodeGenInstruction *getResultInst() const { in getResultInst()
514 SmallVector<ResOperand, 8> ResOperands;
518 StringRef Mnemonic;
[all …]