/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86InstrRelaxTables.cpp | 95 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 D | X86InstrFoldTables.cpp | 6039 lookupFoldTableImpl(ArrayRef<X86MemoryFoldTableEntry> Table, unsigned RegOp) { in lookupFoldTableImpl() 6125 std::vector<X86MemoryFoldTableEntry> Table; member 6182 auto &Table = MemUnfoldTable.Table; in lookupUnfoldTable() local
|
H A D | X86EvexToVex.cpp | 253 ArrayRef<X86EvexToVexCompressTableEntry> Table = in CompressEvexToVexImpl() local
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | SearchableTableEmitter.cpp | 153 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 D | GlobalISelEmitter.cpp | 665 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 D | AMDKernelCodeTUtils.cpp | 26 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 D | DWARFStreamer.cpp | 249 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 D | PDBStringTableBuilder.h | 35 PDBStringTableBuilder *Table; member
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | Base64.h | 24 static const char Table[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" in encodeBase64() local
|
/openbsd-src/gnu/llvm/clang/lib/Basic/ |
H A D | IdentifierTable.cpp | 253 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 D | MultiOnDiskHashTable.h | 64 HashTable Table; member 78 using Table = llvm::PointerUnion<OnDiskTable *, MergedTable *>; variable
|
H A D | GlobalModuleIndex.cpp | 320 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 D | WebAssemblyRuntimeLibcallSignatures.cpp | 97 std::vector<RuntimeLibcallSignature> Table; member 530 auto &Table = getRuntimeLibcallSignatures().Table; in getLibcallSignature() local
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ |
H A D | DriverOptions.cpp | 56 static DriverOptTable Table; in getDriverOptTable() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
H A D | ELF.h | 669 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 D | SwitchLoweringUtils.cpp | 120 Table = 1, in findJumpTables() enumerator 199 std::vector<MachineBasicBlock*> Table; in buildJumpTable() local
|
/openbsd-src/gnu/llvm/llvm/lib/TargetParser/ |
H A D | TargetParser.cpp | 125 const GPUInfo *getArchEntry(AMDGPU::GPUKind AK, ArrayRef<GPUInfo> Table) { in getArchEntry()
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ |
H A D | PDBContext.cpp | 81 DILineInfoTable Table; in getLineInfoForAddressRange() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 53 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 D | StringMap.cpp | 31 auto **Table = static_cast<StringMapEntryBase **>(safe_calloc( in createTable() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
H A D | PDBStringTableBuilder.cpp | 25 StringTableHashTraits::StringTableHashTraits(PDBStringTableBuilder &Table) in StringTableHashTraits()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Disassembler/ |
H A D | AMDGPUDisassembler.h | 117 DecodeStatus tryDecodeInst(const uint8_t *Table, MCInst &MI, InsnType Inst, in tryDecodeInst()
|
/openbsd-src/gnu/llvm/clang/tools/clang-rename/ |
H A D | ClangRename.cpp | 147 IdentifierTable Table(Options); in main() local
|
/openbsd-src/games/cribbage/ |
H A D | crib.c | 434 static CARD Table[14]; variable
|
/openbsd-src/gnu/llvm/llvm/lib/ToolDrivers/llvm-dlltool/ |
H A D | DlltoolDriver.cpp | 116 DllOptTable Table; in dlltoolDriverMain() local
|