Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp316 static const BitsInit &getBitsField(const Record &Def, StringRef FieldName) { in getBitsField() function
540 const BitsInit &Bits = getBitsField(*EncodingDef, "Inst"); in insnWithID()
1843 dumpBits(errs(), getBitsField(*Enc.EncodingDef, "Inst")); in emitTableEntries()
2002 const BitsInit &Bits = getBitsField(EncodingDef, "Inst"); in populateInstruction()