Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenTarget.h166 CodeGenInstruction &getInstruction(const Record *InstRec) const { in getInstruction() argument
168 auto I = Instructions.find(InstRec); in getInstruction()