Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp66 struct SearchIndex { struct
82 std::unique_ptr<SearchIndex> PrimaryKey;
83 SmallVector<std::unique_ptr<SearchIndex>, 2> Indices;
156 bool compareBy(Record *LHS, Record *RHS, const SearchIndex &Index);
159 const SearchIndex &Index, in searchableFieldType()
194 const SearchIndex &Index, raw_ostream &OS);
195 void emitLookupFunction(const GenericTable &Table, const SearchIndex &Index,
200 std::unique_ptr<SearchIndex>
209 int64_t getNumericKey(const SearchIndex &Index, Record *Rec);
216 int64_t SearchableTableEmitter::getNumericKey(const SearchIndex &Index, in getNumericKey()
[all …]
/src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcASITags.td29 def lookupASITagByName : SearchIndex {
34 def lookupASITagByAltName : SearchIndex {
H A DSparcPrefetchTags.td27 def lookupPrefetchTagByName : SearchIndex {
/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVSystemOperands.td55 def lookupSysRegByName : SearchIndex {
60 def lookupSysRegByAltName : SearchIndex {
65 def lookupSysRegByDeprecatedName : SearchIndex {
H A DRISCVProcessors.td35 def getRISCVTuneInfo : SearchIndex {
H A DRISCVInstrFormats.td129 def lookupRISCVOpcodeByName : SearchIndex {
H A DRISCVInstrInfoVPseudos.td588 def lookupMaskedIntrinsicByUnmasked : SearchIndex {
/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.td95 def lookupBuiltin : SearchIndex {
146 def lookupExtendedBuiltin : SearchIndex {
152 def lookupExtendedBuiltinBySetAndNumber : SearchIndex {
522 def lookupNativeBuiltin : SearchIndex {
752 def lookupGroupBuiltin : SearchIndex {
1117 def lookupAtomicFloatingBuiltin : SearchIndex {
1157 def lookupIntelSubgroupsBuiltin : SearchIndex {
1229 def lookupGroupUniformBuiltin : SearchIndex {
1275 def lookupGetBuiltin : SearchIndex {
1328 def lookupImageQueryBuiltin : SearchIndex {
[all …]
H A DSPIRVSymbolicOperands.td45 def lookupSymbolicOperandByCategory : SearchIndex {
51 def lookupSymbolicOperandByCategoryAndMnemonic : SearchIndex {
81 def lookupSymbolicOperandsEnabledByExtension : SearchIndex {
/src/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DSearchableTable.td115 // See SearchIndex.EarlyOut
128 class SearchIndex {
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSearchableTables.td64 def getGfx9BufferFormatInfo : SearchIndex {
68 def getGfx10BufferFormatInfo : SearchIndex {
72 def getGfx11PlusBufferFormatInfo : SearchIndex {
H A DMIMGInstructions.td87 def getMIMGDimInfoByEncoding : SearchIndex {
92 def getMIMGDimInfoByAsmSuffix : SearchIndex {
249 def getMIMGInfo : SearchIndex {
1844 def getImageDimIntrinsicByBaseOpcode : SearchIndex {
H A DBUFInstructions.td3430 def getMUBUFInfoFromOpcode : SearchIndex {
3435 def getMUBUFInfoFromBaseOpcodeAndElements : SearchIndex {
3449 def getMTBUFInfoFromOpcode : SearchIndex {
3454 def getMTBUFInfoFromBaseOpcodeAndElements : SearchIndex {
H A DSIInstrInfo.td2915 def getVOPDBaseFromComponent : SearchIndex {
2928 def getVOPDInfoFromComponentOpcodes : SearchIndex {
/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SystemOperands.td531 def lookupTLBIByName : SearchIndex {
536 def lookupTLBIByEncoding : SearchIndex {