Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp197 struct EncodingAndInst { struct
202 EncodingAndInst(const Record *EncodingDef, const CodeGenInstruction *Inst, in EncodingAndInst() argument
221 std::vector<EncodingAndInst> NumberedEncodings;
303 static raw_ostream &operator<<(raw_ostream &OS, const EncodingAndInst &Value) { in operator <<()
474 ArrayRef<EncodingAndInst> AllInstructions;
510 FilterChooser(ArrayRef<EncodingAndInst> Insts, in FilterChooser()
520 FilterChooser(ArrayRef<EncodingAndInst> Insts, in FilterChooser()
1841 const EncodingAndInst &Enc = AllInstructions[Opcode.EncodingID]; in emitTableEntries()
2493 std::vector<EncodingAndInst> &GlobalEncodings) { in handleHwModesUnrelatedEncodings()