Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86CompressEVEX.cpp54 struct X86CompressEVEXTableEntry { struct
58 bool operator<(const X86CompressEVEXTableEntry &RHS) const { in operator <() argument
62 friend bool operator<(const X86CompressEVEXTableEntry &TE, unsigned Opc) { in operator <()
233 ArrayRef<X86CompressEVEXTableEntry> Table = ArrayRef(X86CompressEVEXTable); in CompressEVEXImpl()