Home
last modified time | relevance | path

Searched refs:getDefOfSubClass (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/llvm/utils/TableGen/
DGICombinerEmitter.cpp294 static Record *getDefOfSubClass(const Init &N, StringRef Cls) { in getDefOfSubClass() function
367 getDefOfSubClass(*Defs->getArg(I), "GIDefMatchData")) { in parseDefs()
375 if (getDefOfSubClass(*Defs->getArg(I), "GIDefKind")) in parseDefs()
378 else if (getDefOfSubClass(*Defs->getArg(I), "GIDefKindWithArgs")) in parseDefs()
475 Record *OpcodeDef = getDefOfSubClass(*Arg, "Instruction"); in parseWipMatchOpcodeMatcher()