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.h164 CodeGenInstruction &getInstruction(const Record *InstRec) const { in getInstruction() argument
165 auto I = getInstructionMap().find(InstRec); in getInstruction()