Home
last modified time | relevance | path

Searched refs:Table (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRuntimeLibcallSignatures.cpp92 std::vector<RuntimeLibcallSignature> Table;
95 RuntimeLibcallSignatureTable() : Table(RTLIB::UNKNOWN_LIBCALL, unsupported) {
97 Table[RTLIB::SHL_I16] = i16_func_i16_i16; in RuntimeLibcallSignatureTable()
98 Table[RTLIB::SHL_I32] = i32_func_i32_i32; in RuntimeLibcallSignatureTable()
99 Table[RTLIB::SHL_I64] = i64_func_i64_i64; in RuntimeLibcallSignatureTable()
100 Table[RTLIB::SHL_I128] = i64_i64_func_i64_i64_i32; in RuntimeLibcallSignatureTable()
101 Table[RTLIB::SRL_I16] = i16_func_i16_i16; in RuntimeLibcallSignatureTable()
102 Table[RTLIB::SRL_I32] = i32_func_i32_i32; in RuntimeLibcallSignatureTable()
103 Table[RTLIB::SRL_I64] = i64_func_i64_i64; in RuntimeLibcallSignatureTable()
104 Table[RTLI in RuntimeLibcallSignatureTable()
93 std::vector<RuntimeLibcallSignature> Table; global() member
541 auto &Table = getRuntimeLibcallSignatures().Table; getLibcallSignature() local
[all...]
/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DHashTableTest.cpp47 HashTableInternals<> Table; in TEST() local
48 EXPECT_EQ(0u, Table.size()); in TEST()
49 EXPECT_GT(Table.capacity(), 0u); in TEST()
52 Table.set_as(3u, 7, Traits); in TEST()
53 EXPECT_EQ(1u, Table.size()); in TEST()
54 ASSERT_NE(Table.end(), Table.find_as(3u, Traits)); in TEST()
55 EXPECT_EQ(7u, Table.get(3u, Traits)); in TEST()
59 HashTableInternals<> Table; in TEST() local
60 EXPECT_EQ(0u, Table.size()); in TEST()
61 EXPECT_GT(Table.capacity(), 0u); in TEST()
[all …]
H A DStringTableBuilderTest.cpp57 PDBStringTable Table; in TEST() local
58 EXPECT_THAT_ERROR(Table.reload(Reader), Succeeded()); in TEST()
60 EXPECT_EQ(6U, Table.getNameCount()); in TEST()
61 EXPECT_EQ(1U, Table.getHashVersion()); in TEST()
63 EXPECT_THAT_EXPECTED(Table.getStringForID(FooID), HasValue("foo")); in TEST()
64 EXPECT_THAT_EXPECTED(Table.getStringForID(BarID), HasValue("bar")); in TEST()
65 EXPECT_THAT_EXPECTED(Table.getStringForID(BazID), HasValue("baz")); in TEST()
66 EXPECT_THAT_EXPECTED(Table.getStringForID(BuzzID), HasValue("buzz")); in TEST()
67 EXPECT_THAT_EXPECTED(Table.getStringForID(BazzID), HasValue("bazz")); in TEST()
68 EXPECT_THAT_EXPECTED(Table.getStringForID(BarrID), HasValue("barr")); in TEST()
[all …]
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp164 const MatchTable &Table) const { in emit()
179 OS << ": @" << Table.getLabelIndex(LabelID); in emit()
188 OS << getEncodedEmitStr(llvm::to_string(Table.getLabelIndex(LabelID)), in emit()
333 MatchTable Table(WithCoverage, IsCombiner); in buildTable() local
335 Rule->emit(Table); in buildTable()
337 return Table << MatchTable::Opcode("GIM_Reject") << MatchTable::LineBreak; in buildTable()
505 void GroupMatcher::emit(MatchTable &Table) { in emit() argument
508 LabelID = Table.allocateLabelID(); in emit()
509 Table << MatchTable::Opcode("GIM_Try", +1) in emit()
515 Table, *static_cas in emit()
622 emitPredicateSpecificOpcodes(const PredicateMatcher & P,MatchTable & Table) emitPredicateSpecificOpcodes() argument
642 emit(MatchTable & Table) emit() argument
948 emit(MatchTable & Table) emit() argument
1143 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1178 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1192 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1203 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1214 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1226 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1247 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1264 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1273 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1282 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1294 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1304 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1316 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1327 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1358 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) emitPredicateOpcodes() argument
1458 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1508 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1526 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1545 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1562 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1582 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1608 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1630 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1644 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1668 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1687 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitPredicateOpcodes() argument
1727 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) emitPredicateOpcodes() argument
1829 emitCaptureOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitCaptureOpcodes() argument
1863 emitRenderOpcodes(MatchTable & Table,RuleMatcher & Rule,unsigned NewInsnID,unsigned OldInsnID,unsigned OpIdx,StringRef Name) emitRenderOpcodes() argument
1879 emitRenderOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitRenderOpcodes() argument
1889 emitRenderOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitRenderOpcodes() argument
1899 emitRenderOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitRenderOpcodes() argument
1921 emitRenderOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitRenderOpcodes() argument
1936 emitRenderOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitRenderOpcodes() argument
1950 emitRenderOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitRenderOpcodes() argument
1968 emitRenderOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitRenderOpcodes() argument
1996 emitRenderOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitRenderOpcodes() argument
2032 emitAddImm(MatchTable & Table,RuleMatcher & RM,unsigned InsnID,int64_t Imm,StringRef ImmName) emitAddImm() argument
2042 emitRenderOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitRenderOpcodes() argument
2057 emitRenderOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitRenderOpcodes() argument
2065 emitRenderOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitRenderOpcodes() argument
2085 emitRenderOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitRenderOpcodes() argument
2095 emitRenderOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitRenderOpcodes() argument
2111 emitRenderOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitRenderOpcodes() argument
2161 emitActionOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitActionOpcodes() argument
2292 emitActionOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitActionOpcodes() argument
2302 emitActionOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitActionOpcodes() argument
2313 emitActionOpcodesAndDone(MatchTable & Table,RuleMatcher & Rule) const emitActionOpcodesAndDone() argument
2330 emitAdditionalPredicates(MatchTable & Table,RuleMatcher & Rule) const emitAdditionalPredicates() argument
2345 emitActionOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitActionOpcodes() argument
2371 emitActionOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitActionOpcodes() argument
2381 emitActionOpcodes(MatchTable & Table,RuleMatcher & Rule) const emitActionOpcodes() argument
[all...]
H A DGlobalISelMatchTable.h10 /// This file contains the code related to the GlobalISel Match Table emitted by
162 /// Useful if a Match Table Record gets optimized out in turnIntoComment()
169 /// For Jump Table generation purposes
176 const MatchTable &Table) const; in size()
249 inline MatchTable &operator<<(MatchTable &Table,
251 Table.push_back(Value);
252 return Table;
311 inline MatchTable &operator<<(MatchTable &Table,
314 Table << MatchTable::NamedValue(1, Ty.getLLTCodeGen().getCxxEnumValue());
316 Table << MatchTabl
751 emitPredicateListOpcodes(MatchTable & Table,Args &&...args) emitPredicateListOpcodes() argument
771 emitFilteredPredicateListOpcodes(PredicateFilterFunc ShouldEmitPredicate,MatchTable & Table,Args &&...args) emitFilteredPredicateListOpcodes() argument
1687 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) emitPredicateOpcodes() argument
1709 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) emitPredicateOpcodes() argument
1849 emitPredicateOpcodes(MatchTable & Table,RuleMatcher & Rule) emitPredicateOpcodes() argument
2256 emitAdditionalPredicates(MatchTable & Table,RuleMatcher & Rule) emitAdditionalPredicates() argument
2266 emitActionOpcodesAndDone(MatchTable & Table,RuleMatcher & Rule) emitActionOpcodesAndDone() argument
2289 emitActionOpcodes(MatchTable & Table,RuleMatcher & Rule) emitActionOpcodes() argument
2414 emitActionOpcodes(MatchTable & Table,RuleMatcher & Rule) emitActionOpcodes() argument
[all...]
/llvm-project/llvm/utils/TableGen/
H A DSearchableTableEmitter.cpp157 std::string searchableFieldType(const GenericTable &Table, in searchableFieldType() argument
176 PrintFatalError(Index.Loc, Twine("In table '") + Table.Name + in searchableFieldType()
185 Twine("In table '") + Table.Name + "' lookup method '" + in searchableFieldType()
190 void emitGenericTable(const GenericTable &Table, raw_ostream &OS);
192 void emitLookupDeclaration(const GenericTable &Table,
194 void emitLookupFunction(const GenericTable &Table, const SearchIndex &Index,
200 parseSearchIndex(GenericTable &Table, const RecordVal *RecVal, StringRef Name,
204 void collectTableEntries(GenericTable &Table, ArrayRef<const Record *> Items);
319 void SearchableTableEmitter::emitLookupFunction(const GenericTable &Table, in emitLookupFunction() argument
324 emitLookupDeclaration(Table, Inde in emitLookupFunction()
495 emitLookupDeclaration(const GenericTable & Table,const SearchIndex & Index,raw_ostream & OS) emitLookupDeclaration() argument
507 emitGenericTable(const GenericTable & Table,raw_ostream & OS) emitGenericTable() argument
571 parseSearchIndex(GenericTable & Table,const RecordVal * KeyRecVal,StringRef Name,const std::vector<StringRef> & Key,bool EarlyOut) parseSearchIndex() argument
630 collectTableEntries(GenericTable & Table,const std::vector<Record * > & Items) collectTableEntries() argument
719 auto Table = std::make_unique<GenericTable>(); run() local
792 GenericTable &Table = *It->second; run() local
825 auto Table = std::make_unique<GenericTable>(); run() local
861 for (const auto &Table : Tables) run() local
[all...]
H A DDecoderEmitter.cpp76 "significantly reducing Table Duplications")),
122 DecoderTable Table; member
166 void emitTable(formatted_raw_ostream &OS, DecoderTable &Table, indent Indent,
677 static void resolveTableFixups(DecoderTable &Table, const FixupList &Fixups, in recurse()
692 Table[FixupIdx] = (uint8_t)Delta; in resolveTableFixups()
693 Table[FixupIdx + 1] = (uint8_t)(Delta >> 8); in resolveTableFixups()
694 Table[FixupIdx + 2] = (uint8_t)(Delta >> 16); in resolveTableFixups()
702 TableInfo.Table.push_back(MCD::OPC_ExtractField); in emitTableEntry()
707 TableInfo.Table.insert(TableInfo.Table in emitTableEntry()
679 resolveTableFixups(DecoderTable & Table,const FixupList & Fixups,uint32_t DestIdx) resolveTableFixups() argument
715 DecoderTable &Table = TableInfo.Table; emitTableEntry() local
795 emitTable(formatted_raw_ostream & OS,DecoderTable & Table,unsigned Indentation,unsigned BitWidth,StringRef Namespace,const EncodingIDsVec & EncodingIDs) const emitTable() argument
[all...]
H A DX86InstrMappingEmitter.cpp66 void printTable(ArrayRef<Entry> Table, StringRef Name, StringRef Macro,
93 void X86InstrMappingEmitter::printTable(ArrayRef<Entry> Table, StringRef Name, in printTable()
100 for (const auto &Pair : Table) in printTable()
211 std::vector<Entry> Table; in emitCompressEVEXTable()
239 Table.emplace_back(Inst, NewInst); in emitCompressEVEXTable()
252 printTable(Table, "X86CompressEVEXTable", Macro, OS); in emitCompressEVEXTable()
272 std::vector<Entry> Table; in emitNFTransformTable()
296 Table.emplace_back(&Target.getInstruction(NewRec), Inst); in emitNFTransformTable()
299 printTable(Table, "X86NFTransformTable", "GET_X86_NF_TRANSFORM_TABLE", OS);
314 std::vector<Entry> Table; in emitND2NonNDTable()
91 printTable(const std::vector<Entry> & Table,StringRef Name,StringRef Macro,raw_ostream & OS) printTable() argument
210 std::vector<Entry> Table; emitCompressEVEXTable() local
270 std::vector<Entry> Table; emitNFTransformTable() local
312 std::vector<Entry> Table; emitND2NonNDTable() local
[all...]
/llvm-project/clang-tools-extra/pseudo/lib/grammar/
H A DLRTableBuild.cpp
/llvm-project/llvm/test/tools/llvm-dwarfdump/X86/
H A Ddebug_rnglists_invalid.s42 # Table 1 (good)
43 .long 30 # Table length
57 # Table 2 (length too small for header)
58 .long 7 # Table length
64 # Table 3 (unknown version)
65 .long 8 # Table length
71 # Table 4 (unsupported address size)
72 .long 8 # Table length
78 # Table 5 (unsupported segment selector size)
79 .long 8 # Table length
[all …]
/llvm-project/llvm/lib/Target/X86/
H A DX86InstrFoldTables.cpp90 lookupFoldTableImpl(ArrayRef<X86FoldTableEntry> Table, unsigned RegOp) { in lookupFoldTableImpl() argument
94 assert(std::adjacent_find(std::begin(Table), std::end(Table)) == \ in lookupFoldTableImpl()
95 std::end(Table) && \ in lookupFoldTableImpl()
117 const X86FoldTableEntry *Data = llvm::lower_bound(Table, RegOp); in lookupFoldTableImpl()
118 if (Data != Table.end() && Data->KeyOp == RegOp && in lookupFoldTableImpl()
169 std::vector<X86FoldTableEntry> Table; member
214 array_pod_sort(Table.begin(), Table.end()); in X86MemUnfoldTable()
217 assert(std::adjacent_find(Table.begin(), Table.end()) == Table.end() && in X86MemUnfoldTable()
224 Table.push_back({Entry.DstOp, Entry.KeyOp, in addTableEntry()
232 auto &Table = MemUnfoldTable.Table; in lookupUnfoldTable() local
[all …]
/llvm-project/llvm/include/llvm/Support/
H A DBase64.h24 static const char Table[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" in encodeBase64() local
35 Buffer[j + 0] = Table[(x >> 18) & 63]; in encodeBase64()
36 Buffer[j + 1] = Table[(x >> 12) & 63]; in encodeBase64()
37 Buffer[j + 2] = Table[(x >> 6) & 63]; in encodeBase64()
38 Buffer[j + 3] = Table[x & 63]; in encodeBase64()
42 Buffer[j + 0] = Table[(x >> 18) & 63]; in encodeBase64()
43 Buffer[j + 1] = Table[(x >> 12) & 63]; in encodeBase64()
49 Buffer[j + 0] = Table[(x >> 18) & 63]; in encodeBase64()
50 Buffer[j + 1] = Table[(x >> 12) & 63]; in encodeBase64()
51 Buffer[j + 2] = Table[(x >> 6) & 63]; in encodeBase64()
/llvm-project/llvm/test/tools/llvm-dwp/X86/
H A Dincompatible_tu_index_version.s42 ## Hash Table of Signatures:
45 ## Parallel Table of Indexes:
48 ## Table of Section Offsets:
55 ## Table of Section Sizes:
66 ## Hash Table of Signatures:
69 ## Parallel Table of Indexes:
72 ## Table of Section Offsets:
79 ## Table of Section Sizes:
H A Dunknown-section-id.s88 ## Hash Table of Signatures:
91 ## Parallel Table of Indexes:
94 ## Table of Section Offsets:
105 ## Table of Section Sizes:
117 ## Hash Table of Signatures:
120 ## Parallel Table of Indexes:
123 ## Table of Section Offsets:
134 ## Table of Section Sizes:
/llvm-project/offload/DeviceRTL/src/
H A DMisc.cpp77 IndirectCallTable *Table = in indirectCallLookup()
82 if (!Table || !TableSize) in indirectCallLookup() local
89 if (HstPtr < Table[Left].HstPtr || HstPtr > Table[Right - 1].HstPtr) in indirectCallLookup()
94 if (Table[Current].HstPtr == HstPtr) in indirectCallLookup()
95 return Table[Current].DevPtr; in indirectCallLookup()
97 if (HstPtr < Table[Current].HstPtr) in indirectCallLookup()
/llvm-project/llvm/test/TableGen/
H A Dsearchabletables-intrinsic.td24 class Table<Intrinsic intr, int payload> : SearchableTable {
56 def : Table<int_abc, 0x0>;
57 def : Table<int_xyz, 0x1>;
58 def : Table<int_gtarget_def, 0x10>;
59 def : Table<int_gtarget_defg, 0x11>;
60 def : Table<int_gtarget_uvw, 0x12>;
61 def : Table<int_ftarget_ghi, 0x20>;
62 def : Table<int_ftarget_ghi_x, 0x21>;
63 def : Table<int_ftarget_rst, 0x22>;
H A Dgeneric-tables-instruction.td23 // CHECK: auto Table = ArrayRef(InstrTable);
25 // CHECK: return &Table[Idx];
53 // CHECK: auto Idx = std::lower_bound(Table.begin(), Table.end(), Key,
59 // CHECK: auto Table = ArrayRef(Index);
61 // CHECK: return &InstrTable2[Table[Idx]._index];
86 let Table = InstrTable2;
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFEmitterImpl.cpp162 void DwarfEmitterImpl::emitDebugNames(DWARF5AccelTable &Table, in emitDebugNames()
174 Asm.get(), Table, CUOffsets, in emitDebugNames()
185 AccelTable<AppleAccelTableStaticOffsetData> &Table) { in emitAppleNamespaces()
189 emitAppleAccelTable(Asm.get(), Table, "namespac", SectionBegin); in emitAppleNamespaces()
193 AccelTable<AppleAccelTableStaticOffsetData> &Table) { in emitAppleNames()
197 emitAppleAccelTable(Asm.get(), Table, "names", SectionBegin); in emitAppleNames()
201 AccelTable<AppleAccelTableStaticOffsetData> &Table) { in emitAppleObjc()
205 emitAppleAccelTable(Asm.get(), Table, "objc", SectionBegin); in emitAppleObjc()
209 AccelTable<AppleAccelTableStaticTypeData> &Table) { in emitAppleTypes()
213 emitAppleAccelTable(Asm.get(), Table, "type in emitAppleTypes()
161 emitDebugNames(DWARF5AccelTable & Table,DebugNamesUnitsOffsets & CUOffsets,CompUnitIDToIdx & CUidToIdx) emitDebugNames() argument
184 emitAppleNamespaces(AccelTable<AppleAccelTableStaticOffsetData> & Table) emitAppleNamespaces() argument
192 emitAppleNames(AccelTable<AppleAccelTableStaticOffsetData> & Table) emitAppleNames() argument
200 emitAppleObjc(AccelTable<AppleAccelTableStaticOffsetData> & Table) emitAppleObjc() argument
208 emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> & Table) emitAppleTypes() argument
[all...]
H A DDWARFEmitterImpl.h77 void emitDebugNames(DWARF5AccelTable &Table,
82 void emitAppleNames(AccelTable<AppleAccelTableStaticOffsetData> &Table);
85 void emitAppleNamespaces(AccelTable<AppleAccelTableStaticOffsetData> &Table);
88 void emitAppleObjc(AccelTable<AppleAccelTableStaticOffsetData> &Table);
91 void emitAppleTypes(AccelTable<AppleAccelTableStaticTypeData> &Table);
/llvm-project/llvm/test/tools/llvm-readobj/COFF/
H A Dresources.test14 ZERO-NEXT: Base Table Address: 0x188
18 ZERO-NEXT: Table Offset: 0x18
22 ZERO-NEXT: Table Offset: 0x30
48 TEST_RES-NEXT: Base Table Address: 0x1C0
52 TEST_RES-NEXT: Table Offset: 0x30
56 TEST_RES-NEXT: Table Offset: 0xA8
76 TEST_RES-NEXT: Table Offset: 0xC0
97 TEST_RES-NEXT: Table Offset: 0x50
101 TEST_RES-NEXT: Table Offset: 0xD8
121 TEST_RES-NEXT: Table Offset: 0xF0
[all …]
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtil.cpp156 static const char Table[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" in Base64() local
166 Buffer[j + 0] = Table[(x >> 18) & 63]; in Base64()
167 Buffer[j + 1] = Table[(x >> 12) & 63]; in Base64()
168 Buffer[j + 2] = Table[(x >> 6) & 63]; in Base64()
169 Buffer[j + 3] = Table[x & 63]; in Base64()
173 Buffer[j + 0] = Table[(x >> 18) & 63]; in Base64()
174 Buffer[j + 1] = Table[(x >> 12) & 63]; in Base64()
179 Buffer[j + 0] = Table[(x >> 18) & 63]; in Base64()
180 Buffer[j + 1] = Table[(x >> 12) & 63]; in Base64()
181 Buffer[j + 2] = Table[(x >> 6) & 63]; in Base64()
/llvm-project/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h64 HashTable Table; member
70 Table(NumBuckets, NumEntries, Buckets, Payload, Base, InfoObj) {} in OnDiskTable()
78 using Table = llvm::PointerUnion<OnDiskTable *, MergedTable *>; variable
82 /// We manually store the opaque value of the Table because TinyPtrVector
96 return llvm::cast<OnDiskTable *>(Table::getFromOpaqueValue(P)); in operator()
115 return Tables.empty() ? nullptr : Table::getFromOpaqueValue(*Tables.begin()) in getMergedTable()
133 auto *ODT = llvm::cast<OnDiskTable *>(Table::getFromOpaqueValue(T)); in removeOverriddenTables()
153 auto &HT = ODT->Table; in condense()
172 Tables.push_back(Table(Merged).getOpaqueValue()); in condense()
223 Table NewTabl
[all...]
/llvm-project/offload/include/
H A Drtl.h39 // Table of entry points or NULL if it was not already computed.
48 TranslationTable *Table = nullptr; // table associated with the host ptr. member
51 TableMap(TranslationTable *Table, uint32_t Index) in TableMap()
52 : Table(Table), Index(Index) {} in TableMap()
/llvm-project/llvm/test/Transforms/MergeFunc/
H A Dself-referential-global.ll7 ; Table refers to itself via GEP
8 @Table = internal global [3 x %LL] [%LL { %S { ptr @B }, ptr @Table }, %LL { %S { ptr @A }, ptr @Ta…
/llvm-project/llvm/unittests/Target/AMDGPU/
H A DAMDGPUUnitTests.cpp98 static bool testAndRecord(std::stringstream &Table, const GCNSubtarget &ST, in testAndRecord() argument
103 Table << std::right << std::setw(3) << Occ << " "; in testAndRecord()
104 Success = test(Table, Occ, ST) && Success; in testAndRecord()
105 Table << '\n'; in testAndRecord()
133 std::stringstream Table; in testGPRLimits() local
134 bool Success = testAndRecord(Table, ST, test); in testGPRLimits()
136 TablePerCPUs[Table.str()].push_back((CanonCPUName + FS->second).str()); in testGPRLimits()

12345678910>>...17