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

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp294 static Record *getDefOfSubClass(const Init &N, StringRef Cls) { function in namespace:__anon2928
369 getDefOfSubClass(*Defs->getArg(I), "GIDefMatchData")) {
377 if (getDefOfSubClass(*Defs->getArg(I), "GIDefKind"))
380 else if (getDefOfSubClass(*Defs->getArg(I), "GIDefKindWithArgs"))
477 Record *OpcodeDef = getDefOfSubClass(*Arg, "Instruction");

Completed in 173 milliseconds