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/swiftshader/third_party/LLVM/utils/TableGen/
DAsmMatcherEmitter.cpp276 struct MatchableInfo { struct
277 struct AsmOperand {
297 struct ResOperand {
371 Record *const TheDef;
374 PointerUnion<const CodeGenInstruction*, const CodeGenInstAlias*> DefRec;
376 const CodeGenInstruction *getResultInst() const { in getResultInst()
384 std::vector<ResOperand> ResOperands;
388 std::string AsmString;
392 StringRef Mnemonic;
398 SmallVector<AsmOperand, 4> AsmOperands;
[all …]