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

/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp98 struct EncodingAndInst { struct in namespace:__anon4931
103 EncodingAndInst(const Record *EncodingDef, const CodeGenInstruction *Inst, function in struct:__anon4931::EncodingAndInst
117 raw_ostream &operator<<(raw_ostream &OS, const EncodingAndInst &Value) {
126 std::vector<EncodingAndInst> NumberedEncodings;
362 ArrayRef<EncodingAndInst> AllInstructions;
392 FilterChooser(ArrayRef<EncodingAndInst> Insts,
402 FilterChooser(ArrayRef<EncodingAndInst> Insts,
2498 ArrayRef<EncodingAndInst> NumberedEncodingsRef(

Completed in 114 milliseconds