Home
last modified time | relevance | path

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

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