Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp61 void addInstructionCasesForEncoding(Record *R, Record *EncodingDef,
292 addInstructionCasesForEncoding(R, KV.second, Target, Case, in getInstructionCases()
301 addInstructionCasesForEncoding(R, R, Target, Case, BitOffsetCase); in getInstructionCases()
305 void CodeEmitterGen::addInstructionCasesForEncoding( in addInstructionCasesForEncoding() function in __anon0d4f1d800111::CodeEmitterGen