Home
last modified time | relevance | path

Searched defs:Table (Results 1 – 25 of 106) sorted by relevance

12345

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86InstrRelaxTables.cpp95 lookupRelaxTableImpl(ArrayRef<X86InstrRelaxTableEntry> Table, in lookupRelaxTableImpl()
126 SmallVector<X86InstrRelaxTableEntry, 0> Table; member
143 auto &Table = ShortTable.Table; in lookupShortTable() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrFoldTables.cpp6039 lookupFoldTableImpl(ArrayRef<X86MemoryFoldTableEntry> Table, unsigned RegOp) { in lookupFoldTableImpl()
6125 std::vector<X86MemoryFoldTableEntry> Table; member
6182 auto &Table = MemUnfoldTable.Table; in lookupUnfoldTable() local
H A DX86EvexToVex.cpp253 ArrayRef<X86EvexToVexCompressTableEntry> Table = in CompressEvexToVexImpl() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp153 std::string searchableFieldType(const GenericTable &Table, in searchableFieldType()
305 void SearchableTableEmitter::emitLookupFunction(const GenericTable &Table, in emitLookupFunction()
470 void SearchableTableEmitter::emitLookupDeclaration(const GenericTable &Table, in emitLookupDeclaration()
482 void SearchableTableEmitter::emitGenericTable(const GenericTable &Table, in emitGenericTable()
546 GenericTable &Table, const RecordVal *KeyRecVal, StringRef Name, in parseSearchIndex()
605 GenericTable &Table, const std::vector<Record *> &Items) { in collectTableEntries()
692 auto Table = std::make_unique<GenericTable>(); in run() local
747 GenericTable &Table = *It->second; in run() local
780 auto Table = std::make_unique<GenericTable>(); in run() local
816 for (const auto &Table : Tables) in run() local
H A DGlobalISelEmitter.cpp665 MatchTable &operator<<(MatchTable &Table, const MatchTableRecord &Value) { in operator <<()
689 MatchTable Table(WithCoverage); in buildTable() local
1069 void emitPredicateListOpcodes(MatchTable &Table, Args &&... args) { in emitPredicateListOpcodes()
1089 MatchTable &Table, Args &&... args) { in emitFilteredPredicateListOpcodes()
1281 void emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()
1321 void emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()
1355 void emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()
1386 void emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()
1421 void emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()
1442 void emitPredicateOpcodes(MatchTable &Table, in emitPredicateOpcodes()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDKernelCodeTUtils.cpp26 static StringRef const Table[] = { in get_amd_kernel_code_t_FldNames() local
36 static StringRef const Table[] = { in get_amd_kernel_code_t_FldAltNames() local
88 static const PrintFx Table[] = { in getPrinterTable() local
158 static const ParseFx Table[] = { in getParserTable() local
/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp249 AccelTable<DWARF5AccelTableStaticData> &Table) { in emitDebugNames()
272 AccelTable<AppleAccelTableStaticOffsetData> &Table) { in emitAppleNamespaces()
280 AccelTable<AppleAccelTableStaticOffsetData> &Table) { in emitAppleNames()
288 AccelTable<AppleAccelTableStaticOffsetData> &Table) { in emitAppleObjc()
296 AccelTable<AppleAccelTableStaticTypeData> &Table) { in emitAppleTypes()
794 if (const DWARFDebugMacro *Table = Context->getDebugMacinfo()) { in emitMacroTables() local
800 if (const DWARFDebugMacro *Table = Context->getDebugMacro()) { in emitMacroTables() local
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.h35 PDBStringTableBuilder *Table; member
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DBase64.h24 static const char Table[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" in encodeBase64() local
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp253 const LangOptions &LangOpts, IdentifierTable &Table) { in AddKeyword()
269 IdentifierTable &Table) { in AddCXXOperatorKeyword()
278 IdentifierTable &Table) { in AddObjCKeyword()
746 llvm::FoldingSet<MultiKeywordSelector> Table; member
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h64 HashTable Table; member
78 using Table = llvm::PointerUnion<OnDiskTable *, MergedTable *>; variable
H A DGlobalModuleIndex.cpp320 IdentifierIndexTable &Table in lookupIdentifier() local
689 std::unique_ptr<InterestingIdentifierTable> Table( in loadModuleFile() local
946 IdentifierIndexTable &Table = in createIdentifierIterator() local
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp97 std::vector<RuntimeLibcallSignature> Table; member
530 auto &Table = getRuntimeLibcallSignatures().Table; in getLibcallSignature() local
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DDriverOptions.cpp56 static DriverOptTable Table; in getDriverOptTable() local
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h669 getDynSymtabSizeFromGnuHash(const typename ELFT::GnuHash &Table, in getDynSymtabSizeFromGnuHash()
741 const Elf_GnuHash *Table = in getDynSymtabSize() local
751 const Elf_Hash *Table = reinterpret_cast<const Elf_Hash *>(TablePtr.get()); in getDynSymtabSize() local
1200 auto Table = getSectionStringTable(*SectionsOrErr, WarnHandler); in getSectionName() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSwitchLoweringUtils.cpp120 Table = 1, in findJumpTables() enumerator
199 std::vector<MachineBasicBlock*> Table; in buildJumpTable() local
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/
H A DTargetParser.cpp125 const GPUInfo *getArchEntry(AMDGPU::GPUKind AK, ArrayRef<GPUInfo> Table) { in getArchEntry()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp81 DILineInfoTable Table; in getLineInfoForAddressRange() local
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h53 struct Table { struct
54 TableType ElemType; argument
55 Limits TableLimits; argument
76 uint32_t TableNumber; argument
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DStringMap.cpp31 auto **Table = static_cast<StringMapEntryBase **>(safe_calloc( in createTable() local
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DPDBStringTableBuilder.cpp25 StringTableHashTraits::StringTableHashTraits(PDBStringTableBuilder &Table) in StringTableHashTraits()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.h117 DecodeStatus tryDecodeInst(const uint8_t *Table, MCInst &MI, InsnType Inst, in tryDecodeInst()
/openbsd-src/gnu/llvm/clang/tools/clang-rename/
H A DClangRename.cpp147 IdentifierTable Table(Options); in main() local
/openbsd-src/games/cribbage/
H A Dcrib.c434 static CARD Table[14]; variable
/openbsd-src/gnu/llvm/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp116 DllOptTable Table; in dlltoolDriverMain() local

12345