Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMExpandPseudoInsts.cpp474 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode()); in ExpandVLD() local
475 assert(TableEntry && TableEntry->IsLoad && "NEONLdStTable lookup failed"); in ExpandVLD()
476 NEONRegSpacing RegSpc = (NEONRegSpacing)TableEntry->RegSpacing; in ExpandVLD()
477 unsigned NumRegs = TableEntry->NumRegs; in ExpandVLD()
480 TII->get(TableEntry->RealOpc)); in ExpandVLD()
485 if(TableEntry->RealOpc == ARM::VLD2DUPd8x2 || in ExpandVLD()
486 TableEntry->RealOpc == ARM::VLD2DUPd16x2 || in ExpandVLD()
487 TableEntry->RealOpc == ARM::VLD2DUPd32x2) { in ExpandVLD()
503 if (NumRegs > 1 && TableEntry->copyAllListRegs) in ExpandVLD()
505 if (NumRegs > 2 && TableEntry->copyAllListRegs) in ExpandVLD()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp244 struct TableEntry { struct
250 static const TableEntry tbl_acos[] = { argument
256 static const TableEntry tbl_acosh[] = {
259 static const TableEntry tbl_acospi[] = {
265 static const TableEntry tbl_asin[] = {
271 static const TableEntry tbl_asinh[] = {
275 static const TableEntry tbl_asinpi[] = {
281 static const TableEntry tbl_atan[] = {
287 static const TableEntry tbl_atanh[] = {
291 static const TableEntry tbl_atanpi[] = {
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FloatingPoint.cpp585 struct TableEntry { struct
588 bool operator<(const TableEntry &TE) const { return from < TE.from; } in operator <() argument
589 friend bool operator<(const TableEntry &TE, unsigned V) { in operator <()
593 const TableEntry &TE) { in operator <()
599 static int Lookup(ArrayRef<TableEntry> Table, unsigned Opcode) { in Lookup()
600 const TableEntry *I = llvm::lower_bound(Table, Opcode); in Lookup()
628 static const TableEntry OpcodeTable[] = {
804 static const TableEntry PopTable[] = {
1216 static const TableEntry ForwardST0Table[] = {
1232 static const TableEntry ReverseST0Table[] = {
[all …]
/third_party/grpc/third_party/upb/upbc/
Dprotoc-gen-upb.cc630 typedef std::pair<std::string, uint64_t> TableEntry; typedef
658 TableEntry& ent) { in TryFillTableEntry()
794 std::vector<TableEntry> FastDecodeTable(const protobuf::Descriptor* message, in FastDecodeTable()
796 std::vector<TableEntry> table; in FastDecodeTable()
798 TableEntry ent; in FastDecodeTable()
811 table.resize(size, TableEntry{"fastdecode_generic", 0}); in FastDecodeTable()
915 std::vector<TableEntry> table; in WriteSource()
/third_party/quickjs/
Dunicode_gen.c941 } TableEntry; typedef
945 void find_run_type(TableEntry *te, CCInfo *tab, int code) in find_run_type()
1140 TableEntry conv_table[1000];
1148 const TableEntry *te; in dump_case_conv_table1()
1162 int find_data_index(const TableEntry *conv_table, int len, int data) in find_data_index()
1165 const TableEntry *te; in find_data_index()
1190 TableEntry *te; in build_conv_table()
1296 const TableEntry *te; in dump_case_conv_table()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h5479 Node *TableEntry = Arg;
5481 TableEntry = make<ParameterPack>(
5482 static_cast<TemplateArgumentPack*>(TableEntry)->getElements());
5483 if (!TableEntry)
5486 TemplateParams.back()->push_back(TableEntry);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp963 for (const auto &TableEntry : getContext().getSymbols()) { in Run() local
964 MCSymbol *Sym = TableEntry.getValue(); in Run()
/third_party/sqlite/src/
Dsqlite3.c191776 static const struct TableEntry {
191857 const struct TableEntry *p;
236062 static const struct TableEntry {
236143 const struct TableEntry *p;